A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By icamaster
#5643 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
User avatar
By maptor
#5862 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
User avatar
By Zeeshan
#41441
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