bananenkeyboard/README.md

18 lines
536 B
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:12:48 +00:00
1. sudo apt update
2. sudo apt upgrade
3. sudo apt -y install git python3-pip libsdl-ttf2.0-0
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
Starten mit
cd ~/bananenkeyboard/Pi
python3 ./s.py