-->
Page 1 of 2

I need help!

PostPosted: Tue Jun 23, 2015 7:52 am
by swat_heliket
Image
Image
Image
i am using ESP8266 for my project. I collect wether infomation from api.openweathermap.org
This is my step but it not work.
Can any body help me which step i miss or wrong

Re: I need help!

PostPosted: Tue Jun 23, 2015 9:12 am
by martinayotte
When you send "\r\n", don't send it as literal characters, \r is CR and \n is LF.

Re: I need help!

PostPosted: Tue Jun 23, 2015 10:15 am
by swat_heliket
wow. I forgot this one. Let i try again. Thank you for your support ^^

Re: I need help!

PostPosted: Tue Jun 23, 2015 8:49 pm
by swat_heliket
I removed \r\n from my string but it still not work. And i get "busy..." at the end look like the picture above