mirror of https://github.com/arendst/Tasmota.git
LED pinout added.
parent
71cdfb2e2a
commit
73401b49b8
12
H801.md
12
H801.md
|
@ -7,7 +7,17 @@ It's not entirely clear where these devices come from originally, but they are a
|
|||
|
||||
## Hardware
|
||||
|
||||
The chip used on this board is the [ESP8266EX](https://www.espressif.com/sites/default/files/documentation/0a-esp8266ex_datasheet_en.pdf). 6 PWM outputs are connected to [DTU35N06](http://din-tek.jp/Upload/Product%20Doc/Datasheet/DTU35N06.pdf) MOSFETs to drive the 5 output channels (RGB + W1 + W2).
|
||||
The chip used on this board is the [ESP8266EX](https://www.espressif.com/sites/default/files/documentation/0a-esp8266ex_datasheet_en.pdf). 5 PWM outputs are connected to [DTU35N06](http://din-tek.jp/Upload/Product%20Doc/Datasheet/DTU35N06.pdf) MOSFETs to drive the 5 output channels (RGB + W1 + W2).
|
||||
|
||||
| Function | ESP8266 Pin |
|
||||
| -------- | ----------- |
|
||||
| R | GPIO 15 |
|
||||
| G | GPIO 13 |
|
||||
| B | GPIO 12 |
|
||||
| W1 | GPIO 14 |
|
||||
| W1 | GPIO 04 |
|
||||
| LED D1(red) | GPIO 05 |
|
||||
| LED D2 (green) | GPIO 01 |
|
||||
|
||||
## Serial Connection
|
||||
|
||||
|
|
Loading…
Reference in New Issue