Cov lus qhia
Table Of Contents
Small reciprocal motion : SmartCong mode. If 30 seconds of WiFi connection trial fails, it automatically
moves to the the smartCong mode (waiting for the conguration from smartphone app.)
4 Set the password of your WiFi using the app as shown above.
Please not that your smartphone should connect to 2.4GHz WiFi.Please not that your smartphone should connect to 2.4GHz WiFi. Congured WiFi settings are stored in non-volatile
memory and are kept even when the power is turned o.
Hard codingHard coding
Set the SSID and password of your WiFi in the source code. It is useful if you can not select 2.4GHz wi via SSID.
1 Set falsefalse to the ag named WIFI_SMARTCONFIG at line #7 in the source code,
#define WIFI_SMARTCONFIG false
2 Then set SSID and password of your WiFi in the source code directly at lines #11-12,
#define WIFI_SSID "SSID" // your WiFi's SSID
#define WIFI_PASS "PASS" // your WiFi's password
3 Compile and ash it to the micro controller.
WiFi Sync Clock: Page 6