Skip to content
suraj inamdar edited this page Apr 10, 2020 · 1 revision

Usage

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

you can play with all settings. you can modify configs by making changes in files of src/config folder. Go to wifi settings and change the default station ssid, password to connect to your station. you can also change ssid and password for access point. device will reset once after you submit wifi settings, i.e. you have to reconnect device.

Note that by default session will active for 300 seconds once login, you can change its timeout in server config file.

Clone this wiki locally