ESP8266 Developer Zone The Official ESP8266 Forum 2018-06-05T14:57:29+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=9781 2018-06-05T14:57:29+08:00 2018-06-05T14:57:29+08:00 https://bbs.espressif.com:443/viewtopic.php?t=9781&p=20634#p20634 <![CDATA[Re: Step by step Smart config on ESP8266]]> AT+CWSTARTSMART // start smartconfig

Open ESP-Touch app on your mobile phone, and run it.

AT+CWSTOPSMART // stop smartconfig after the connection is built

Statistics: Posted by Her Mary — Tue Jun 05, 2018 2:57 pm


]]>
2018-04-19T04:54:39+08:00 2018-04-19T04:54:39+08:00 https://bbs.espressif.com:443/viewtopic.php?t=9781&p=20181#p20181 <![CDATA[Step by step Smart config on ESP8266]]>
I dont find relevant documentation about how configure step by step smart config using at commands.

I am using a external microcontroller to communicate with ESP8266 (esp01 module).

I am using pure C Programming in microcontroller( No arduino hardware and no arduino Library ).

In the moment i connect with router through AT+CWJAP and all has OK.
The ssid and password are hardcoded in flash of my microcontroller.

I can configure the connection with the router dynamically through smart config( AT+CWSTARTSMART ) because the equipament can change of place and router.

There is some examples or a step by step example ?

I already read the document: 30b-esp-touch_user_guide_en_v1.1_20160412_0.pdf.

Thank's.

Statistics: Posted by baldhead — Thu Apr 19, 2018 4:54 am


]]>