mariusmotea / diyHue

Philips Hue emulator that is able to control multiple types of lights
Other
627 stars 107 forks source link

Use with ESP-01 #480

Closed quorle closed 5 years ago

quorle commented 5 years ago

I have a question. I tried to use the whole thing with an ESP-01 (LED-Stripes WS2812b). However, the whole thing does not work. what could be the problem? or is this only possible with a Wemos d1 Mini?

mariusmotea commented 5 years ago
quorle commented 5 years ago

Unfortunately does not work

3,3V —> VCC 3,3V —> CH_PD 0V —> gnd LED‘s —> Tx

mariusmotea commented 5 years ago

Leds must be connected on RX pin

quorle commented 5 years ago

Unfortunately, I have now 5 hours trying to get it to work, unfortunately without success. actually I wanted to integrate in your project a MQTT with pubsubclient to publishen, unfortunately, is not. But I do not want to use two wemos for a light sensor, motion sensor and LED stripes.

mariusmotea commented 5 years ago

From my point of view the only limitation may be with the spi flash. It may be too small. The esp chip is the same on all boards. I faced same issue with one chinese rgbw bulb, i fix that by replacing just the spi chip with the one from a broken wemos.

ghost commented 5 years ago

@quorle I'm closing this as we have provided you with what we feel to be the issue. If your still having problems, feel free to open a new issue at our active repo here

GHBLoos commented 3 years ago

Quorle,

You still need help with this? I have a working example.

Gaston