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
- Host: GitHub
- URL: https://github.com/oznakn/nex-ota
- Owner: oznakn
- License: mit
- Created: 2024-05-26T17:24:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-26T18:56:34.000Z (over 1 year ago)
- Last Synced: 2025-02-21T15:52:42.239Z (8 months ago)
- Topics: arduino, arduino-pico, esp, esp32, esp8266, hmi, nextion, ota, update
- Language: C++
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.