Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clearpointnz/community-projects-servo-creature
https://github.com/clearpointnz/community-projects-servo-creature
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/clearpointnz/community-projects-servo-creature
- Owner: ClearPointNZ
- Created: 2022-11-28T19:56:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T20:16:19.000Z (about 2 years ago)
- Last Synced: 2024-11-25T17:40:23.587Z (2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Community Projects - Servo Creature
## Overview
Using a Raspberry Pi, students will design and construct a mythical creature and animate a part of that creature with a servo motor.## Required hardware
* Pi
* Breadboard
* Jumper wires
* Stepper motor
* Cardboard
* Decorations## More information
[Servo Creature (Lesson 1)](https://www.instructables.com/Servo-Creature/)## Code
`stepper_controller.py` will rotate the stepper motor when the left/right d-pad buttons are pressed.
`controller.py` is for reading the xbox controller, not planning on demo-ing this to the kids.
`stepper.py` is for testing the stepper motor is all hooked up