washo4evr / Socket.io-v1.x-Library

Socket.io Library for Arduino
108 stars 58 forks source link

ESP32 + lan8720 #49

Open xpacmanx opened 6 years ago

xpacmanx commented 6 years ago

Hello This stack do timeout over lan. To fix it, need to:

replace in SocketIOClient.cpp: analogRead(0) to: analogRead('A0')

washo4evr commented 6 years ago

Hi,

Thanks for that. can you link which LAN module you used on the ESP32? Never tried it yet.

xpacmanx commented 6 years ago

Hi, We develope our pcb with lan8720 and esp32 chip. But now we use nodemcu-32 and lan8720, like in this article: https://sautter.com/blog/ethernet-on-esp32-using-lan8720/