https://github.com/nibblerealm/electrom
Controller code for the electric trombone.
https://github.com/nibblerealm/electrom
Last synced: about 1 year ago
JSON representation
Controller code for the electric trombone.
- Host: GitHub
- URL: https://github.com/nibblerealm/electrom
- Owner: NibbleRealm
- Created: 2019-07-21T23:07:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T00:46:39.000Z (about 6 years ago)
- Last Synced: 2025-03-26T21:51:09.152Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electrom Controller
Controller code for the electric trombone.
## Install dependencies
```
sudo apt install python3-pip
pip3 install adafruit-mcp3008
pip3 install RPi.GPIO
# sudo pip3 install adafruit-gpio
```
## Pair with laptop
```
sudo bluetoothctl
```
```
agent on
default-agent
scan on
list
pair XX:XX:XX:XX:XX:XX # the device to pair with.
```
## Install C Library
```
sudo apt install libbluetooth-dev
```