Created Wemos D1 Mini and WS2812B RGB Shield (markdown)

Raymond Mouthaan 2018-05-21 15:05:08 +02:00
parent a1c4a6a37c
commit 087fc2e963
1 changed files with 15 additions and 0 deletions

@ -0,0 +1,15 @@
## WS2812B RGB Shield (single pin)
<img src="https://github.com/arendst/arendst.github.io/blob/master/media/wemos/wemos_ws2812b_shield.jpg" align="right" width=320>
From the [Wemos ws2812b shield specs](https://wiki.wemos.cc/products:d1_mini_shields:ws2812b_rgb_shield) the DATA pin is connected to D2 of the Wemos.
### Tasmota Configuration
In the Configuration -> Configure Module page, select the following:
* **D2 GPIO4** : **07 WS2812**
<img src="https://github.com/arendst/arendst.github.io/blob/master/media/wemos/wemos_ws2812b_config_marked.jpg"/>
### Tasmota Main
After reboot of the device the dark-bright slider and toggle button are displayed to control the led.
<img src="https://github.com/arendst/arendst.github.io/blob/master/media/wemos/wemos_ws2812b_main_marked.jpg"/>