ESP32 Music Box With Piezo Buzzer
Posted: Sat May 22, 2021 7:21 am
I have been doing some research and it's made it more confusing for me. I have finally decided to use ESP32 as it has the most Flash memory and the option to expand via sd
I want to make a simple car key-fob type device with one button, an esp32, a piezo buzzer. I found this library of tunes I can use https://github.com/robsoncouto/arduino-songs . I want to put all of these tunes and possibly add more in the future to the esp32 using this tool https://www.extramaster.net/tools/midiToArduino/ (any better tool suggestions are welcome).
So, when I press the button on the box, it randomly selects and plays a tune and then turns off. I already have an ESP32-CAM module collecting dust, and I also have a NodeMCU board that I can borrow.
Can someone help me make this? I really have no idea what I'm doing other than rudimentary HTML and basic soldering skills.
Thanks
I want to make a simple car key-fob type device with one button, an esp32, a piezo buzzer. I found this library of tunes I can use https://github.com/robsoncouto/arduino-songs . I want to put all of these tunes and possibly add more in the future to the esp32 using this tool https://www.extramaster.net/tools/midiToArduino/ (any better tool suggestions are welcome).
So, when I press the button on the box, it randomly selects and plays a tune and then turns off. I already have an ESP32-CAM module collecting dust, and I also have a NodeMCU board that I can borrow.
Can someone help me make this? I really have no idea what I'm doing other than rudimentary HTML and basic soldering skills.
Thanks