That's interesting - maybe someone else will correct me but I'm pretty sure the buzz should only happen when the charge cable is first connected - I've got Bangles I leave on charge all the time here and I don't hear them buzzing.
So maybe the issue could be the USB charger that the charge cable is plugged into? The Bangle doesn't charge with a lot of power so maybe the charger gets confused and turns itself off/on thinking nothing is connected?
So you can either uninstall the widget completely, or install one that has an option like widbatpc, or one that doesn't buzz at all like widbata or widbatc (I think)
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.
That's interesting - maybe someone else will correct me but I'm pretty sure the buzz should only happen when the charge cable is first connected - I've got Bangles I leave on charge all the time here and I don't hear them buzzing.
So maybe the issue could be the USB charger that the charge cable is plugged into? The Bangle doesn't charge with a lot of power so maybe the charger gets confused and turns itself off/on thinking nothing is connected?
There's no option but the buzz is built into the battery widget: https://github.com/espruino/BangleApps/blob/master/apps/widbat/widget.js#L3
So you can either uninstall the widget completely, or install one that has an option like
widbatpc
, or one that doesn't buzz at all likewidbata
orwidbatc
(I think)