Это видео недоступно.
Сожалеем об этом.

027 - MicroPython TechNotes: Rotary Encoder

Поделиться
HTML-код
  • Опубликовано: 12 апр 2021
  • In this video, we will learn how to use Rotary Encoder with ESP32 using MicroPython programming language.
    For more details, visit my blog post at:
    techtotinker.c...
    OR watch the whole playlist:
    • 000 - MicroPython Tech...
    Please do Like, Comment, Share, and Subscribe.
    Thank you.
    - George Bantique | tech.to.tinker@gmail.com
    #TechToTinker
    #MicroPython #ESP32 #GorillaCell
    #MicroPythonTutorials
    ---
    MicroPython Tutorials
    How to use Rotary Encoder in MicroPython

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

  • @projectjam7020
    @projectjam7020 Месяц назад

    Excellent job, mate! Very well explained.

  • @Factory400
    @Factory400 2 года назад

    This channel deserves so many more subs. Nice work and thank you!

    • @TechToTinker
      @TechToTinker  2 года назад

      Thank you for the kind words :). Appreciated.

  • @user-dm1xs5nn3p
    @user-dm1xs5nn3p 2 года назад

    Very nice! Thank you!

    • @TechToTinker
      @TechToTinker  2 года назад

      I'm glad that you liked it. Thank you.

  • @Tolya421.
    @Tolya421. 3 года назад

    Спасибо мужик ты крут!!!

    • @TechToTinker
      @TechToTinker  3 года назад

      @Анатолий Нестеров, thank you bro. :)

  • @Dasol0246
    @Dasol0246 2 года назад

    Can you do a video on micropython pid controller for motor positional control, Thanks

  • @alzalame
    @alzalame 3 года назад

    Nice work

    • @TechToTinker
      @TechToTinker  3 года назад

      @Jan Ibrahim, glad you liked it. Thanks.

  • @Factory400
    @Factory400 2 года назад +1

    Trying to figure out how this can work in uasyncio threaded task. Will the delays and timing be a problem?

    • @TechToTinker
      @TechToTinker  2 года назад

      I think there is available library for rotary encoder which uses uasyncio. Which I think that works better.
      If you are going to use uasyncio, you will use the modified sleep methods. Modified sleep methods will be the time a certain task is switched to another task.

  • @TechnoBig
    @TechnoBig 3 года назад

    That's a really interesting and super easy video to follow, congrats.
    Do you think about making a video in which you show how to control a generic stepper motor like a nema17 trough a stepper driver at high speeds?

    • @TechToTinker
      @TechToTinker  3 года назад +1

      @TecchnoBig, glad that you liked it. I will create a video for stepper motor in future but I am not sure of the speed can satisfied your needs.

    • @TechnoBig
      @TechnoBig 3 года назад

      @@TechToTinker I will let you know and wait then. Thank you so much 🙂

  • @pedropicapiedra8938
    @pedropicapiedra8938 Год назад

    How do you install the library?