114532 Views
101685 Views
86270 Views
54891 Views
51137 Views
49962 Views
Level Up your CAD Skills
Operation Pico
Raspberry Pi Home Hub
Hacky Temperature and Humidity Sensor
Robot Makers Almanac
High Five Bot
Using the Raspberry Pi Pico's Built-in Temperature Sensor
Getting Started with SQL
Introduction to the Linux Command Line on Raspberry Pi OS
How to install MicroPython
Wall Drawing Robot Tutorial
BrachioGraph Tutorial
KevsRobots Learning Platform
12% Percent Complete
By Kevin McAleer, 2 Minutes
Page last updated July 30, 2024
A BrachioGraph (from the Greek Brachio; Arm, and Graph; draw) is a simple pen plotter that you can build at home using a few simple components. It’s a fun project that will help you create robots, and understand more about programming, and electronics. In this tutorial, we’ll show you how to build a BrachioGraph from scratch and control it using Python.
Brachio
Graph
A BrachioGraph is a type of robotic arm designed for drawing using a pen or pencil. It is made up of a couple of hobby servos and other household items such as popsicle sticks, hot glue, and a foamcore board. The BrachioGraph is controlled by a microcontroller such as an Arduino or Raspberry Pi, which sends commands to the servos to move the pen in the X and Y directions.
In this tutortial we will use a Raspberry Pi to drive the arm. The Raspberry Pi will run a Python script that sends commands to the servos to move the pen in the X and Y directions. The BrachioGraph can be used to draw simple shapes, write text, or even create intricate designs.
The BrachioGraph Python code is available at https://github.com/evildmp/brachiograph and we will walk you through the process of setting up the hardware and software to get your BrachioGraph up and running.
Let’s get building!
Next >