摘要:
I'm not a big expert in lwIP, but I think the code is correct, since I spent time debugging it on ESP32 and it works very well there. If one code for 阅读全文
摘要:
The idf.py monitor target uses the idf_monitor tool to display serial output from Espressif SoCs. idf_monitor also has a range of features to decode c 阅读全文
摘要:
I moved a working project from ESP 32 to ESP32-S2. I use the stable environment ESP-IDF-v4.2. The project uses data transfer through 4 sockets at the 阅读全文
摘要:
I use a W5500 / SPI based ethernet module. Here is the contents of my sdconfig for the relevant parts: // start of sdconfig## Example Configuration## 阅读全文
摘要:
Hi,I recently updated from ESP-IDF 4.2 to 4.4Now I want to compile the Ethernet basic example, but I have no succes. The code compiles without errors 阅读全文