Comments on: ESP32/ESP8266 RGB LED Strip with Color Picker Web Server https://randomnerdtutorials.com/esp32-esp8266-rgb-led-strip-web-server/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Tue, 11 Jun 2024 14:48:26 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Miguel Da Silva https://randomnerdtutorials.com/esp32-esp8266-rgb-led-strip-web-server/#comment-864887 Tue, 10 Oct 2023 00:27:07 +0000 https://randomnerdtutorials.com/?p=83277#comment-864887 Hi Sara, i have a TIP41C,
It should work the same, right? but at 12v. thank you

]]>
By: Colin Marsh https://randomnerdtutorials.com/esp32-esp8266-rgb-led-strip-web-server/#comment-846701 Tue, 11 Jul 2023 21:36:52 +0000 https://randomnerdtutorials.com/?p=83277#comment-846701 In reply to Sara Santos.

Hi Sara. I have a VPN, but I was trying to connect via the service provider modem. The issue may be a caching issue. I will look into that. Thanks.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-esp8266-rgb-led-strip-web-server/#comment-846610 Tue, 11 Jul 2023 09:25:20 +0000 https://randomnerdtutorials.com/?p=83277#comment-846610 In reply to Colin Marsh.

I’m sorry but I didn’t understand. Are you using a VPN?
I don’t think you can use VPN to access the ESP web server.
Disable the VPN an try again.
Regards,
Sara

]]>
By: Colin Marsh https://randomnerdtutorials.com/esp32-esp8266-rgb-led-strip-web-server/#comment-846501 Mon, 10 Jul 2023 21:19:29 +0000 https://randomnerdtutorials.com/?p=83277#comment-846501 Hi Sara. Sorry that I miss-spelt your name earlier. I have used Chrome, DuckDuckGo, Edge and Firefox for exactly the same result of Express VPN looking to get me connected.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-esp8266-rgb-led-strip-web-server/#comment-846432 Mon, 10 Jul 2023 13:14:09 +0000 https://randomnerdtutorials.com/?p=83277#comment-846432 In reply to Colin Marsh.

Hi.
What are the web browsers that you’re using?
Regards,
Sara

]]>
By: Colin Marsh https://randomnerdtutorials.com/esp32-esp8266-rgb-led-strip-web-server/#comment-846361 Mon, 10 Jul 2023 07:00:28 +0000 https://randomnerdtutorials.com/?p=83277#comment-846361 Hi Sarah/Rui. Once again, great work, thanks. I have loaded this programme into an ESP-32S and all is well when I connect something other than an Android device. I was just wondering if you had received any feedback from anyone else along similar lines? I believe that my Samsung underwent a software upgrade the other day and I am sure that I tried this previously and it worked. Thanks again, Colin.

]]>
By: Avi https://randomnerdtutorials.com/esp32-esp8266-rgb-led-strip-web-server/#comment-840269 Sun, 11 Jun 2023 23:08:37 +0000 https://randomnerdtutorials.com/?p=83277#comment-840269 Hello
I want to follow this tutorial but power a 12v led strip. Would I damage the ESP32 board if I connect the Vin input in with the 12v power supply that came with the led strip? Would I need a step down voltage suppliers?
Thanks
I’m enjoying the tutorial on this site so far.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-esp8266-rgb-led-strip-web-server/#comment-819661 Fri, 17 Feb 2023 14:44:27 +0000 https://randomnerdtutorials.com/?p=83277#comment-819661 In reply to Max.

Hi.
You can use any of the libraries.
For a slider using the AsyncWebSever, you can take a look at this tutorial: https://randomnerdtutorials.com/esp32-web-server-slider-pwm/

If you prefer to use the other library, the following tutorial can be a good starting point: https://randomnerdtutorials.com/esp32-servo-motor-web-server-arduino-ide/

We have several web server examples with multiple different elements. You can check all our web sever tutorials here: https://randomnerdtutorials.com/?s=web+server

Regards,
Sara

]]>
By: Max https://randomnerdtutorials.com/esp32-esp8266-rgb-led-strip-web-server/#comment-817942 Sun, 12 Feb 2023 06:56:37 +0000 https://randomnerdtutorials.com/?p=83277#comment-817942 Hi, in this tutorial, https://randomnerdtutorials.com/esp32-esp8266-rgb-led-strip-web-server/, you use:
#include <WiFi.h>

In the web server tutorial, https://randomnerdtutorials.com/esp8266-web-server/, and the slider tutorial, https://randomnerdtutorials.com/esp8266-nodemcu-web-server-slider-pwm/, you use
#include <ESP8266WiFi.h>

What’s the difference between these wifi libraries and why choose one over the other?

The slider tutorial, also uses async libraries:
#include <ESPAsyncTCP.h>
#include <ESPAsyncWebServer.h>

Are there any examples with multiple elements, a slider, input buttons, input text box, all on one page? Would they necessarily have to have the async libraries if they include a slider?

Thanks!

]]>
By: Ricky https://randomnerdtutorials.com/esp32-esp8266-rgb-led-strip-web-server/#comment-804298 Mon, 19 Dec 2022 22:12:41 +0000 https://randomnerdtutorials.com/?p=83277#comment-804298 Thank you for the wonderful tutorial!! Absolutely fascinating.

I’m super new to the world of ardiuno but was wondering what additions to the url/code to add an ability to simple turn a specific LED on or off?

Use case is a shelf to light up for a specific LED placed at a particular position – one at at time.

EX. on a 15 LED strip, to turn on or off LED # 4 to Red, or LED #6 to Green, etc.

]]>