-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
Ethernet not obtaining IP address #375
Comments
The WiFi settings would not be needed with Ethernet connection. Check for these lines in config.h The Ethernet shield must be the first shield on the Mega, because the Ethernet shield uses the pins in the ICSP header. EX-Installer should provide the library needed, but if the Arduino IDE install method is used: Ethernet + router should provide for more connections than WiFi. (someone else can advise on this.) |
You don't. Choose Wifi or Ethernet but not both in config.h
Yes.
The board communicates with a whole bunch of wires and thus must sit direct on the Arduino.
Yes, there is a limit as well, probably dependent on the Ethernet library and/or amount of RAM you have. If you want to connect as much as 15 withrottles I recommend to use the JMRI withrottle server running on a computer with much more memory than an arduino and then connect the arduino via USB. Harald. |
Who can update this link for the correct settings? This is the one I followed, and it seems to be incorrect - thus all the weird questions. https://dcc-ex.com/reference/hardware/ethernet-boards.html#gsc.tab=0 I followed @Ash-4 instructions and it works great. It might also help neebies if someone could update this link also: https://dcc-ex.com/reference/hardware/ethernet-boards/arduino-ethernet-shield-2.html#gsc.tab=0 @habazut Thanks for your response. I got JMRI installed and working. Maybe in the future the requirement for JMRI could be removed with better Ethernet cards. Thank you both for the fast help! |
I have swapped out my working WIFI board for the Arduino Ethernet 2 board. I used EX-Installer and set the config file with my WIFI-SSID and WIFI-PASSWORD per the instructions. I have a good network connection per indicator lights. The display shows IP as 0.0.0.0 and I don't see the device on my network.
Questions:
Thanks for the help.
The text was updated successfully, but these errors were encountered: