Sometimes LED feedback isn’t enough, like when you’re flying around in a lab and living room. With the Buzzer deck you’ll get audio feedback on system events, like low battery or charging completed. Or why not create your own melodies that will play while you’re buzzing around. If you’re tapped out on creativity there are already a few melodies pre-programmed that you can use.
You can change the ‘Sound parameters’ to change the tune. Also follow the buzzer deck tutorial
Changing the sounds requires modifications to the firmware. The code for the sounds is located in sound_cf.c.
A sequences is defined in the .notes member of the Melody struct. The notes are defined as tuples of a note (pitch) and duration. A sequence must be ended with the end marker.
The effects are defined in the effects array. Each entry takes a function to call and related parameters. To add a new melody, use the melodyplayer function for the .call member and assign your Melody struct to the .melody member.
If you have any further questions please contact support@bitcraze.io