-->
Page 1 of 1

Arduino webserver - connect to wifi (AT commands)

PostPosted: Wed Dec 24, 2014 6:33 pm
by icamaster
HI there. Using sample code from rayshobby.net, I wrote a sketch that makes the ESP8266 boot up as AP, and you can connect to it, access 192.168.4.1 (default ESP address) and make it connect to your Wi-Fi network.
I made this to understand how html forms and "GET" work.

Image

Download the sketch

Re: Arduino webserver - connect to wifi (AT commands)

PostPosted: Sun Dec 28, 2014 11:42 pm
by maptor
Thanks for sharing that project! That was quite literally the only sketch I've been able to download and run without making extensive modifications to it. It's a good feeling to know that my ESP talking to my Arduino properly! :D

Re: Arduino webserver - connect to wifi (AT commands)

PostPosted: Fri Feb 19, 2016 7:43 am
by Zeeshan
icamaster wrote:HI there. Using sample code from rayshobby.net, I wrote a sketch that makes the ESP8266 boot up as AP, and you can connect to it, access 192.168.4.1 (default ESP address) and make it connect to your Wi-Fi network.
I made this to understand how html forms and "GET" work.

Image

Download the sketch


This code is not working