-->
Page 1 of 2

Smart Config modes

PostPosted: Thu Mar 05, 2015 10:39 am
by Slaff
In the 0.9.5 SDK there are some smart_config modes that are available. Looking at the documentation for the smartconfig_start funciton I can see two types that can be used: AirKiss or ESP-TOUCH. Can someone give us more details what exactly these modes are and how we can use them for faster configuration of our ESP devices?

Thanks in advance!

Re: Smart Config modes

PostPosted: Sat Mar 07, 2015 1:56 am
by stanza
Do you know WeChat in China? A thing like Whatsapp and most Chinese are using WeChat.
If you want to control your smart device by WeChat, you have to use Airkiss. If not, forget it.
In most situation except WeChat, you could use ESP-TOUCH.
As I know, when you use ESP-TOUCH, your phone has connected WiFi, and send SSID and Password to the ESP8266 device by UDP. Then your ESP8266 device could connect WiFi automatically.

Re: Smart Config modes

PostPosted: Sun Mar 08, 2015 8:24 am
by aloika
Anybody know, where we can take an example of Android app or something for the Smartconfig? What I can do with my phone to activate Smartconfig?

Re: Smart Config modes

PostPosted: Mon Mar 09, 2015 4:44 am
by Slaff
> As I know, when you use ESP-TOUCH, your phone has connected WiFi, and send SSID and Password to the ESP8266 device by UDP.
It would be great if someone elaborates how is this done? One trick that I have seen (http://blog.lyj.me/51/) is sending information in the WIFI Probe request frame by using the SSID. But that limits me to 32 bytes. It there any other way to send more bytes at once to all nearby WIFI Access Points?