You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hendrik Langer
acb7b8c741
|
8 years ago | |
---|---|---|
doc | 8 years ago | |
lib | 8 years ago | |
src | 8 years ago | |
.gitignore | 8 years ago | |
.gitlab-ci.yml | 8 years ago | |
README.md | 8 years ago | |
platformio.ini | 8 years ago |
README.md
ESP32 Soundboard
Soundboard (computer program), a web application or computer program with buttons that play short, often humorous sound clips.
Hardware
Wiring
tbd
Build
git clone https://dev.xd0.de/hendrik/soundboard.git
cd soundboard
virtualenv .
source bin/activate
pip install -U platformio
platformio run -t upload && platformio device monitor -b 115200
ToDo
- Prototype
- Keypad layout
- internal DAC?
- Add-ons?