Learn MicroPython #6 - fade an LED with PWM

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ส.ค. 2024

ความคิดเห็น • 19

  • @ssgoh4968
    @ssgoh4968 4 ปีที่แล้ว

    Useful tutorial. Learning in small chunks is the way to go. Thank you.

  • @danieljackb
    @danieljackb 3 ปีที่แล้ว

    Thank you for indicating that the human eye perceives light above 60 hZ, and this is why adjusting the duty cycle of a pulse wave translates to "brightness." I've had countless people try to explain PWM modulation to me, and before now have not understood why I'm not just seeing the light blink off and on at full power for different amounts of time

  • @jaysmith8684
    @jaysmith8684 ปีที่แล้ว +1

    Thanks for the great videos! Just FYI for any newbies like me, the latest version (currently v1.19.1) of Micropython doesn't use the pwm.duty() ... it must be pwm.duty_u16()

  • @MrCoffeypaul
    @MrCoffeypaul 5 ปีที่แล้ว

    Hope u keep em coming, thank u for the introduction!!

  • @mikehensley78
    @mikehensley78 3 ปีที่แล้ว

    I watched all the learn micropython videos you did. Very cool. When you changed the PWM frequency it occurred to me that you could set 14Hz or 10Hz as the frequency and hook that to some Infrared LEDs and make a MIRT(mobile IR transmitter) aka a Dirty-MIRT, to change traffic lights, magically, to green! Buses and public transportation use 10Hz and emergency vehicles use 14Hz. I watched a guy from HAKC hacker-group give a talk about it and never could get it to work on an arduino. You just made it look so easy. I don't really know any coding language but i am trying to learn. Love the videos! P.S. don't MIRT at home. Probably frowned on.

    • @mikehensley78
      @mikehensley78 3 ปีที่แล้ว

      so ... i just tried... you can set 15Hz...13Hz, 12, 11, 10... etc... you cannot set it to 14Hz. TypeError: can't convert float to int. looks like someone had the same idea i had.

  • @wanghang8360
    @wanghang8360 5 ปีที่แล้ว +1

    Good tutorial serials, I watched them all

    • @canaanadriel9646
      @canaanadriel9646 3 ปีที่แล้ว

      I realize I'm kinda off topic but do anybody know a good website to stream newly released tv shows online ?

    • @elijahjadiel1524
      @elijahjadiel1524 3 ปีที่แล้ว

      @Canaan Adriel I use Flixzone. Just google for it =)

    • @mitchellbaylor8132
      @mitchellbaylor8132 3 ปีที่แล้ว

      @Elijah Jadiel Definitely, been using FlixZone for years myself =)

    • @canaanadriel9646
      @canaanadriel9646 3 ปีที่แล้ว

      @Elijah Jadiel thank you, signed up and it seems like they got a lot of movies there :) I really appreciate it !

    • @elijahjadiel1524
      @elijahjadiel1524 3 ปีที่แล้ว

      @Canaan Adriel happy to help :)

  • @Idontreallycareatall
    @Idontreallycareatall 5 ปีที่แล้ว

    Great course, thanks! (: You've stimulated me to order few esp32 for playing (: it would be nice if you could use external mic in your videos btw, since they are a bit noisy (: anyway, very useful, thanks a lot!

  • @capiberra4118
    @capiberra4118 4 ปีที่แล้ว

    Excellent series of tutorials, THANKS! One question comes to mind however, for perhaps another installment to the series. Is the Hall Effect sensor inherent to the ESP32 supported by MicroPython? Cheers and best regards!

  • @henk1810
    @henk1810 3 ปีที่แล้ว

    Is this Tutorial completed ? I'm looking for MicroPython Tutorials that can be used while learning the Block Based "BIPES" application. But before I introduce this to the BIPES Project Team I need to know whether this a complete/rounded off Tutorial .

  • @anokhautomation4453
    @anokhautomation4453 3 ปีที่แล้ว

    I don't seen any new videos from your side since a long time???

    • @henk1810
      @henk1810 3 ปีที่แล้ว

      Is this course completed ? I'm looking for MicroPython Tutorials that can be used while learning the Block Based "BIPES" application. But before I introduce this to the BIPES Project Team I need to know whether this a complete/rounded off Tutorial .

  • @15_yugandharpatil18
    @15_yugandharpatil18 3 ปีที่แล้ว

    Can you tell me how to make a program to play an audio file using micro python