PWM Slider Bar Control on ESP32 ESP8266 WebServer | Control Brightness Of LEDs | Out of the Box IoT

Поділитися
Вставка
  • Опубліковано 24 гру 2024

КОМЕНТАРІ • 33

  • @Zelanious
    @Zelanious 4 роки тому +4

    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!

  • @WereReallyRelayCamping
    @WereReallyRelayCamping 4 роки тому

    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.

  • @buffplums
    @buffplums 8 місяців тому

    What a helpful post. Thank you very much kind sir.

  • @werneramort2703
    @werneramort2703 3 роки тому +1

    great vid, thanks

  • @bangbanggaming9588
    @bangbanggaming9588 4 роки тому +4

    Don't dislike . He is a new youtuber . Motivation him

  • @jumbo999614
    @jumbo999614 7 місяців тому

    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?

  • @zaisengm3093
    @zaisengm3093 2 роки тому +1

    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?

    • @MishMashLabs
      @MishMashLabs  2 роки тому

      Add a push button switch to a digital input, and add an interupt that switches an led

  • @hasibrahman1360
    @hasibrahman1360 3 роки тому +1

    is it possible to run a motor with this code using MOSFET or bc547 transistor?

    • @MishMashLabs
      @MishMashLabs  3 роки тому +2

      If it can be switched with a 3.3v supply then yes.

  • @devildevil873
    @devildevil873 3 роки тому +1

    Sir but this method is not supporting leb bulb(only supporting led small light) how can I support led bulb intensity 🙏🙏help.

    • @MishMashLabs
      @MishMashLabs  3 роки тому +1

      Hi Pradeep.
      I don't quite understand your problem. How do you differ between bulb and small light?
      Can you privide links to products?

    • @devildevil873
      @devildevil873 3 роки тому

      @@MishMashLabs sir like small light menas that which u r using and larger bulb meana that which is operating on 240v

    • @devildevil873
      @devildevil873 3 роки тому

      @@MishMashLabs how can I send u demo of my project r u on what's app or telegram

    • @MishMashLabs
      @MishMashLabs  3 роки тому +1

      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.

    • @devildevil873
      @devildevil873 3 роки тому +2

      @@MishMashLabs ok thanks a lot bro....for helping me ❤️❤️

  • @ugurcnar2866
    @ugurcnar2866 3 роки тому

    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

  • @yanghongli4107
    @yanghongli4107 4 роки тому

    Nice !Because I am not very familiar with html, how to implement multiple slider control? Can you teach me?thank

    • @MishMashLabs
      @MishMashLabs  4 роки тому

      Contact me through our Facebook page, we offer services.
      facebook.com/mishmashlabs

  • @2.0-u3h
    @2.0-u3h 2 роки тому +1

    good video! but, is it possible to include images without being connected to the internet ? pls help if somebody knows ;)

    • @MishMashLabs
      @MishMashLabs  2 роки тому

      It's possible using an external SD card. It could be possible with EPROM.

    • @2.0-u3h
      @2.0-u3h 2 роки тому

      @@MishMashLabs would be nice if u could do an tutorial for that :)

  • @yudistra5455
    @yudistra5455 3 роки тому +1

    please tell me how to make this to ip statis.

    • @MishMashLabs
      @MishMashLabs  3 роки тому

      Hi, sorry I don't understand what you are looking for? Can you elaborate?

  • @joshuameza3912
    @joshuameza3912 3 роки тому

    can someone help me out with the code but, for more sliders please?

    • @MishMashLabs
      @MishMashLabs  3 роки тому +1

      This will be our next video. It's coming soon!

    • @audiobaer
      @audiobaer 9 місяців тому

      @@MishMashLabsI cant find this video. did you release it?

  • @b4hl304
    @b4hl304 4 роки тому +1

    Code text file give me?

    • @MishMashLabs
      @MishMashLabs  4 роки тому +1

      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

  • @sonu9999208499
    @sonu9999208499 3 роки тому

    Pls make with eeprom thank you