I started to develope a solution for disabled people
I think I saw you posted a video of that? I looked great!
if it possible to use Puck.js and the MDBT42Q for a commercial project?
Yes, absolutely! That's the idea - plenty of people do exactly that.
I soldered one between D11 and GND on Puck.js
That link does say 'buzzer'... What happens if you just do D11.set()? Sometimes these things have electronics in them to actually have a sound when you apply power (it's not just a normal speaker).
Otherwise, if it doesn't...
The docs mention a resonant frequency of 4000Hz - so if you make your beep that frequency it might be louder
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I think I saw you posted a video of that? I looked great!
Yes, absolutely! That's the idea - plenty of people do exactly that.
That link does say 'buzzer'... What happens if you just do
D11.set()
? Sometimes these things have electronics in them to actually have a sound when you apply power (it's not just a normal speaker).Otherwise, if it doesn't...