I wish I could have seen this earlier! I made an ESP32 based home lighting system that used almost exactly this method, but I had to scour the internet for a lot of the individual parts to it. Nice video!
Brilliant video! You can use this example again and add other web page inputs like enable/disable radio buttons and a text input box to type in 0 to 255 etc. All good viewing for those learning.
I don't understand how updateButton function works. You pass this function along with other atrributes to request->send_p for server.on("\"). But inside HMTL, where does it call this function? Also, you declare String pwmSliderValue in the main c++ code and then you declare var pwmSliderValue inside HTML. So they're linked together? When it says "return pwmSliderValue" which one? the one in main code or the one in HTML? Can you please explain this updateButton function?
You need a 3.3v to 230v dimmer module like this, pt.aliexpress.com/item/32802025086.html Personally I dont like such projects as these types of switches are not the most robust, but I wish you luck.
Thats a great work sir, May I ask that can i change pwm by adding a submit button on webserver ?. In my project , pwm value will be taken once then motors will turn at this rate in a loop function. I would be grateful if you answer, Sincerely
Check out the links in the description for the libraries that you may need and more info. Here's the sketch we made: github.com/mishmashlabs/ESP32_PWM_SLIDER_WEBSERVER
I wish I could have seen this earlier! I made an ESP32 based home lighting system that used almost exactly this method, but I had to scour the internet for a lot of the individual parts to it.
Nice video!
Thanks Riley!
Brilliant video!
You can use this example again and add other web page inputs like enable/disable radio buttons and a text input box to type in 0 to 255 etc. All good viewing for those learning.
Thanks!
What a helpful post. Thank you very much kind sir.
great vid, thanks
You're very welcome!
Don't dislike . He is a new youtuber . Motivation him
I don't understand how updateButton function works. You pass this function along with other atrributes to request->send_p for server.on("\").
But inside HMTL, where does it call this function?
Also, you declare String pwmSliderValue in the main c++ code and then you declare var pwmSliderValue inside HTML. So they're linked together?
When it says "return pwmSliderValue" which one? the one in main code or the one in HTML?
Can you please explain this updateButton function?
Awesome work! :D Do u know how i can put insert a button that make a "fade" (for from 0 to 255 and back) with led?
Add a push button switch to a digital input, and add an interupt that switches an led
is it possible to run a motor with this code using MOSFET or bc547 transistor?
If it can be switched with a 3.3v supply then yes.
Sir but this method is not supporting leb bulb(only supporting led small light) how can I support led bulb intensity 🙏🙏help.
Hi Pradeep.
I don't quite understand your problem. How do you differ between bulb and small light?
Can you privide links to products?
@@MishMashLabs sir like small light menas that which u r using and larger bulb meana that which is operating on 240v
@@MishMashLabs how can I send u demo of my project r u on what's app or telegram
You need a 3.3v to 230v dimmer module like this,
pt.aliexpress.com/item/32802025086.html
Personally I dont like such projects as these types of switches are not the most robust, but I wish you luck.
@@MishMashLabs ok thanks a lot bro....for helping me ❤️❤️
Thats a great work sir, May I ask that can i change pwm by adding a submit button on webserver ?. In my project , pwm value will be taken once then motors will turn at this rate in a loop function.
I would be grateful if you answer, Sincerely
Nice !Because I am not very familiar with html, how to implement multiple slider control? Can you teach me?thank
Contact me through our Facebook page, we offer services.
facebook.com/mishmashlabs
good video! but, is it possible to include images without being connected to the internet ? pls help if somebody knows ;)
It's possible using an external SD card. It could be possible with EPROM.
@@MishMashLabs would be nice if u could do an tutorial for that :)
please tell me how to make this to ip statis.
Hi, sorry I don't understand what you are looking for? Can you elaborate?
can someone help me out with the code but, for more sliders please?
This will be our next video. It's coming soon!
@@MishMashLabsI cant find this video. did you release it?
Code text file give me?
Check out the links in the description for the libraries that you may need and more info.
Here's the sketch we made:
github.com/mishmashlabs/ESP32_PWM_SLIDER_WEBSERVER
Pls make with eeprom thank you