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.
@@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.
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
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.
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
You've got a very soothing presence with your voiceovers, nice job! You're definitely making me want to build my own Pitty
Don’t do it … it’s addictive 😂
Thanks for the feedback!
Thanks for sharing!
Thank you so much
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.
@@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.
These videos are fantastic! Thank you so much for posting them. I just started using Bottango and your videos have been a huge help!
Thanks a lot for the nice feedback. Encourages me to continue!
I absolutely agree with the previous comment. These videos are very straightforward and informative. Thank you for sharing them
ok ive got a dumb question. how did you get the pitdroid image in the bot tango screen?
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
Amazing work ...How would you add trigger inputs when running standalone
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.
There is a video out on that now: ruclips.net/video/4Xw3Y31VNPM/видео.html
Hello! I am struggling to connect my esp32 to bottango. Any help with how I would connect it? Thanks!
What do you mean by "connect"? Physical connection via USB wire? What exactly is the error you are getting?
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
Hi, is this error raised during compile of the BottangoDriver Source? Where does the function analogWrite() come from?