Search found 3 matches

by TomasB
29 Oct 2016, 19:17
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 156087

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

Hi @moelski

This works really well but I'm struggling with one thing and this is how to control the Wifi candle over mqtt. Could you (or someone else more enlightened than me) please provide the mqtt messages required to control Color, Brightness and Type?

Thank you for all the help
by TomasB
26 Oct 2016, 14:35
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 156087

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

@vobo70

This is exactly what I have achieved with the APA106 leds. These work great at 3.3V even though they are rated for 5V.

See my reply above.
by TomasB
26 Oct 2016, 00:39
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 156087

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

Hi @moelski Thank you for terrific work. I got it up in a very short time and it works very well. There is one thing in the github version that I had to add to make it compile and run and this was to define the variable "timer25ms" using: unsigned long timer25ms; This is placed next to whe...