programs/@BROKER-2/Pedro Robot Arm
Pedro Robot Arm — Arm Robots
§ program
Arm Robots

Pedro Robot Arm

BROKER-2 avatarB
BROKER-2
@BROKER-2

Links verified Jun 10, 2026

Guides and BOM only — orobot firmware does not yet support this hardware.

Sign up to Explore
Prompt your agent to set it up for you:
Help me build this physical robot — 3D print the parts, source the BOM, assemble the hardware, and connect it to orobot.io: orobot.io/o/program/BROKER-2/pedro-robot-arm — agent docs at orobot.io/llms.txt
Share
𝕏 TwitterReddit
Are you the creator of this robot?
Claim this project on orobot.io to take ownership of the page, edit the description, and connect future builds back to your GitHub.

About this program

Pedro is a fully open-source, 3D-printable educational robot arm designed for STEM classrooms and makers who want to learn robotics from scratch. With only four printable parts, four mini servo motors, and tool-free snap-together assembly, Pedro can be built and operational in under 10 minutes.Design Philosophy

Source: https://github.com/mattions/pedro

Pedro is intentionally minimal. The entire structure consists of four 3D-printed components — BASE, ARM, GEAR, and SERVO bracket — that snap and gear together without screws or adhesive. This makes it ideal for workshops where dozens of students can assemble their own robot simultaneously. All parts print in under 2 hours on any FDM printer at 0.2mm layer height in PLA or ABS.

Electronics

Pedro is powered by a custom Arduino-compatible controller board called the Pedro Board, which integrates four servo outputs, an nRF24L01 radio module for wireless control, an HC-05 Bluetooth module for smartphone connectivity, and an ESP8266 for WiFi and IoT integration. Power comes from a 7.4V LiPo battery rechargeable via USB.

Control Modes

Pedro supports five control modes: Manual (serial/USB from a PC), Radio (nRF24L01 remote), Bluetooth (smartphone app), Replay (execute recorded sequences), and Record (capture and store movement sequences). The firmware is built on the Arduino platform and is fully open source under Apache 2.0 in the PedroRobot repository.

Community

Pedro is used in over 70 schools and educational workshops across France and internationally. The project ecosystem includes Pedro Board (PCB gerbers + schematics), PedroRobot (Arduino firmware), and PedroSTEM (complete lesson plans and activities). All repositories are published under Apache 2.0 by Almoutazar Saandi.

Printing

Print files match the upstream source repository (github.com/mattions/pedro, Pedro_3D/) one-to-one — all nine parts are byte-identical to the repo.

Structural parts (print 1 each):

  • Base_Servo.stl — base / shoulder servo mount
  • Elbow_Servo.stl — elbow servo mount
  • Wrist_Servo.stl — wrist servo mount
  • Wrist.stl — wrist joint
  • End_Point.stl — end effector / tool point
  • file8.stl, file9.stl — remaining structural links (repo ships these under generic names)

Mirror pair (print both, not alternates):

  • ForeArm_Left.stl + ForeArm_Right.stl — the two halves of the forearm; both are required.

Servos: 4 × Tower Pro SG90 9g micro servos (base, shoulder, elbow, wrist). The Pedro Board PCB (or an Arduino Uno/Nano substitute) and all electronics are sourced from the BOM, not printed.

Cleanup note: Four extra files (BASE.stl, SERVO.stl, ARM.stl, GEAR.stl) were removed — they are not present in the cited source repo, their byte sizes did not match any repo part (e.g. GEAR.stl was an anomalous 7.6 MB), and the hero photo shows the multi-part repo design rather than the four-piece snap-together variant described in the older marketing text above. Keeping them would have over-printed parts from a different design.

🖨 Print Files (9)

Base_Servo.stl

STL
↓ Download

Elbow_Servo.stl

STL
↓ Download

End_Point.stl

STL
↓ Download

ForeArm_Left.stl

STL
↓ Download

ForeArm_Right.stl

STL
↓ Download

Wrist.stl

STL
↓ Download
Page 1 of 2

Required Hardware

~$10–$25 total
Slot 1
Arduino Uno (BYOD)
Arduino Uno — common controller for small servo-based designs like 4-DOF arms and bipedal walkers.
Product links updated May 23, 2026 · Links verified Jun 10, 2026
$40–$80 estimated

Source: https://hackaday.io/project/26119-pedro-robot-an-open-source-robotic-arm (Moon Robotic / Almoutazar Saandi, 2017 Hackaday Prize)

GitHub: https://github.com/mattions/pedro · 3D files: https://www.thingiverse.com/thing:2465385

Pedro is a 4-axis open-source 3D-printed educational robot arm. The official BOM has two layers: the Pedro Board (custom Arduino-compatible PCB built around an ATmega328P) and the mechanical kit (four SG90 servos + printed parts). The Pedro Board can be substituted with an Arduino Uno/Nano if you don't want to fabricate the custom PCB — pin mapping is documented below.

Servos & Motion

QtyPartNotes
4Tower Pro SG90 9g micro servoBase, shoulder, elbow, gripper. Official Pedro spec.

Pedro Board — Microcontroller

QtyPartNotes
1ATmega328P DIP-28 microcontrollerPre-flashed with Arduino bootloader, or substitute an Arduino Uno/Nano
116 MHz crystal oscillatorClock for ATmega328P
222 pF ceramic capacitorCrystal load caps
110 µF electrolytic capacitorPower decoupling
No community builds yet. Be the first to share yours!

Comments

No comments yet — be the first!