Controlling Servos with ESP32

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

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

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

    all your projects that ive followed through have worked well for me . i really appreciate this videos .

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

      So glad they’ve been helpful! Thanks for watching.

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

    nice work

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

    Thais great information, i have a few projects i want to use with ESP32 to ESP32 servo control. looking foward to the next vid.

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

      Thanks for watching! These projects are addictive, if you have any questions I’ll do my best to help.

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

    Very helpful thanks

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

    Are there downsides to using the esp32 rather than Arduino? Seems there may be less compatible libraries?

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

      That’s a great question! I would say after using both for a while that there are no insurmountable downsides to using the ESP32 and many upsides. There are times when a library designed for Arduino microcontrollers will not work correctly for ESP32, but in every situation I’ve had so far there was an alternate library that was already made for ESP32, or a different Arduino library that would work with it.
      Also, it’s newer and less established in the market, so there are fewer add on cards/hats/expansions made for it to simply plug into like many Arduino models.
      On the benefits side, it’s cheaper, faster, with built in wifi and Bluetooth, and also has the ability to be programmed with Micropython. Plus for battery powered applications, the ESP32 has incredible power saving features.
      Hope that helps, thanks for watching!