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

https://github.com/oznakn/nex-ota

OTA Update Library for Nextion HMI Screens that supports Nextion upload protocol v1.2
https://github.com/oznakn/nex-ota

arduino arduino-pico esp esp32 esp8266 hmi nextion ota update

Last synced: 8 months ago
JSON representation

OTA Update Library for Nextion HMI Screens that supports Nextion upload protocol v1.2

Awesome Lists containing this project

README

          

# NexOTA

Nextion OTA (Over the Air) Update library that supports Nextion Upload protocol v1.2 that is defined in https://github.com/MMMZZZZ/Nexus. More info about the protocol can be found in the Nexus repository docs.

This library is a fork of https://github.com/Nredor/ESPNexUpload.

### How to Use

- To use this library, your code should already be using https://github.com/itead/ITEADLIB_Arduino_Nextion or a compatible library.
- You should be able to give a stream of data in any kind. Fetching data from SD card, network or any other source is handled outside of this library.

Please check examples directory.