Replies: 5 comments 2 replies
-
This would be an improvement to make on a future Sensor Watch board. The standard buzzer is fine buzzing louder; the issue is we’re only driving it with 3 volts because that’s all the microcontroller can push. The standard F-91W connects its buzzer output to a transistor that switches an inductor, which lets it shove a lot more voltage onto the piezo; I haven’t measured it but it could easily be pushing dozens of volts peak to peak. Replicating that circuit should be simple; the challenge is finding room for the additional parts on this already jam-packed board :) |
Beta Was this translation helpful? Give feedback.
-
There also could also be a lowtech approach where you'd modify the enclosure (the back of the watch) by adding a cavity to make it resonate more. The downside would be that you will maybe lose the water resistance. The upside is that it wouldn't consume more power. |
Beta Was this translation helpful? Give feedback.
-
Just a little hint as I explored beep distortions und sometimes very faint beeps or complete dropouts of the buzzer and thought it could be a low battery. But it seemed to be bad contacts of the buzzer. I scratched the contact surface with a screwdriver and the buzzer worked way better with a clearer sound. |
Beta Was this translation helpful? Give feedback.
-
Hi, I know this is an older post, but I recently created a watch face that lets you cycle through and trigger all the 87 buzzer notes. I created it see if I could find a louder note for alarms, and I am happy to report I found one that is louder than my other digital watches. My results won't be the same as yours as I fitted the assembled movement to a different case that had a similarly sized digital movement. You can download the code from my fork (beeps_face.h, and beeps_face.c) just make sure to add Hope this can be of help |
Beta Was this translation helpful? Give feedback.
-
Hi, nice idea and thanks for the pull request. |
Beta Was this translation helpful? Give feedback.
-
Hi Folks, I just got the idea of having a louder buzzer. Maybe it is also possible to tweak it a bit via software ore maybe there are louder buzzer units to exchange 'em with the stock one. A maybe simple idea, but a web search didn't bring any useful results. Maybe any of you have some ideas.
Greetings
Beta Was this translation helpful? Give feedback.
All reactions