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

038 - MicroPython TechNotes: Buzzer

Поделиться
HTML-код
  • Опубликовано: 17 авг 2024
  • In this video, I will talk about BUZZER MODULE 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
    #ESP8266 #Pico
    ---
    MicroPython Tutorials
    How to use BUZZER in MicroPython
    How to produce sound in MicroPython

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

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

    Perfect as always!
    Thanks for making this IoT journey easier, resourceful and insightful

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

      @IBIAM APEXCEL, glad that you found it useful. Thank you.

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

    Very useful tutorial.
    I was looking a continues beeb sound for my Alarm project.
    I will helped me a lot.

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

      @Ramesh, you may refer to example # 1. Just set the freq and duty when alarm is set. Turn Off the alarm by setting the duty to 0. Regards.

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

      Thanks. I will.

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

      @@anokhautomation4453 sure, thanks.

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

    please make tutorial for buzzer with push button

  • @user-rm9vt2rw2b
    @user-rm9vt2rw2b 3 года назад +1

    where to buy esp32 shield

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

      Hi, as of now the kit is not yet available in the market. You may try to contact the company from their website gorillacell.kr and perhaps they can arrange it for you. Cheers.

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

    Hi George do you have a tutorial on how to fade a NeoPixel with the Pico as there are TONS of PWM for regular LED's but I am looking for a fade - breath fade - for the Pico NeoPixel only.

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

      Hi Kevin, a quick google search gives this: makersportal.com/blog/ws2812-ring-light-with-raspberry-pi-pico
      Not tested but seems like this is what you're looking for.

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

      @@TechToTinker I will give it another go.

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

      @@TechToTinker thanks!