Hi, First I’m setting Ethernet static ip for my laptop is 10.0.0.22. Then I open the cayenne website, After that Choose Arduino board, Then Selecting Arduino Uno, then open the Manual connection, copy and paste it into the Arduino IDE then Flash the code into Arduino board, the Serial monitor shows,
The Ethernet shield WS5100 uses DHCP to provide the arduino with an IP address. Do you have a DHCP server on your network that the arduino will get an address from?
Having a DHCP server on your network is not part of the Arduino setup etc. and is not related to Cayenne - it’s a basic network side item required if you want your network devices to use auto-assigned IPs instead of hard coding IPs for your network devices.
No, I’m not connected with Router…
I’m connecting with laptop to Ethernet shield.
My laptop is connected with MTS WiFi network.
and my LAN connection Static IP is fixed by myself.
Static IP is 10.0.0.22
Ethernet shield getting network by sharing form my laptop.
@prasanthsselvam, I suggest you try another ethernet device on that cable such as another laptop, xbox, etc. This will help you isolate if it is an issue with your Arduino setup, or your Internet Connection Sharing.
Try that, and get back to us if it seems to still be an Arduino/Cayenne issue.
ICS doesn’t like static IP addresses. Best to set everything to dynamic and let it do it’s thing. Also, try @kreggly suggestion of connecting something else to see if it works.
I have another one doubt…
I can send a code to arduino uno without connect Ethernet shield…
But I cannot send a code to arduino uno with Ethernet shield…
If i send a code with Ethernet shield, Port is often disconnected…
I don’t know, What is the problem…
You have reminded me of a couple things that have happened to me-
When the shield is installed, make sure the pins from the ethernet socket don’t short out on the USB socket. Made things very hot and did not work, didn’t kill anything, just got warm.
At one point I ordered 3 ethernet shields from Amazon. One of them was DOA, fortunately, I had others to troubleshoot with and was able to quickly sort out the problem. I understand you may not have this option.