I have the NyBoard V2. I am able to compile and upload the testBuzzer module. It makes sounds, but the beeps sound more like alarm buzzers and the meow sounds like an electronic screech. Any tips on how to adjust these sounds?
I tried the WriteInstinct module (and set the version in Instict.h to "#define NyBoard_V0_2"), but got the same result.
Hi,
In OpenCat.h, you can find two function for sound
You can play with the parameters for the functions.
Note that the meow and musical tone are kind of mutual exclusive. It's better to use an active buzzer to generate meow, and a passive buzzer to generate musical tone. On NyBoard, I'm using an active buzzer, so the music tone is less accurate. You could attach a passive buzzer on the unused pins. I think it's around $2 on eBay.
Until I have the passive buzzer I commented out all but battery low notification.