Search found 9 matches
- Tue Dec 31, 2024 4:12 pm
- Forum: Hardware
- Topic: ESP32 P4 EV Kit touch not working
- Replies: 15
- Views: 3506
Re: ESP32 P4 EV Kit touch not working
You can try compiling and downloading the latest project (https://github.com/espressif/esp-dev-ki ... esia_phone) to resolve the issue where the screen touch function is unavailable due to the CAMERA not being inserted.
- Tue Dec 31, 2024 3:58 pm
- Forum: ESP-IDF
- Topic: BMI270 Component for ESP IDF
- Replies: 1
- Views: 333
Re: BMI270 Component for ESP IDF
Hi. There is no need to deal with Cmake when you use add components to idf_component.yml. The issue looks like a usage issue, you can clone the BMI270 component separately and go into the test_apps directory (https://github.com/espressif2022/BMI270_SensorAPI/tree/master/test_apps) and try to compile...
- Tue Dec 31, 2024 3:34 pm
- Forum: ESP-IDF 中文讨论版
- Topic: ESP32C3的SPI的CS引脚,配置成普通IO
- Replies: 1
- Views: 2372
Re: ESP32C3的SPI的CS引脚,配置成普通IO
模组的话可能是用在了内部的flash上。不建议将连接 flash 的管脚用于其他用途.
- Tue Dec 31, 2024 3:22 pm
- Forum: ESP-IDF 中文讨论版
- Topic: 关于esp picoc d4的mcpwm资源
- Replies: 1
- Views: 2551
Re: 关于esp picoc d4的mcpwm资源
PICO就是ESP32,有MCPWM的
- Tue Dec 31, 2024 3:17 pm
- Forum: ESP-IDF 中文讨论版
- Topic: ubuntu 中 VS CODE 配置问题,谢谢!(小白入门)
- Replies: 3
- Views: 2896
Re: ubuntu 中 VS CODE 配置问题,谢谢!(小白入门)
v5.2.3这种开头的是tag版本,内容是固定不变的。release/v5.2是有bug还会更新的分支。既然都用Linux了,可以参开一下Linux下的手动安装过程,更加快捷:https://docs.espressif.com/projects/esp ... setup.html
- Tue Dec 31, 2024 3:10 pm
- Forum: ESP-IDF 中文讨论版
- Topic: 求助
- Replies: 1
- Views: 1877
Re: 求助
可以看看串口监测一下log看看,帮助定位问题
- Tue Dec 31, 2024 3:08 pm
- Forum: ESP-IDF 中文讨论版
- Topic: Arduino IDE的ESP32开发包中没有MCPWM驱动库函数
- Replies: 1
- Views: 2093
Re: Arduino IDE的ESP32开发包中没有MCPWM驱动库函数
可以直接include "driver/mcpwm.h"
- Sun Dec 15, 2024 2:00 pm
- Forum: ESP-IDF 中文讨论版
- Topic: ESP32-IDF如何在编译的时候实现选择IO口驱动文件,来实现不同硬件共用代码
- Replies: 1
- Views: 1702
Re: ESP32-IDF如何在编译的时候实现选择IO口驱动文件,来实现不同硬件共用代码
用kconfig和条件编译?
- Fri Nov 22, 2024 10:55 am
- Forum: ESP-IDF 中文讨论版
- Topic: esp32c3是否支持ADC量程扩展方案(扩展到3.3V)
- Replies: 1
- Views: 1334
Re: esp32c3是否支持ADC量程扩展方案(扩展到3.3V)
C3不支持,扩展量程补丁只支持S3