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

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.

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
```