mirror of
https://github.com/bbswitzer/PianoProject
synced 2026-01-16 19:05:11 -05:00
7aa7e53a2e362ec684bdd5e84af95204cbe7e572
Fix handleNotes setting variable
Piano Project
Arduino Code for a DIY Player Piano.
See more information about it here: brandonswitzer.squarespace.com/player-piano
Role of each of the Arduinos:
ESP32:
- Receives and decodes bluetooth message
- Schedules notes
- Handles sustain
- Handles setting changes
Pro Micro:
- Receives data from ESP32 and/or USB
- Activates notes using shift registers
Control Box (Pro Micro):
- Interface for changing settings
- Receives data from USB and sends it to ESP32
- Reset button
Required Arduino Libraries:
- ShiftPWM (Pro Micro)
- MIDIUSB (Pro Micro & Control Box)
- LiquidCrystal_I2C (Control Box)
- Arduino Core for ESP32 (https://github.com/espressif/arduino-esp32)
Languages
C++
95.5%
C
4.5%