- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 2 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 2 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 5 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 6 months ago
- Building a 3D Digital Clock with ArduinoPosted 11 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 12 months ago
- Snowflake with ArduinoPosted 12 months ago
- Holographic Christmas TreePosted 1 year ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 1 year ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 year ago
Learn How to Design and Control a Robotic Arm with Arduino and Fusion 360
Building a robot can be a challenging task, even for the most experienced in the field, due to the difficulty of achieving smooth and precise movement through programming.
Build Some Stuff decided to not only design their own robot, but to do so using the least number of prefabricated parts possible, keeping the total cost very low.
The project involves using five servo motors to manipulate each degree of freedom, an Arduino Leonardo and a PCA9685 driver for control. After selecting the components, Build Some Stuff proceeded with creating 3D models of each joint of the robotic arm in Fusion 360 before 3D printing them. They also created a scaled-down version of the larger arm assembly and replaced the servo motors with potentiometers, allowing them to translate the position of the model into degrees for the motors.
Although simple, the code running on the Leonardo was responsive enough to move the servos in almost perfect sync with the model.
One Comment