Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP32 + lan8720 #49

Open
xpacmanx opened this issue Nov 7, 2017 · 2 comments
Open

ESP32 + lan8720 #49

xpacmanx opened this issue Nov 7, 2017 · 2 comments

Comments

@xpacmanx
Copy link

xpacmanx commented Nov 7, 2017

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

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

@washo4evr
Copy link
Owner

Hi,

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

@xpacmanx
Copy link
Author

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants