From 001838c6bde421f493e6fe094824a576a45e301b Mon Sep 17 00:00:00 2001 From: Johannes Braun Date: Tue, 8 Feb 2022 21:22:47 +0100 Subject: [PATCH] added readme --- tasmota/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tasmota/README.md diff --git a/tasmota/README.md b/tasmota/README.md new file mode 100644 index 00000000..4d6d5d2b --- /dev/null +++ b/tasmota/README.md @@ -0,0 +1,23 @@ +# Nextion Berry Driver + +This berry driver is intended for the usage with a custom HMI/TFT firmware on nspanel. + +It adds the following commands to Tasmota: + +- Nextion *Payload* + +Send's normal Nextion Commands to the Screen (suffixed by 0xFFFFFF) + +- CustomSend *Payload* + +Send's normal Custom Commands to the Screen in the following format + +55 BB [payload length] [payload] [crc] [crc] + +- FlashNextion *URL* + +Start's flashing a tft file to the nextion screen via Nextion Upload Protocol 1.2 + +Webserver must be reachable via HTTP and support Range Header + +Example: FlashNextion http://192.168.75.30:8123/local/nspanel.tft \ No newline at end of file