Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/clearpointnz/community-projects-servo-creature


https://github.com/clearpointnz/community-projects-servo-creature

Last synced: 1 day ago
JSON representation

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