-->
Page 1 of 1

Regarding esp8266

PostPosted: Tue May 05, 2020 6:27 am
by Kunal Gupta
Hi onw question from all ...how does esp8266 gets connect to wifi .
Like in register level what happens when we write our ssid and password of the wifi router then what happens in register level?
And what role does AT commands play in establishing connection with wifi ..is it like the method in by which we can talk to esp8266 and gets connect to wifi with programing it and just sending commands to it.

Re: Regarding esp8266

PostPosted: Fri May 08, 2020 10:25 am
by QuickFix
You should direct any comments or questions about the standard AT commands firmware to the Espressif AT+ commands forum instead. :idea:

This forum is more suited for people that want to write their own firmware for the ESP8266 using any of the available languages (LUA, BASIC, Aduino C++ using the Arduino core, etc.); most people over here don't use the default AT commands, since its flexibility is pretty limited.