008 - ESP32 MicroPython: Hardware Timer Interrupt

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • In this video we will learn how to use the hardware Timer Interrupts of ESP32 in MicroPython. We will start by learning the basics then we will step further by introducing multithreading or doing multiple task at almost the same time using hardware timer interrupts.
    For more details like circuit diagram and source code, please visit my blogpost at:
    techtotinker.c...
    Please do Like, Comment, Share, and Subscribe for more videos like this.
    Thank you and have a good days ahead,
    George Bantique, #TechToTinker #ESP32 #MicroPython

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

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

    Great explanation on how to use the timer functions!

  • @mytechnotalent
    @mytechnotalent 4 года назад +1

    Great tutorial! Well done with the steps and explanation. Very powerful feature HW timers are.

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

      Thank you for your kind words @Kevin Thomas.

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

    Awesome!!!

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

      @Diego Alonso, glad you liked it. Thanks.

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

    Grande trabalho!!! Great work!!! Parabéns!!! Abraços...

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

    Thank you for sharing this great knowledge. Could you show me how to make an interrupt timer with a microseconds resolution?

  • @AXE-gb4cc
    @AXE-gb4cc 3 года назад

    Please create a project where ESP32 is used for home automation using internet through mobile device, using micropython

  • @mytechnotalent
    @mytechnotalent 4 года назад +1

    Can you do an RFID MicroPython tutorial?

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

      Definitely yes Kevin, maybe in future tutorials. Thank you for the suggestion.

    • @mytechnotalent
      @mytechnotalent 4 года назад

      @@TechToTinker Its a very important one as RFID is being used everywhere and having a tutorial in MicroPython will be very helpful as everything is currently in C. Your's will be the first tutorial in RFID!

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

      Thank you, good idea :)

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

    got a error showing that invalid syntax for tim0 function

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

      @Anand AR can you post your code and the error?