An open-source bootloader for ESP8266 modules and development boards, allowing firmware updates over WiFi or serial connection without full chip erase.
rBoot is an open-source bootloader specifically designed for ESP8266 WiFi modules and development boards. It enables over-the-air (OTA) firmware updates via WiFi or wired serial connection without requiring a full chip erase.
Key features of rBoot include:
rBoot is commonly used in IoT devices, sensors, automation systems and other embedded applications where remote updates are necessary. Its dual boot feature provides safety during OTA updates. The project is hosted on GitHub and works with the Arduino IDE as well as Espressif's IoT Development Framework.