An open API service indexing awesome lists of open source software.

https://github.com/zinikus/robotic-head

Intermediate-Level Project: This repository contains information and code for building a robotic head designed for educational and learning purposes, including basic mechanics, electronics, and programming involved in its construction.
https://github.com/zinikus/robotic-head

artificial-intelligence cpp python robot robotframework robotics

Last synced: 4 months ago
JSON representation

Intermediate-Level Project: This repository contains information and code for building a robotic head designed for educational and learning purposes, including basic mechanics, electronics, and programming involved in its construction.

Awesome Lists containing this project

README

          

# Robotic Head for Educational Use

**Intermediate-Level Project:** This repository contains code and instructions to build a robotic head for educational purposes. Learn about servos, basic mechanics, and control logic used in robotics and animatronics.

## Features

- Neck scanning (left-right)
- Simulated jaw and eye movement
- Easy to assemble with off-the-shelf components

## Components Required

- Arduino Uno/Nano
- 3x Servo motors (SG90 or MG90s)
- Jumper wires & breadboard
- Power supply for servos

## How to Run

1. Wire the servos to pins 9, 10, and 11 on your Arduino.
2. Upload the `robotic_head.ino` file using Arduino IDE.
3. Power the Arduino and observe movements simulating basic head animation.

---

## License

MIT License

**Author**: https://github.com/zinikus