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

045 - MicroPython TechNotes: IR Transmitter

Поделиться
HTML-код
  • Опубликовано: 11 сен 2021
  • In this video, I will demonstrate how to use an Infrared Transmitter module with ESP32 using MicroPython.
    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
    #ESP8266 #Pico

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

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

    👍 very very informative and useful. Thanks for sharing 👌🎉

  • @strunker
    @strunker 9 месяцев назад

    Have you/anyone else ever come across and IR transmitter that has more than one LED, I need like a transmitter with a circular array of IR leds.

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

    Very good 👏🏽 👏🏽 👏🏽 👏🏽 👏🏽

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

    Thank you for sharing !!

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

      I am glad that you liked it. Thank you very much Joy.

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

      Did you have chance to try it with esp8266? Using micropython ofcourse...

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

    Very good! Do you have a git of this code?

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

    hello i do exactly the same as in the video but gives following error :
    Traceback (most recent call last):
    File "", line 2, in
    ImportError: can't import name nec
    is there anyone who can help?

  • @mallemang
    @mallemang 10 месяцев назад

    mr hinch has changed his library and it no longer works. failing on undefined IR_RX I think it has something to do with the base class that is defined in __init__

    • @mallemang
      @mallemang 10 месяцев назад

      but I went to your blog and got the code (old version) from there and it works thanks.