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.
- Host: GitHub
- URL: https://github.com/zinikus/robotic-head
- Owner: zinikus
- License: bsd-3-clause
- Created: 2025-06-07T10:43:36.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-06-09T15:21:40.000Z (5 months ago)
- Last Synced: 2025-06-09T15:52:53.501Z (5 months ago)
- Topics: artificial-intelligence, cpp, python, robot, robotframework, robotics
- Language: C++
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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