bananenkeyboard/README.md

30 lines
1.1 KiB
Markdown
Raw Normal View History

2020-01-22 20:39:58 +00:00
# bananenkeyboard
2020-06-29 20:29:26 +00:00
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:
2020-06-29 21:14:42 +00:00
1. `sudo apt update`
2. `sudo apt upgrade`
3. `sudo apt -y install git python3-pip libsdl-mixer1.2`
4. `git clone https://repos.ctdo.de/interfisch/bananenkeyboard/`
5. `pip3 install pyserial pygame`
6. `sudo cp ~/bananenkeyboard/piconfig/config.txt /boot/config.txt`
7. `chmod u+x ~/bananenkeyboard/Pi/s.py`
2020-06-29 21:12:48 +00:00
Starten mit
2020-06-29 21:14:42 +00:00
`cd ~/bananenkeyboard/Pi`
2020-06-29 21:15:34 +00:00
2020-06-29 21:14:42 +00:00
`python3 ./s.py`
2020-06-29 22:09:08 +00:00
# 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`
2021-10-25 16:21:49 +00:00
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.
2021-10-25 16:27:15 +00:00
* Daisy-Chaining Powerbank erforderlich? (Nicht wirklich zwingend, aber nice to have)