I recently bought this mini speaker from Pimoroni to use with my BBC:Microbit.
I’m trying to create a loud beep but the audio level is disappointingly low but according to the data sheet it has a typical output of 95db. To test it I’ve been using this simple code and it’s so faint:
import music
music.play(music.NYAN)
Am I doing something wrong? ( I read somewhere that buzzers/speakers have a resonate sound which might make it louder if I knew what that was).
Many thanks,
Julian