Search found 4 matches
- Sun May 23, 2021 3:13 pm
- Forum: ESP-IDF
- Topic: ESP_LOGE let the esp32 restat,when i use this fun(),want to know the reason?
- Replies: 1
- Views: 1715
ESP_LOGE let the esp32 restat,when i use this fun(),want to know the reason?
void send_deviceData(){ //static const char *buff="test"; char buff[100]={"0"}; sprintf(buff,"{'DeviceId':%s,'DeviceName':%s,'Mode':%d,'Power':%d," "'ProNum':%s}",deviceData.DeviceId,deviceData.DeviceName, deviceData.Mode,deviceData.Power,deviceData.ProNum); while(1){ int err = send(sock, buff, str...
- Wed Mar 31, 2021 8:07 am
- Forum: Hardware
- Topic: ESP32 SPI driver 4.2inc waveshare e-paper but can't refresh
- Replies: 2
- Views: 2759
Re: ESP32 SPI driver 4.2inc waveshare e-paper but can't refresh
thank you for you reply,this is my carelessness,my problem has been solved。
- Tue Mar 30, 2021 12:32 pm
- Forum: Hardware
- Topic: ESP32 SPI driver 4.2inc waveshare e-paper but can't refresh
- Replies: 2
- Views: 2759
ESP32 SPI driver 4.2inc waveshare e-paper but can't refresh
I have designed a 4.2-inch E-paper(ink screen) driver board, and the control is ESP-WROOM-32. There is no problem in blink example by IDF-included. When I modify the driver from the official of the screen , it is unable to refresh . Because this is the first time I use ESP32, I suspect that my SPI s...
- Sat Mar 27, 2021 2:30 am
- Forum: ESP-IDF 中文讨论版
- Topic: ESP32 win10 vscode 编译报错(无法打开头文件,无法读取)
- Replies: 0
- Views: 2567
ESP32 win10 vscode 编译报错(无法打开头文件,无法读取)
{ "configurations": [ { "name": "Win32", "includePath": [ "${config:idf.espIdfPathWin}/components/**", "${workspaceFolder}/**", "D:/blink/components/e-paper/include", "D:/esp-tool/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/xtensa-esp32-elf/sys-include/**" ], "defines": [ "_...