Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

kzyapkov/esp-arduino-rboot

Repository files navigation

ESP8266/Arduino with rboot

This repository tries to show how to use the excellent arduino core and libraries from esp8266.com with the open source rboot bootloader by Richard Antony Burton.

How to

  • Build rboot or use the one in bin/rboot.bin, upload it to 0x00000 with make flash_rboot
  • Edit the top of Makefile, set the location of the Arduino custom hardware folder, change other settings as needed
  • Copy config.h.sample to config.h, edit for your network
  • Run make, make flash
  • Start a webserver for the firmware files:
cd firmware
python -m http.server # or
python2 -m SimpleHTTPServer
  • Trigger an update by bringing BUTTON_PIN low.

About

ESP8266/Arduino + rboot example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published