Skip to content

Bootloader for ESP8266 modules flashed with NodeMCU for simple wifi configuration.

License

Notifications You must be signed in to change notification settings

liqinliqin/ESPbootloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESPbootloader

Bootloader for ESP8266 modules flashed with NodeMCU for simple wifi configuration.

How does it work?

The script checks whether there is already a wifi configured. If not, the configuration mode is started. The ESP8266 provides an access point and webpage listing all available access points plus possibility to enter the wifi password. These settings are stored persistently in the file config.cl and the module connects with to the network to run your normal code.

How to use it

  • Change variables ssid and psw in line 5 & 6 of the initialization script init.lua according to your needs. These are the credentials to connect to the module in configuration mode.
  • Add your normal program routines to file run_program.lua
  • Upload all files to your ESP8266 module

License

Copyright (c) 2015 Sebastian Hodapp Licensed under the The MIT License (MIT).

About

Bootloader for ESP8266 modules flashed with NodeMCU for simple wifi configuration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%