-
Notifications
You must be signed in to change notification settings - Fork 15
Usage
suraj inamdar edited this page Apr 10, 2020
·
1 revision
Restart the arduino ide and navigate to File->Examples->esp8266-framework->EwStack example compile and upload.
Note that installed version of esp8266 should be > 2.6.x. 2.6.2 or greater is recommended. you can check your installed esp8266 version in tools->boards->board manager (type "esp" in top search bar).
for now : if you are uploading it first time in device then wait for 5 seconds(default station connect timeout on start) and then press flash key on nodemcu board for upto 6-7 seconds to load first default settings. device will get reset to default settings and restart.
- after initializing device completely, check in pc/mobile wifi list if esp8266Stack name appear.
- select it and enter default password espStack@8266.
- finally after succesful connectinon to device open browser, type 192.168.0.1 in address bar and press enter
- you will directed to login screen, enter default username and password ( username: esp8266Stack, password: espStack@8266 )
- now you will able to see below menu options
Note that by default session will active for 300 seconds once login, you can change its timeout in server config file.