Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jmysu/esp32fota

ESP32 SSL httpUpdate ex.
https://github.com/jmysu/esp32fota

arduino esp32 github httpupdate platformio ssl

Last synced: 20 days ago
JSON representation

ESP32 SSL httpUpdate ex.

Awesome Lists containing this project

README

        

# ESP32FOTA [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

ESP32 SSL httpUpdate with files in https://raw.githubusercontent.com/

An Arduino project for updating ESP32 firmware where kept at GitHub, using official ESP32 httpUpdate w/ SSL.



A successful updating message log for binary at https://raw.githubusercontent.com

   


Use this link to get correct root SSL certification:
https://projects.petrucci.ch/esp32/?page=ssl





## References
- [Arduino httpUpdate Library](https://github.com/espressif/arduino-esp32/tree/master/libraries/Update) Arduino ESP32 httpUpdate library at Github.
- [SSL root CA converter](https://projects.petrucci.ch/esp32/?page=ssl) Get SSL root certification converted for ESP32.