Pitdroid with ESP32 and Bottango - Upload Animation #10

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

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

  • @savant42
    @savant42 8 месяцев назад +2

    You've got a very soothing presence with your voiceovers, nice job! You're definitely making me want to build my own Pitty

    • @buildWithMe1970
      @buildWithMe1970  8 месяцев назад

      Don’t do it … it’s addictive 😂
      Thanks for the feedback!

  • @PixelArtSound
    @PixelArtSound 29 дней назад

    Thanks for sharing!

  • @menukagamage5073
    @menukagamage5073 7 месяцев назад +1

    Thank you so much

  • @jiffyj41
    @jiffyj41 2 месяца назад

    Great videos. These have greatly helped me in learning Bottango. I'd love it if you did a video describing your hip and shoulder design. My pit droid only does the head movement, but I'd like to add the hip and shoulders too.

    • @buildWithMe1970
      @buildWithMe1970  2 месяца назад

      @@jiffyj41 I‘m glad the videos were of help to you.
      Both movements were part of the original Droid Division files. They get updated from time to time and new versions of files get added to the original ones.

  • @socialmediumspace
    @socialmediumspace 8 месяцев назад +2

    These videos are fantastic! Thank you so much for posting them. I just started using Bottango and your videos have been a huge help!

    • @buildWithMe1970
      @buildWithMe1970  8 месяцев назад

      Thanks a lot for the nice feedback. Encourages me to continue!

    • @SummersideDiver
      @SummersideDiver 8 месяцев назад

      I absolutely agree with the previous comment. These videos are very straightforward and informative. Thank you for sharing them

  • @brentferguson3755
    @brentferguson3755 8 месяцев назад +1

    ok ive got a dumb question. how did you get the pitdroid image in the bot tango screen?

  • @tommdool5945
    @tommdool5945 6 месяцев назад

    Great videos, it has all really helped. By any chance are you willing to share your Bottango File so we can have that amazing full 3D model of the Pit Droid to work with

  • @menukagamage5073
    @menukagamage5073 7 месяцев назад +1

    Amazing work ...How would you add trigger inputs when running standalone

    • @buildWithMe1970
      @buildWithMe1970  7 месяцев назад

      This is actually something I'm currently investigating myself, as I want my Pit Droid to "wake up" by a motion sensor. Once/if I find a way, I will create a new video about it.

    • @buildWithMe1970
      @buildWithMe1970  7 месяцев назад

      There is a video out on that now: ruclips.net/video/4Xw3Y31VNPM/видео.html

  • @最も愚かな
    @最も愚かな 3 месяца назад

    Hello! I am struggling to connect my esp32 to bottango. Any help with how I would connect it? Thanks!

    • @buildWithMe1970
      @buildWithMe1970  3 месяца назад

      What do you mean by "connect"? Physical connection via USB wire? What exactly is the error you are getting?

  • @pablotrujillo2394
    @pablotrujillo2394 8 месяцев назад

    Hi thanks for explain how use with esp32, but many be u can help me when try to upload in esp32 give a error
    C:\Users\Pablo\AppData\Local\Temp\arduino_build_644232\sketch\src\CurvedCustomEvent.cpp: In member function 'virtual void CurvedCustomEvent::driveOnLoop()':
    C:\Users\Pablo\AppData\Local\Temp\arduino_build_644232\sketch\src\CurvedCustomEvent.cpp:27:51: error: 'analogWrite' was not declared in this scope
    analogWrite(pin, round(movement * 255));
    ^
    U know what is this
    Thanks

    • @buildWithMe1970
      @buildWithMe1970  8 месяцев назад

      Hi, is this error raised during compile of the BottangoDriver Source? Where does the function analogWrite() come from?