bbswitzer 7aa7e53a2e Merge pull request #12 from vikbez/fix_handlenotes
Fix handleNotes setting variable
2024-08-29 19:07:39 -04:00
2024-05-26 17:32:44 -04:00
2024-05-26 17:32:44 -04:00
2019-07-22 20:09:57 -04:00
2019-07-22 20:19:46 -04:00
2019-07-22 20:10:06 -04:00

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:

Description
No description provided
Readme MIT 2.3 MiB
Languages
C++ 95.5%
C 4.5%