mirror of https://github.com/arendst/Tasmota.git
Updated MagicHome LED strip controller (markdown)
parent
a5dd80368e
commit
464e6bf6b8
|
@ -3,7 +3,7 @@
|
|||
<img alt="MagicHome LED controller pads" src="https://user-images.githubusercontent.com/29731130/31029721-23312a68-a553-11e7-9bd9-0a45f38d3375.jpg" width="30%" align="right" />
|
||||
<img alt="MagicHome LED controller pads" src="https://user-images.githubusercontent.com/29731130/31029726-269589f6-a553-11e7-95ed-aecb334d3aa3.jpg" width="30%" align="right" />
|
||||
|
||||
* https://www.aliexpress.com/item/Magic-Home-Mini-RGB-RGBW-Wifi-Controller-For-Led-Strip-Panel-light-Timing-Function-16million-colors/32686853650.html
|
||||
* [Shopping](https://www.aliexpress.com/item/Magic-Home-Mini-RGB-RGBW-Wifi-Controller-For-Led-Strip-Panel-light-Timing-Function-16million-colors/32686853650.html)
|
||||
|
||||
Board is essentially a ESP-12S (or ESP-2M) with necessary voltage converters, little bit of flash, 3 or 4 MOSFETs to drive LED strip (depending on the model), connector for LED strip and optional IR receiver.
|
||||
|
||||
|
@ -48,7 +48,7 @@ Some GPIO are preconfigured with the board:
|
|||
- GPIO14 - (PWM1) Red color on the LED strip, second pin from the GND
|
||||
- GPIO12 - (PWM3) Blue color on the LED strip, third pin from the GND
|
||||
|
||||
For instructions to setup the 24 Button Remote visit this Page (https://github.com/arendst/Sonoff-Tasmota/wiki/Arilux-LC04)
|
||||
For instructions to setup the 24 Button Remote visit the [AL-LC04 device page](https://github.com/arendst/Sonoff-Tasmota/wiki/Arilux-LC04)
|
||||
|
||||
Check this for Board Version 2.3 : [#1867](https://github.com/arendst/Sonoff-Tasmota/issues/1867#issuecomment-364811579)
|
||||
|
||||
|
@ -75,7 +75,7 @@ The hex codes for the "Data" value come from the data tag when looking at the JS
|
|||
|
||||
# MagicHome with ESP8285
|
||||
|
||||
Yet another MagicHome RGB controller. I specifically had this one: https://www.aliexpress.com/item/DC5-24V-Wireless-WIFI-LED-RGB-Controller-RGBW-Controller-IR-RF-Remote-Control-IOS-Android-for/32827253255.html
|
||||
Yet another MagicHome [RGB controller]( https://www.aliexpress.com/item/DC5-24V-Wireless-WIFI-LED-RGB-Controller-RGBW-Controller-IR-RF-Remote-Control-IOS-Android-for/32827253255.html)
|
||||
|
||||
Aside from it going 9-28v, there are no other external model numbers etc, however opening it up revealed a very different configuration inside, using an ESP8285 chip directly on the board.
|
||||
|
||||
|
|
Loading…
Reference in New Issue