Raspberry Pi Pico W LESSON 100: Using Multiple PIO State Machines at the Same Time

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

КОМЕНТАРІ • 22

  • @scottwait3585
    @scottwait3585 11 годин тому

    Thank you Paul. You're the best!

  • @zorabixun
    @zorabixun 12 годин тому

    Hurraaaaa 100 🌞😘
    Thank you Mr Paul, we all like your knowledge 🙏

  • @mychrome-mt1hq
    @mychrome-mt1hq 12 годин тому

    I Loved this Great Lesson! Will enjoy more state machine lesson and other lessons!

  • @patrickfox-roberts7528
    @patrickfox-roberts7528 7 годин тому

    thanks Paul

  • @andrelecoultre1257
    @andrelecoultre1257 11 годин тому

    once again Paul, what a such informative lesson. Thank you for all your effort.
    Also want to wish you a merry Christmas and all the best for the coming year.

  • @sameermousa7439
    @sameermousa7439 12 годин тому

    awsome thanks Paul

  • @edSabio572
    @edSabio572 4 години тому

    Paul, just a note, the kit only has one servo. I was able to scrounge a servo from the Arduino kit which is bigger but worked just fine...

  • @edSabio572
    @edSabio572 3 години тому

    Thanks Paul! Great Lesson!!! My homework did not have your '3000-pw', nor the '4th " SM. In retrospect, being new at this makes it exciting being exposed to some unique way of doing things. Loves it! Now onto the homework.... : (

    • @paulmcwhorter
      @paulmcwhorter  Годину тому

      Great to hear you are enjoying the course!

  • @edSabio572
    @edSabio572 4 години тому

    Paul! Before I start the lesson, I submit that I was able to program two servos using two PIOs...Not the best but interested in knowing how it is done the right way.

  • @jyvben1520
    @jyvben1520 9 годин тому

    The class should have a counter, keeping track of the statemachines that were instantiated, and gives a warning when going over the limit (8 on 2040. 12 on 2350)

    • @paulmcwhorter
      @paulmcwhorter  Годину тому

      That is the direction we are going . . . one step at a time.

  • @quaternion-pi
    @quaternion-pi 9 годин тому

    Excellent series! Any interest in the future of revisiting your AI series with the just released $249 NVIDIA Jetson Ori Nano Super Developer Kit?

    • @paulmcwhorter
      @paulmcwhorter  Годину тому

      Quat, I have one of the boards on its way over here. I would love to do a class on it, but it depends on audience interest. A few years ago I did a class on the Jetson Nano, and the Jetson Xavier, but those classes never generated much traction. Given the time investment in putting a video class series together, I have to determine if there is really an audience for them. Given my location, it will be about a month before my board arrives.

  • @zongyang779
    @zongyang779 13 годин тому

    Wow

  • @paulwolfgang2418
    @paulwolfgang2418 13 годин тому

    I am legend

  • @kalidabdul6862
    @kalidabdul6862 11 годин тому

    Thank you

  • @zorabixun
    @zorabixun 12 годин тому

    It would be better if you number state machines as 1, and 2 .. not 0, and 1
    Your code can easily does mistakes numbering once 0, 1 .. and 1, 2