mirror of https://github.com/arendst/Tasmota.git
Updated PS 16 DZ Dimmer (markdown)
parent
ca03cd5db2
commit
ce04ad5836
|
@ -18,6 +18,7 @@ pin5 3.3V
|
|||
pin6 GND
|
||||
```
|
||||
## Communication between ESP8285 and N76E003
|
||||
```
|
||||
It uses AT command to communicate between ESP8285 and N76E003
|
||||
Turn on the switch from ESP8266:
|
||||
Send from ESP8266
|
||||
|
@ -81,7 +82,7 @@ Received from MCU when
|
|||
AT+SETTING=enterESPTOUCH
|
||||
Send from ESP8266:
|
||||
AT+SETTING=enterESPTOUCH
|
||||
|
||||
```
|
||||
The sequence number is a 13 digits unix timestamp. The data after "bright" is the brightness. The maximum of the brightness is 100 and the minimum is 10.
|
||||
There is one byte 0x1B at the end of each AT command.
|
||||
|
||||
|
|
Loading…
Reference in New Issue