Hello guys, i’m kind of new in here and i need help in connecting my Arduino Mega to Blynk using the arduino ethernet shield. I just run the simple example (Arduino_Ethernet) from Blynk library and the serial monitor shows the following:
And search the forum. There are plenty of topics regarding connection issues. Most of them starts from instructing the user how to check connection with simple ping command…
There is no simple solution for your issue, unfortunately
I pretty sure i read all of them before i got here. I tried debugging everything i have, but still no result. I’m just connecting the ethernet shield to the router but i have no connection, just a “login timeout”. Did you ever encounter anything like that?
Try to guess!
… but ALWAYS it was related to network connection issues. And SOMETIMES other users reported the ETHERNET shields just don’t work (mine DOES work). But it’s all here… somewhere
This is a very common error that simply means NO connection to Blynk server. Why there is no connection can be almost impossible for us over here to fix as it may simply be something in your network… try the troubleshooting and confirm you actually can communicate to the internet with that Ethernet board (use non Blynk sketches from the Web if need be).
Or just skip that Ethernet shield for now and try with the simple USB link…
Pinging 192.180.0.106 with 32 bytes of data:
Reply from 192.180.0.106: bytes=32 time=166ms TTL=49
Reply from 192.180.0.106: bytes=32 time=164ms TTL=49
Reply from 192.180.0.106: bytes=32 time=163ms TTL=49
Reply from 192.180.0.106: bytes=32 time=164ms TTL=49
Ping statistics for 192.180.0.106:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 163ms, Maximum = 166ms, Average = 164ms
But again… PLEASE use search. It has been answered a multitude of times.
I guess our developers should fill the gap in docs regarding this simple PING test. It is the starting point for anything further
I am pinging the address 192.168.0.106 (the one on the arduino shield) and i get:
C:\Users\User-Pc>ping 192.168.0.106
Pinging 192.168.0.106 with 32 bytes of data:
Reply from 192.168.0.106: bytes=32 time=1ms TTL=128
Reply from 192.168.0.106: bytes=32 time=1ms TTL=128
Request timed out.
Reply from 192.168.0.106: bytes=32 time=1ms TTL=128
Ping statistics for 192.168.0.106:
Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 1ms, Average = 1ms
Well, try the USB option… it basically turns your PC into an oversized Serial to Ethernet shield… if that works then you can go back to troubleshooting the actual shield. If it doesn’t work, then we have a better idea of the direction to look.