Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matdombrock/bitbangerg1
A bit banging gyro powered noise box synth built with Arduino.
https://github.com/matdombrock/bitbangerg1
Last synced: 7 days ago
JSON representation
A bit banging gyro powered noise box synth built with Arduino.
- Host: GitHub
- URL: https://github.com/matdombrock/bitbangerg1
- Owner: matdombrock
- Created: 2021-05-14T04:30:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T04:45:05.000Z (over 3 years ago)
- Last Synced: 2024-11-07T04:44:34.553Z (about 2 months ago)
- Language: C++
- Size: 81.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BitBangerG1
A bit banging gyro powered noise box synth built with Arduino.Use the potentiometer and gyroscope to change the patch parameters.
Work in progress.
## Features
* Makes noise
* Stops making noise## Required Components
* Arduino Nano (or compatible dev board)
* Rotary Knob
* 10k Potentiometer
* MPU6050 (Gyro/Accelerometer)## Required Libraries
* Adafruit_MPU6050(https://github.com/adafruit/Adafruit_MPU6050)
* Adafruit_Sensor(https://github.com/adafruit/Adafruit_Sensor)## Usage
* Turn rotary knob to change patch.
* Flail device about haphazardly to produce terrible noises
* Turn potentiometer to change patch parameter
* Press rotary knob to end the madness (mute)## Wiring
Wiring schematics are made with Kicad and available as part of this repo.[Click here for full Kicad files](kicad/)
[Click here for full resolution diagram only](kicad/Full.png)
![screenshot](kicad/Screenshot.png)