Add monochrome version with ZJ-WFMN-C V1.1

Jari Ylimäinen 2019-08-31 14:53:13 +03:00
parent bb15c8822c
commit a552967211
1 changed files with 8 additions and 1 deletions

@ -8,7 +8,7 @@ Aside from it going 9-28v, there are no other external model numbers etc, howeve
## Identifying this board ## Identifying this board
Looking closely you can see it's an ESP8285, on the main board, it has the part number: `ZJ-WFMN-B V1.1` or `ZJ-WFMN-A V1.1` Looking closely you can see it's an ESP8285, on the main board, it has the part number: `ZJ-WFMN-A V1.1`, `ZJ-WFMN-B V1.1` or `ZJ-WFMN-C V1.1`
<img width="40%" src="https://user-images.githubusercontent.com/816454/43895058-6fcb4e10-9c17-11e8-8c9c-b99c57a39c55.jpg" alt="board top 1"> <img width="40%" src="https://user-images.githubusercontent.com/816454/43895058-6fcb4e10-9c17-11e8-8c9c-b99c57a39c55.jpg" alt="board top 1">
<img width="40%" src="https://user-images.githubusercontent.com/816454/43895059-6ffdd7b8-9c17-11e8-994e-aeb8f65f47ef.jpg" alt="board top 2"> <img width="40%" src="https://user-images.githubusercontent.com/816454/43895059-6ffdd7b8-9c17-11e8-994e-aeb8f65f47ef.jpg" alt="board top 2">
@ -69,6 +69,13 @@ ZJ-WFMN-A V1.1 (RGB version with RF)
|D6 GPIO12|38 PWM2|GREEN| |D6 GPIO12|38 PWM2|GREEN|
|D7 GPIO13|39 PWM3|BLUE| |D7 GPIO13|39 PWM3|BLUE|
ZJ-WFMN-C V1.1 (monochrome version)
| Field | Value | Function |
|---|---|---|
|Module type|18 Generic|
|D6 GPIO12|37 PWM1|
With all that done, one of the critical things I needed to do so I could set the colors was to run the command to set `SetOption15` to `1`. For me, this was sending the MQTT command (you will need to adjust for your config): With all that done, one of the critical things I needed to do so I could set the colors was to run the command to set `SetOption15` to `1`. For me, this was sending the MQTT command (you will need to adjust for your config):
``` ```