ESP32-Wiznet-W5500-Micropython icon indicating copy to clipboard operation
ESP32-Wiznet-W5500-Micropython copied to clipboard

Connecting ESP32 to W5500 using micropython

Results 2 ESP32-Wiznet-W5500-Micropython issues
Sort by recently updated
recently updated
newest added

Hello I am working with ESP WROOM32 module with SPI - W5500 module. In wiznet5k.py, you have the following lines for resetting the W5500 chip. if reset: reset.on() time.sleep(0.1) reset.off()...

Hello! Sorry, how should I use the mqtt protocol to connect to the mqtt server on micropython+esp32 after using this driver