Comments on: ESP8266 NodeMCU Web Server with Slider: Control LED Brightness (PWM) https://randomnerdtutorials.com/esp8266-nodemcu-web-server-slider-pwm/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Sat, 03 May 2025 16:40:34 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Oliver https://randomnerdtutorials.com/esp8266-nodemcu-web-server-slider-pwm/#comment-1033716 Sat, 03 May 2025 16:40:34 +0000 https://randomnerdtutorials.com/?p=98897#comment-1033716 The Value seems to be updated only once you release the slider. Is it also possible to get a live update while you move the slider?

]]>
By: Goos Kant https://randomnerdtutorials.com/esp8266-nodemcu-web-server-slider-pwm/#comment-906280 Mon, 15 Apr 2024 15:56:18 +0000 https://randomnerdtutorials.com/?p=98897#comment-906280 Does this example work together with WiFiManager? It seems that I get library conflicts.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-nodemcu-web-server-slider-pwm/#comment-893272 Wed, 21 Feb 2024 21:18:54 +0000 https://randomnerdtutorials.com/?p=98897#comment-893272 In reply to Oner.

Hi.
Check out this tutorial: https://randomnerdtutorials.com/esp8266-nodemcu-web-server-websocket-sliders/
Regards,
Sara

]]>
By: Oner https://randomnerdtutorials.com/esp8266-nodemcu-web-server-slider-pwm/#comment-893218 Wed, 21 Feb 2024 17:45:53 +0000 https://randomnerdtutorials.com/?p=98897#comment-893218 Hello,
I want to add 2 or more slider to this project. Could you explain it?

]]>
By: Ramon https://randomnerdtutorials.com/esp8266-nodemcu-web-server-slider-pwm/#comment-866156 Tue, 17 Oct 2023 12:08:18 +0000 https://randomnerdtutorials.com/?p=98897#comment-866156 In reply to Ilya.

Good morning.
you got it ??
Can you tell me how?
thank you so much

]]>
By: Ramon https://randomnerdtutorials.com/esp8266-nodemcu-web-server-slider-pwm/#comment-866155 Tue, 17 Oct 2023 12:05:55 +0000 https://randomnerdtutorials.com/?p=98897#comment-866155 In reply to Paolo De Caro.

good morning.
I am trying to add buttons too but you are not able, can you send me the simple example with the slider and a button.
thank you very much for your help.

]]>
By: Dirk https://randomnerdtutorials.com/esp8266-nodemcu-web-server-slider-pwm/#comment-851994 Sat, 29 Jul 2023 09:56:07 +0000 https://randomnerdtutorials.com/?p=98897#comment-851994 In reply to Martin.

Dear Martin,

I just did visit the GitHub Pages, downloaded the complete repo as ZIP file and den installed the Zip-File via the library function.

Best

Dirk

]]>
By: anil kumar https://randomnerdtutorials.com/esp8266-nodemcu-web-server-slider-pwm/#comment-819374 Thu, 16 Feb 2023 10:12:55 +0000 https://randomnerdtutorials.com/?p=98897#comment-819374 In reply to AJ.

this project has multiple sliders https://randomnerdtutorials.com/esp8266-nodemcu-web-server-websocket-sliders/

]]>
By: Ilya https://randomnerdtutorials.com/esp8266-nodemcu-web-server-slider-pwm/#comment-817438 Fri, 10 Feb 2023 20:12:05 +0000 https://randomnerdtutorials.com/?p=98897#comment-817438 Hello, i”m trying this slider make in a vertical position,
some parts of it -> transformed, but moving part(cursor) didn’t.
I need Help to change an orientation of this slider.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp8266-nodemcu-web-server-slider-pwm/#comment-770415 Fri, 22 Jul 2022 10:26:58 +0000 https://randomnerdtutorials.com/?p=98897#comment-770415 In reply to Hillary.

For ESP8266 releases before 3.0, the default range is between 0 and 1023.
The PWM range may be changed by calling analogWriteRange(new_range).
https://randomnerdtutorials.com/esp8266-pwm-arduino-ide/
I hope this is clear.
Regards,
Sara

]]>