Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 462d8bd

Browse filesBrowse files
authored
Update README.md
1 parent 1a181aa commit 462d8bd
Copy full SHA for 462d8bd

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Filter options
  • examples/Example projects/LedStripDriver_OpenSmart
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed

‎examples/Example projects/LedStripDriver_OpenSmart/README.md

Copy file name to clipboardExpand all lines: examples/Example projects/LedStripDriver_OpenSmart/README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ With this example you can create your own HUE lamp controlled by Homey. It gives
77
* [WeMos D1 mini V2](https://nl.aliexpress.com/wholesale?catId=0&initiative_id=SB_20180102232002&SearchText=WeMos+D1+mini+V2)
88
* [RGB Led Strip Driver module](https://nl.aliexpress.com/wholesale?catId=0&initiative_id=SB_20180102231858&SearchText=RGB+Led+Strip+Driver+module) <br>
99
<i>this shield is based on the P9813 chip</i>
10-
* [DC/DC converter]([https://nl.aliexpress.com/wholesale?catId=0&initiative_id=SB_20180102232329&SearchText=DC+DC+Step+Down+Buck+Converter) <br>
10+
* [DC/DC converter](https://nl.aliexpress.com/wholesale?catId=0&initiative_id=SB_20180102232329&SearchText=DC+DC+Step+Down+Buck+Converter) <br>
1111
<i>the leds works on 12 volt but the WeMos needs 5 volt. 500mA is more than enough</i>
1212
* [12v DC wall-plug adapter](https://nl.aliexpress.com/wholesale?catId=0&initiative_id=SB_20180102234456&SearchText=12+volt+power+supply) <br>
1313
<i>The power (amperes) you need depending on the amount of LEDs.</i>
1414
* [RGB ledstrip](https://nl.aliexpress.com/wholesale?catId=0&initiative_id=SB_20180102234421&SearchText=led+strip+SMD+5050) <br>
1515
<i>Use RGB led stript, not the RGBW.</i>
1616

1717
Optional part
18-
* [Arduino relay shield](https://nl.aliexpress.com/wholesale?catId=0&initiative_id=SB_20180103000429&SearchText=arduino+relay+shield)<br>
19-
<i>If you have 12 volt lighting that you want to turn on immediately when you switch on color LEDs you can connect an extra relay to the Wemos.</i>
18+
* [Wemos relais shield](https://nl.aliexpress.com/wholesale?catId=0&initiative_id=SB_20180107000934&SearchText=wemos+relais+shield)<br>
19+
<i>If you have 12 volt lighting that you want to turn on immediately when you switch on the RGB LED strip you can connect an extra relais to the Wemos by an relais shield. If you want to use something else like a Arduino relais shield watch out for the voltage because the Wemos runs on 3.3 volt.</i>
2020

2121
## 3. Software
2222
For this project you need to add the following libraries.
@@ -46,13 +46,13 @@ When turn on the RGB led strip from Homey, than automaticaly the relais will swi
4646
For that:
4747
* Connect the VO+ (5volt) of the DC/DC converter to the relais shield.
4848
* Connect then GND of the DC/DC converter to the relais shield.
49-
* Connect the D2 of the Wemos to the Din of the relais shield.
49+
* Connect the D1 of the Wemos to the Din of the relais shield.
5050

5151

5252
| Wemos pin | Description |
5353
|-------------|-------------------------------------------------------------------------|
5454
| 5V | 5 volt from DC/DC converter (VO+) |
5555
| GND (G) | GND from DC/DC converter (GND) |
56-
| D2 | Optional to relias shield |
56+
| D1 | Optional to relias shield |
5757
| D3 | Cin of LED shield => clock input |
5858
| D4 | Din of LED shield => data input |

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.