Raspberry Pi Pico W LESSON 77: Control a Servo with an Infrared IR Remote

Поделиться
HTML-код
  • Опубликовано: 8 июл 2024
  • You guys can help me out over at Patreon, and that will help me keep my gear updated, and help me keep this quality content coming:
    / paulmcwhorter
    In this class we will be using the Sunfounder Raspberry Pi Pico W Keppler Kit. It will make things a lot easier if we are working on identical hardware. the link below is to amazon, and is for the identical hardware I will be using in this entire class.
    amzn.to/3ubMRs1
    In this video, I will show you how to use an IR remote with the Raspberry Pi Pico W. This lesson shows how to read button presses from the remote control unit, and how to create a command that is usable in a microPython program. In todays lesson, I show how to use that command from the remote to control the position of the servo. The video will take you through the process step by step. Enjoy!
    More great content at:
    toptechboy.com
    [Disclosure of Material Connection: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. ]
    #raspberrypipicow
    #servo
    #IRremote
  • НаукаНаука

Комментарии • 22

  • @larryplatzek9017
    @larryplatzek9017 13 дней назад

    As usual this was a GREAT LESSON! Thank you!

  • @deniszawad
    @deniszawad 13 дней назад

    Just loved it! Bravo Paul.

  • @mychrome-mt1hq
    @mychrome-mt1hq 13 дней назад

    Great lesson!

  • @scottwait3585
    @scottwait3585 13 дней назад

    Thank you Paul!

  • @cvicracer
    @cvicracer 13 дней назад

    Awesome thank you Paul

  • @patrickfox-roberts7528
    @patrickfox-roberts7528 13 дней назад

    thanks Paul ..

  • @craigflorin1071
    @craigflorin1071 10 дней назад

    Good lesson. Well, I was able to come with a solution, but nowhere near as clean as yours. As you, I also build a string, but used the IRbit return to exclude the returns from the on button and the eq button (if IRbit != 25 and IRbit !=1). Cheers!

  • @edSabio572
    @edSabio572 13 дней назад

    Paul, Your solution is far more straightforward. I went thru a lot of unnecessary coding... : (

  • @edSabio572
    @edSabio572 13 дней назад

    Paul I was able to do my homework, here is my proof:
    MPY: soft reboot
    POWER
    4
    5
    ENTER
    ['POWER', 4, 5, 'ENTER']
    First and Last Element Removed [4, 5]
    Comma Separators removed to Write Servo Cmnd: 45
    POWER
    1
    8
    0
    ENTER
    ['POWER', 1, 8, 0, 'ENTER']
    First and Last Element Removed [1, 8, 0]
    Comma Separators removed to Write Servo Cmnd: 180
    Progam Terminated

  • @md.arrahmandip7638
    @md.arrahmandip7638 13 дней назад

    Hello Paul, I have been following your contents for last 1 yr. You are an wonderful teacher. Can you make some content on YOLOV8 implementation along with microcontrollers, e.g. Object detection from 'Custom dataset' and then after successfull result it will command microcontroller for specific tasks like- turn on led or rotate the servo?
    Thank you.

  • @alexalextao103
    @alexalextao103 13 дней назад

    Hello Paul.
    Thank you for the very clear lessons!!!
    But there is one important note:
    How to properly make cold iced coffee?????
    Regards, Alexey

    • @paulmcwhorter
      @paulmcwhorter  13 дней назад

      Make two shots of strong espresso. Then pour the strong, hot espresso over ice cubes in a glass. The ice melting dilutes the espresso to a most wonderful cool refreshing beverage.

    • @alexalextao103
      @alexalextao103 13 дней назад

      @@paulmcwhorter Thank you very much Paul.
      I will definitely make it according to your recipe.
      Perhaps my Jatson will play faster

  • @michaelcrowell25
    @michaelcrowell25 13 дней назад

    I folded up, like a cheap Walmart lawn chair…

    • @gabriel38g
      @gabriel38g 6 дней назад

      I've been there. There's always the next lesson! 😄 👍

  • @gabriel38g
    @gabriel38g 10 дней назад +1

    I used a non-neopixel strip, but I managed to pull it off. Here's my homework. ruclips.net/video/J3VXQN2KpVg/видео.html
    Thanks for another great lesson. 👍

  • @zorabixun
    @zorabixun 13 дней назад

    Mr Paul, what IDE i can use instead of Thonny ? .. for a reason i don't want Thonny .. thanks 🎉