8a6863dd7c | ||
---|---|---|
Pi | ||
backup | ||
piconfig | ||
touchcircuit | ||
touchcontroller | ||
.gitignore | ||
Bananenkeyboard.code-workspace | ||
README.md | ||
plexibox.svg |
README.md
bananenkeyboard
Resistive touch sensors to sound by touching the probes or things connected to them.
When creating a new Raspian OS minimal, after login (ssh) proceed with these steps:
sudo apt update
sudo apt upgrade
sudo apt -y install git python3-pip libsdl-mixer1.2
git clone https://repos.ctdo.de/interfisch/bananenkeyboard/
pip3 install pyserial pygame
sudo cp ~/bananenkeyboard/piconfig/config.txt /boot/config.txt
chmod u+x ~/bananenkeyboard/Pi/s.py
Starten mit
cd ~/bananenkeyboard/Pi
python3 ./s.py
Konvertieren und Stille herauskürzen aus Samples:
for file in *.mp3; do ffmpeg -i ${file} -af silenceremove=1:0:-30dB ${file/mp3/wav} -y; done
Als Quelle haben wir zB https://philharmonia.co.uk/resources/sound-samples/
TODO
- USB-Stick mit Samples anschließen, welche dann den "Standard" überschreiben
- Knopf, welcher die Empfindlichkeit einstellt. Realisiert über einen Knopf am Arduino. (An einem der Digitaleingänge). Wechselt dann zwischen "ein paar" Einstellungen der Empfindlichkeit durch.
- Daisy-Chaining Powerbank erforderlich? (Nicht wirklich zwingend, aber nice to have)