-
I am following the project and trying to acquire parts. I am following Electronics wiki page to gather parts, but I am having troubles with following: -9 SG9010 servos for the legs : I cannot find these on DigiKey or Adafruit, is it possible there is a typo? I have found MG92B servos no problem listed on Adafruit and DigiKey. The closest I got trough the Google Search is this servo but I am not sure. Did anyone use alternate servos that worked? -An MPU6050 accelerometer : I haven't dived in to assembly instructions of this project just yet, but I am assuming we need an expansion board here like this one? -USB-C PD(power source and switch) : Learned something new! First time seeing this module, but this article was very helpful. Looks like something like this should work? Any specifications to watch out for? -Two buck converters (DC-DC) to step down the voltage to 5V for the Pi and for the arduino : I am lost here, could someone provide an example part and then I can find something similar? Shouldn't USB-C from USB-C PD step down to power up Raspberry Pi 4(lets say) anyway? I have just stumbled across this project couple of days ago and would really like to build one! Any help would be greatly appreciated and I hope it even helps someone else get answers on similar questions. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hi, welcome! Sure I can answer those:
Bear in mind that these parts have been chosen because they are (relatively) inexpensive and readily available, at least where I am. If that isn't the case feel free to choose something similar. Worst case you'll need to adjust the CAD model a little to fit the new part. I hope that helps, let us know if you need anything else clarifying. Great to see you on the community! |
Beta Was this translation helpful? Give feedback.
-
I have also found 3D printed bearings and will try to see if they would be sufficient. It will save on cost if they work. |
Beta Was this translation helpful? Give feedback.
-
Hi wellcome discussion @Rol3oT I am Emir, I am a 17 year old devloper I live in turkey and I am a contributor to this warehouse. I wanted to say if you haven't tried it, I made this robot using 3d printing bearings, spacers and screws, it both reduces the weight a bit and saves money. I used 608 bearing cable tie and 3d printing spacers I can send an image or video if you want details or I tried to use 3d printing completely in my own version which I made in a separate discussion |
Beta Was this translation helpful? Give feedback.
Hi, welcome!
Sure I can answer those:
Yes that's a typo - it is actually SG5010, I have updated the wiki. If you have trouble sourcing them, any standard servo with a similar stall torque and voltage should work, but you may need to adjust the fit on the 3D print slightly. Here is an example.
For the MPU6050 you may find more luck searching for GY-521 as that was the module I used, something like this. It should only matter because that footprint is what the PCB was designed for, but as long as it's i2c it should work.
For the USB-C PD module, I used a module like this. It allows you to select the output voltage, anything above 5v should work. The goal is to pick a supply voltage hi…