Skip to content

sebastianhodapp/ESPbootloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 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. You can force to boot in config mode even when there is a config file, by connecting GPIO0 to ground anytime in the 5 seconds countdown at init.

The ESP8266 provides an access point and webpage listing all available access points plus possibility to enter the wifi password and any other configuration parameters.

These settings are stored persistently in the file config.lc and the module connects with to the network to run your normal code.

How to use it

  • Modify the configform.html file to include any configuration parameters that you need in your scripts.
  • Add your normal program routines to file run_program.lua
  • Use Makefile to upload all files to your ESP8266 module
  • For help, run make help

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