- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 2 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 3 months ago
- Building a 3D Digital Clock with ArduinoPosted 8 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 9 months ago
- Snowflake with ArduinoPosted 9 months ago
- Holographic Christmas TreePosted 9 months ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 10 months ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 11 months ago
- What is IoT and which devices to usePosted 11 months ago
- Maker Faire Rome Unveils Thrilling “Padel Smash Future” Pavilion for Sports EnthusiastsPosted 11 months 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