From a96ee4fef36828490e002b9ec4214c740933a8b6 Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Tue, 29 Nov 2022 21:00:22 +0100 Subject: [PATCH] Update README.md --- tasmota/README.md | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/tasmota/README.md b/tasmota/README.md index 8f8cc393..fa2b74dc 100644 --- a/tasmota/README.md +++ b/tasmota/README.md @@ -1,4 +1,4 @@ -# Nextion Berry Driver +# Nextion Berry Driver (autoexec.be) This berry driver is intended for the usage with a custom HMI/TFT firmware on nspanel and is a customisted version form [peepshow-21's ns-flash](https://github.com/peepshow-21/ns-flash) @@ -30,6 +30,16 @@ Returns the version currently defined in the berry script Downloads the autoexec.be script from the specified URL and loads it. +- `FlashNextionAdv[0-5] URL` + +Start's flashing a tft file to the nextion screen with different Modi. + +Nextion Upload Proto 1.2 with 921600 Baud (same as FlashNextion): FlashNextionAdv0 http://nspanel.pky.eu/lui.tft +Nextion Upload Proto 1.1 with 921600 Baud: FlashNextionAdv1 http://nspanel.pky.eu/lui.tft +Nextion Upload Proto 1.2 with 115200 Baud: FlashNextionAdv2 http://nspanel.pky.eu/lui.tft +Nextion Upload Proto 1.1 with 115200 Baud: FlashNextionAdv3 http://nspanel.pky.eu/lui.tft +Nextion Upload Proto 1.2 with 256000 Baud: FlashNextionAdv4 http://nspanel.pky.eu/lui.tft +Nextion Upload Proto 1.1 with 256000 Baud: FlashNextionAdv5 http://nspanel.pky.eu/lui.tft Besides the commands, serial input will be published on 'RESULT' Topic, depending on the input in one of the following formats: - `{"CustomRecv":%s}` @@ -37,7 +47,19 @@ Besides the commands, serial input will be published on 'RESULT' Topic, dependin -# Nextion Berry Driver Legacy Range (Old version with HTTP Range Method) + + + + + + + + + + +
+ Nextion Berry Driver Legacy Range (Old version with HTTP Range Method) + This berry driver is intended for the usage with a custom HMI/TFT firmware on nspanel. @@ -77,6 +99,10 @@ Returns the version currently defined in the berry script Downloads the autoexec.be script from the specified URL and loads it. + Besides the commands, serial input will be published on 'RESULT' Topic, depending on the input in one of the following formats: - `{"CustomRecv":%s}` - `{"nextion":%s}` + + +