From ce04ad5836ac5bc2d92424217e8ede86984f1193 Mon Sep 17 00:00:00 2001 From: qingz2004 <34905120+qingz2004@users.noreply.github.com> Date: Tue, 27 Nov 2018 21:29:21 -0500 Subject: [PATCH] Updated PS 16 DZ Dimmer (markdown) --- PS-16-DZ-Dimmer.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PS-16-DZ-Dimmer.md b/PS-16-DZ-Dimmer.md index a85b6cc8..850484b5 100644 --- a/PS-16-DZ-Dimmer.md +++ b/PS-16-DZ-Dimmer.md @@ -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.