Search found 8 matches
- Sat Aug 17, 2019 3:04 am
- Forum: ESP IoT Solution 中文讨论版
- Topic: 编译esp-iot-solution的例出现错误
- Replies: 0
- Views: 10871
编译esp-iot-solution的例出现错误
编译esp-iot-solution的例程时候,出现如下错误: Administrator@DE-0011 MSYS /d/lin_work/esp32_work/esp32_prj/empty_project # make all /d/lin_work/esp32_work/esp32_prj/esp/esp-iot-solution/submodule/esp-idf//make/project.mk:60: esp-idf build system only supports MSYS2 in "MINGW32" mode. Consult the ESP-IDF documentat...
- Tue Jul 23, 2019 3:25 am
- Forum: ESP-IDF 中文讨论版
- Topic: idf.py menuconfig后没有出现配置界面
- Replies: 3
- Views: 8908
Re: idf.py menuconfig后没有出现配置界面
请问你的问题解决了吗?我在window下面按着乐鑫官网的流程进行,然后运行idf.py menuconfig 也没有出现配置界面,但是运行idf.py build就可以编译代码
- Mon Jul 22, 2019 3:21 am
- Forum: ESP-IDF 中文讨论版
- Topic: 运行idf.py menuconfig 报错
- Replies: 2
- Views: 7043
运行idf.py menuconfig 报错
请问我按照ESP32-IDF的编程指南操作,下载后esp-idf后,运行idf.py menuconfig后,运行报错,报错信息如下: Administrator@DE-0011 MINGW64 /d/lin_work/esp32_work/esp/esp-idf/examples/get-started/hello_world (master) $ idf.py menuconfig Checking Python dependencies... Python requirements from D:\lin_work\esp32_work\esp\esp-idf\requirements....
ESP32模组芯片
请问乐鑫的芯片ESP32-D0WDQ6里面的管脚:SENSOR_VP、SENSOR_CAPP、SENSOR_CAPN、SENSOR_VN,这四个管脚能否配置成普通输入IO来使用呢?因为我看到datasheet上面的SENSOR_VP与SENSOR_CAPP,SENSOR_CAPN与SENSOR_VN上面都互相串上一个270pF电容,请问能否把电容去掉直接引出IO当作输入使用?
- Mon Oct 22, 2018 1:17 am
- Forum: General Discussion
- Topic: ESP32模块的SPI问题
- Replies: 0
- Views: 2925
ESP32模块的SPI问题
请教个问题,在使用ESP32的SPI硬件驱动外设的时候,遇到些问题,想问下SPI的CLK脚能否置高的呢?官方给出的例程中CLK脚在SPI没有发送或者接收数据的时候是保持低电平的,官方给出的API函数也没有可以配置成高的接口
- Sat Sep 08, 2018 1:38 am
- Forum: ESP-IDF
- Topic: How to use Serial Port?
- Replies: 2
- Views: 4719
How to use Serial Port?
I'm using serial port of Uart0 to communicate with an external device, but it's already default as a system print window. I want to ask if it can be configured as an ordinary serial port to communicate with other devices? Thanks!
- Tue Aug 21, 2018 2:43 am
- Forum: General Discussion
- Topic: ESP32 of GPIO
- Replies: 1
- Views: 4173
ESP32 of GPIO
请问有谁知道ESP32内部上拉电阻是多大?
- Thu Apr 19, 2018 12:35 am
- Forum: General Discussion
- Topic: About the GPIO of ESP32
- Replies: 1
- Views: 3578
About the GPIO of ESP32
Why the GPIO6/GPIO7/GPIO8/GPIO9/GPIO10/GPIO11 can not be configured to output for ESP32? Thanks!