sorna
May 8, 2016, 10:31am
1
hi,
i cant upload blynk exampls in my uno rduino.i have w5100 shield. this is my problem
and in montir show this
[0] Blynk v0.3.4
[0] Getting IP…
[1520] My IP: 192.168.1.4
[5001] Connecting to blynk-cloud.com:8442
[10002] Connecting to blynk-cloud.com:8442
[15003] Connecting to blynk-cloud.com:8442
[20004] Connecting to blynk-cloud.com:8442
[25005] Connecting to blynk-cloud.com:8442
[30006] Connecting to blynk-cloud.com:8442
[35007] Connecting to blynk-cloud.com:8442
[40008] Connecting to blynk-cloud.com:8442
[45009] Connecting to blynk-cloud.com:8442
[50010] Connecting to blynk-cloud.com:8442
[55011] Connecting to blynk-cloud.com:844
please help me
Try removing the usb cable and reconnecting it.
sorna
May 8, 2016, 10:53am
3
i do it .but dosent work.
arduino suggestion me using proxy direct.
what this means?
i dont no what i should do
Hello. Just try to reset your board. If it doesn’t have, please follow instructions in link that printed in console output.
sorna
May 8, 2016, 9:17pm
5
i upload my sketch with codebender and didnt have any errore .i dont know is right or no.
but still i have problem and that is
[0] Blynk v0.3.4
[0] Getting IP…
[1520] My IP: 192.168.1.4
[5001] Connecting to blynk-cloud.com:8442
[10002] Connecting to blynk-cloud.com:8442
[15003] Connecting to blynk-cloud.com:8442
[20004] Connecting to blynk-cloud.com:8442
[25005] Connecting to blynk-cloud.com:8442
how can i connect to server
help me
sorna
May 8, 2016, 9:51pm
7
i check all of them.
how cn have problem my usb wire i dont undrestand. i can upload other sketch.and
1.can be problem from rutor?
i using serial usb and evry thing worked and i could control my led by blynk app. but by w5100 shield i cant do it.
i thinking about this problem about 2 days?
how can i fix it?
Did you upload correct sketch? For Ethernet?
sorna
May 8, 2016, 10:07pm
9
yes i use arduino _ethrnet example
@sorna did you change anything in it?
sorna
May 8, 2016, 10:12pm
11
no just i put token in it
Try to restart your router/board. Are you sure your W5100 is fine and working?
sorna
May 8, 2016, 10:18pm
13
yes i creat web server nd i also turn on and off led by html webpge.
i did many time restart.
Are you able to ping Blynk server from network where UNO is?
sorna
May 8, 2016, 10:36pm
15
i don know.what should i do?
Please read instructions here http://docs.blynk.cc/#troubleshooting
telnet blynk-cloud.com 8442 from
sorna
May 8, 2016, 10:42pm
17
this mean i open cmd and type this ?
sorna
May 9, 2016, 9:59am
18
i do that
but i did not see : Connected to blynk-cloud.com
.
how can solve this problem.
thanks for helping
sorna
May 9, 2016, 10:45am
19
can be problem this : i am from iran and you close port for iran?
sorna
May 9, 2016, 12:35pm
20
after 3 days i solved my problem:slight_smile:
i had 2 problem:
1- i could not compile my sketch.
2 -i could not to connect to blynk-cloud.com 8442
[0] Blynk v0.3.4
[0] Getting IP…
[1520] My IP: 192.168.1.4
[5001] Connecting to blynk-cloud.com:8442
[10002] Connecting to blynk-cloud.com:8442
[15003] Connecting to blynk-cloud.com:8442
[20004] Connecting to blynk-cloud.com:8442
[25005] Connecting to blynk-cloud.com:8442
for first problem i using codbender wesite.
for next problem i used manual arduino-ethernet-manual and from this i fill all ip the sketch need
IPAddress arduino_ip ( 192, 168, 1, 20);
IPAddress dns_ip ( 192, 168, 1, 1);
IPAddress gateway_ip ( 192, 168, 1, 1);
IPAddress subnet_mask(255, 255, 255, 0);