Comments on: $10 DIY WiFi RGB LED Mood Light with ESP8266 (Step by Step) https://randomnerdtutorials.com/10-diy-wifi-rgb-led-mood-light-with-esp8266-step-by-step/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Mon, 03 Feb 2020 10:55:46 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Sara Santos https://randomnerdtutorials.com/10-diy-wifi-rgb-led-mood-light-with-esp8266-step-by-step/#comment-426284 Mon, 03 Feb 2020 10:55:46 +0000 http://randomnerdtutorials.com/?p=25268#comment-426284 In reply to Bryant Winterholer.

Hi Bryant.
To control the LEDs you use PWM to change their color.
Unfortunately, we don’t have any tutorial explaining how it works using LUA programming language.
We have some tutorials that explain this concepts using arduino IDE:https://randomnerdtutorials.com/esp32-esp8266-rgb-led-strip-web-server/
How RGB LEDs work: https://randomnerdtutorials.com/electronics-basics-how-do-rgb-leds-work/
I hope this helps.
Regards,
Sara

]]>
By: Bryant Winterholer https://randomnerdtutorials.com/10-diy-wifi-rgb-led-mood-light-with-esp8266-step-by-step/#comment-426211 Mon, 03 Feb 2020 04:44:02 +0000 http://randomnerdtutorials.com/?p=25268#comment-426211 Gave it a try today and after some trial and error, got it working. Unfortunately I had a bad MCU, but once I realized that, it went pretty smoothly.

I am a newbie and was wondering if you have further information on how I can adjust the colors. Not sure my LEDs are the best quality and did find the red connection was swapped with the green, but thought maybe there is a way to play around with the settings.

Thanks much for all you all offer – Bryant

]]>
By: Sara Santos https://randomnerdtutorials.com/10-diy-wifi-rgb-led-mood-light-with-esp8266-step-by-step/#comment-415793 Thu, 19 Dec 2019 10:57:18 +0000 http://randomnerdtutorials.com/?p=25268#comment-415793 In reply to Carlos.

Hi Carlos.
Yes, but you have to measure current consumption and see if those transistors are appropriate.
Regards,
Sara

]]>
By: Carlos https://randomnerdtutorials.com/10-diy-wifi-rgb-led-mood-light-with-esp8266-step-by-step/#comment-415646 Wed, 18 Dec 2019 13:41:40 +0000 http://randomnerdtutorials.com/?p=25268#comment-415646 Hi,

If I want to do more than one meter of led strip would this schematic work?

Regards,
Carlos

]]>
By: John https://randomnerdtutorials.com/10-diy-wifi-rgb-led-mood-light-with-esp8266-step-by-step/#comment-388448 Mon, 19 Aug 2019 15:04:51 +0000 http://randomnerdtutorials.com/?p=25268#comment-388448 I am always learning from you and I am very thankful for all your posts. I am trying to transform a single 10W rgb led lamp to be controlled via wi-fi. The led board has 3 wires, one for VCC, one for GND, and one for signal. Do you have a graphic on how could I connect it to an ESP8266? As always, thank you in advance.

]]>
By: Sara Santos https://randomnerdtutorials.com/10-diy-wifi-rgb-led-mood-light-with-esp8266-step-by-step/#comment-359207 Thu, 21 Mar 2019 11:13:51 +0000 http://randomnerdtutorials.com/?p=25268#comment-359207 In reply to Matthes.

Hi.
The OUT- should be connected to the ESP8266 GND. And the and IN- should be connected to GND of your power source.
Regards,
Sara

]]>
By: Matthes https://randomnerdtutorials.com/10-diy-wifi-rgb-led-mood-light-with-esp8266-step-by-step/#comment-359118 Wed, 20 Mar 2019 16:51:17 +0000 http://randomnerdtutorials.com/?p=25268#comment-359118 That step down converter has IN+, IN-, OUT+ and OUT-, but you only need to connect one cable to the esp and one to the power source. Should they be connected to IN+ and OUT- or how does that work?

]]>
By: Rui Santos https://randomnerdtutorials.com/10-diy-wifi-rgb-led-mood-light-with-esp8266-step-by-step/#comment-348596 Mon, 17 Dec 2018 16:01:32 +0000 http://randomnerdtutorials.com/?p=25268#comment-348596 In reply to Jan Herkner.

The same values should work with 24V… The ESP will output only 3.3V regardless, so the PWM signals is always the same.

]]>
By: Jan Herkner https://randomnerdtutorials.com/10-diy-wifi-rgb-led-mood-light-with-esp8266-step-by-step/#comment-348031 Thu, 13 Dec 2018 07:09:41 +0000 http://randomnerdtutorials.com/?p=25268#comment-348031 Hi

first of all nice project.
What do i need to modify to run the same with 24V?
What are those values and where you get them from?
pwm.setup(5, 1000, 1023)
pwm.setup(6, 1000, 1023)
pwm.setup(7, 1000, 1023)

]]>
By: Sara Santos https://randomnerdtutorials.com/10-diy-wifi-rgb-led-mood-light-with-esp8266-step-by-step/#comment-339873 Fri, 19 Oct 2018 16:12:56 +0000 http://randomnerdtutorials.com/?p=25268#comment-339873 In reply to jasdeep.

Hi.
It might be something wrong with your LED strip, or it is not fully compatible with this tutorial.
Regards,
Sara 🙂

]]>