Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Latest commit

 

History

History
88 lines (50 loc) · 3.2 KB

File metadata and controls

88 lines (50 loc) · 3.2 KB

Paper Robot - Base

Example of paper robot base

Papercraft

The average building time for cutting, bending and glueing will take about 25min.

📄 Paper Bot - Base v2.pdf

Testing

The base is ideal for testing your components and your program before moving to the final assembly.

You could easily place the breadboard, ultrasonic sensor and the servos together with the Calliope Mini Board for testing.

Example of paper robot base for testing

Connection Pins

The following pins are used for the different kind of sensors and actors.

Name Device Pin Calliope Mini Pin Battery Pack
Micro Servo SG90 (left) GND ⏚ - GND ⏚
Micro Servo SG90 (left) SIGNAL 🦾 P1 /C1 🟠 -
Micro Servo SG90 (left) VCC ⚡ - 5V ⚡
Micro Servo SG90 (right) GND ⏚ - GND ⏚
Micro Servo SG90 (right) SIGNAL 🦾 P2 /C2 🟠 -
Micro Servo SG90 (right) VCC⚡ - 5V ⚡
Ultrasonic HC SR04 GND ⏚ - GND ⏚
Ultrasonic HC SR04 TRIG 🕪 P0 /C0 🟡 -
Ultrasonic HC SR04 ECHO 🎤 P3 /C3 🟢 -
Ultrasonic HC SR04 VCC ⚡ - 5V ⚡

Wiring

For wiring the different kind of connection, the following is recommend.

Micro Servos SG90 wiring

Example wiring for the micro servo SG90 with contact pins or pin headers.

Micro Servos SG90 wiring with contact pins

Example of servo wiring

Micro Servos SG90 wiring with pin header

Example of servo wiring with pin header

Ultra Sonic HC-SRC04 wiring

Example wiring for the ultra sonic HC-SRC04 sensor with contact pins or pin headers.

Ultra Sonic HC-SRC04 wiring with contact pins

Example of ultra sonic wiring

Ultra Sonic HC-SRC04 wiring with pin header

Example of ultra sonic wiring

Micro Servos SG90 and Ultra Sonic HC-SRC04 wiring

Example wiring for the micro servo SG90 and ultra sonic HC-SRC04 sensor with contact pins or pin headers.

Micro Servos SG90 and Ultra Sonic HC-SRC04 wiring with contact pins

Example of servo and ultra sonic wiring

Micro Servos SG90 and Ultra Sonic HC-SRC04 wiring with pin header

Example of servo and ultra sonic wiring

Example Program / Test Program

Configuration

For the example program we are using the following robot configuration.

Example test configuration

Program

The following program could be used for a simple test to see if everything works correct.

Example test program