Search found 6 matches
- Sat Sep 25, 2021 3:47 pm
- Forum: ESP-IDF 中文讨论版
- Topic: 关于esp32s2利用nvs存储blob出现乱码的问题
- Replies: 0
- Views: 1811
关于esp32s2利用nvs存储blob出现乱码的问题
<r>我想利用NVS存储WiFi列表,定义了结构体如下:<br/> typedef struct _wifi_conf wifi_conf_struct; <br/> struct _wifi_conf<br/> {<br/> char *ssid;<br/> char *password;<br/> };<br/> <br/> typedef struct _wifi_conf_node_t wifi_conf_node_t;<br/> struct _wifi_conf_node_t<br/> {<br/> wifi_conf_struct item;<br/> wifi_conf_nod...
- Fri Jun 04, 2021 1:12 pm
- Forum: ESP-IDF 中文讨论版
- Topic: ESP32-S2-HMI-DevKit-1开发板Helloworld示例程序问题
- Replies: 5
- Views: 4383
Re: ESP32-S2-HMI-DevKit-1开发板Helloworld示例程序问题
好像找到问题了:
Building ESP-IDF components for target esp32
这个怎么改成esp32s2
Building ESP-IDF components for target esp32
这个怎么改成esp32s2
- Fri Jun 04, 2021 12:32 pm
- Forum: ESP-IDF 中文讨论版
- Topic: ESP32-S2-HMI-DevKit-1开发板Helloworld示例程序问题
- Replies: 5
- Views: 4383
Re: ESP32-S2-HMI-DevKit-1开发板Helloworld示例程序问题
log: The target system is: Generic - - The host system is: Windows - 10.0.19042 - AMD64 Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. Compiler: C:/Users/steven/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe Build...
- Fri Jun 04, 2021 12:25 pm
- Forum: ESP-IDF 中文讨论版
- Topic: ESP32-S2-HMI-DevKit-1开发板Helloworld示例程序问题
- Replies: 5
- Views: 4383
Re: ESP32-S2-HMI-DevKit-1开发板Helloworld示例程序问题
# # Automatically generated file. DO NOT EDIT. # Espressif IoT Development Framework (ESP-IDF) Project Configuration # CONFIG_IDF_CMAKE=y CONFIG_IDF_TARGET="esp32" CONFIG_IDF_TARGET_ESP32=y CONFIG_IDF_FIRMWARE_CHIP_ID=0x0000 # # SDK tool configuration # CONFIG_SDK_TOOLPREFIX="xtensa-esp32-elf-" # CO...
- Fri Jun 04, 2021 11:59 am
- Forum: ESP-IDF 中文讨论版
- Topic: ESP32-S2-HMI-DevKit-1开发板Helloworld示例程序问题
- Replies: 5
- Views: 4383
ESP32-S2-HMI-DevKit-1开发板Helloworld示例程序问题
编译Helloworld示例程序出现此问题: C:/Users/steven/Desktop/ESP32/esp-dev-kits-master/esp32-s2-hmi-devkit-1/components/bsp/include/bsp_hmi_dev_kit_v2.h:66:26: error: 'GPIO_NUM_40' undeclared here (not in a function); did you mean 'GPIO_NUM_30'? #define GPIO_I2C_SDA (GPIO_NUM_40) ^~~~~~~~~~~ C:/Users/steven/Deskt...
- Wed Jun 02, 2021 8:58 am
- Forum: ESP-IDF 中文讨论版
- Topic: ESP32-S2-HMI-DevKit-1开发板示例程序问题
- Replies: 1
- Views: 2312
ESP32-S2-HMI-DevKit-1开发板示例程序问题
我用的是VScode+platform进行编程,对ESP32-S2-HMI-DevKit-1示例程序无法编译,有没有VScode+platform示例程序的工程文件。