-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ESP8266-12E and Ethernet Shield #1528
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
Comments
@folny can't you tie the ESP to the Arduino without the Ethernet Shield? |
I would like to use ESP and connecting via ethernet cable would that be ?. Have you tried it ?. |
It’s possible but i’ve no information about this |
He writes about it in this post but I'm not sure what you should do to make it work. |
Simple , connect all necessary pin , load ethernet library and use esp as cpu only ,but it's good use nodemcu with more pin . |
yes its possible: |
Yes it works now the problem was the involvement of pins thanks for the advice. |
I currently try draw nodemcu - arduino uno adapter. I mean adapter where is slot for nodemcu2 and it provide arduino uno layout for ethernet shield. But I dont know what are right pins? There is only info that use SPI pins but at nodemcu there is several SPI pins so what are right ones? |
hi @folny , do you have any success to bin ESP and Ethernet? |
If someone manage to use that code, can he or she please post what pin out he use. I have hit head to wall with this but I must say that given links does not help. They give hint how to you may connect your esp but really there is still multiple ways and none of them seems to work. Also do I need pull up or down resistors? |
I got it working but the example code web-server does not getting the static ip rather it takes 192.168.0.240 #define D0 16 |
Hi Friends Any success in connecting ESP8266 with Ethernet ? |
I did long while a go BUT it was quite unstable after all because shared WDT interrupt. I suggest that use esp32 because it have proper WDT. |
Hi Friends
Someone has tried to use ESP and Ethernet Shield (W5100) together ? If so what you should do to make it work and what should be the involvement of pins thanks.
The text was updated successfully, but these errors were encountered: