The RC car robotic arm is simply an RC car on wheels. The arm is a 4DOF robotic arm, meaning it has four moving parts.I used Mg90s servo motors since they are metallic, but the plastic Sg90s should work also. As seen in the schematic diagram below. I used two separate power supplies, each made up of 2S lithium ion (Li-on) batteries, one for the MCU and the other for the motors. This was to prevent interference of the voltage fluctuations and electrical noise generated by the motors from disrupting the MCU’s performance.
Why series batteries?For the MCU, I connected two batteries in series because one Li-on battery produces approximately 4.2V at full charge, but the MCU needs 5V; as a result, I, connected two lipo batteries in series to get 8.4V and used the 7805 voltage regulator to step it down to 5V. Similarly, for the motors, the servos and the motor driver IC internal logic needed 5V, and I wanted to power the motors with more than 5V for more power. So, I employed the 7805 IC again and routed power for the DC motors straight from the battery. All connections can be seen clearly in the schematic diagram below.
Why 7805?I must say that the 7805 IC is not ideal for this project because its voltage range is 7–25V, meaning that when my batteries are less than 7V, no power will be delivered—even though the batteries still contain power, the 7805 IC which the batteries are connected to simply won’t provide a usable output below that threshold. However, I still used it because it was what I had available at the time. A suitable option would be a buck converter.
PCBI used the EasyEDA web editor for the PCB design and fabricated the PCB using PCBWay. I don't do a lot of PCBs. I mostly solder on a vero board, but I really like the quality of the PCB from PCBWay, as well as the good quality silkscreen printing and consistent hole placement. The solder mask was uniform across the boards, and the edge cuts were clean and sharp. Overall, the build quality met my expectations. The ordering process was smooth, and it took roughly three weeks to arrive. I recommend trying them out. With PCBWay, you get 10 pieces of a 1-2 layer PCB for just $5. You can order the PCB directly from PCBWay using this link.
Robot arm assemblyThis is the most difficult part of this project. I followed the assembly instructions from Sirut Hobby website. Here are some snapshots to aid your assembly.
Comments
Please log in or sign up to comment.