Don't worry about formatting, just type in the text and we'll take care of making sense of it. We will auto-convert links, and if you put asterisks around words we will make them bold.
Tips:
For a full reference visit the Markdown syntax.
Posted by @user159398
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.
Hi,
I have two Bangle.js 2 watches, one of which is no longer visible over bluetooth (including in the bootloader mode.) As best I can tell, bluetooth is dead on it. For identification below, the working on is 4c9a where the broken one is 4b09.
I did see this similar conversation on the forum:
https://forum.espruino.com/conversations/400107/
Firmware version on both is 2v24. Both have been working well for the month or so that I've had them. I haven't changed the config or charged either of them during the period where broken_4b09 stopped working. Neither device is paired to any phones or computers (that I'm aware of at least. I checked all of mine and I live in house, so no apartment / condo neighbors to worry about.)
I've tried scanning for the device on Windows, Android phone, and from a raspi. Device broken_4b09 doesn't show up in any of them, whereas working_4c9a shows up in all.
Verified in both that Bluetooth settings are Connectable=yes, BLE=checked, Programmable=checked, Privacy=Off, HID=Off, Passkey=None, Whitelist=Off. Both display a Bluetooth symbol in top right that looks identical as far as I can tell.
Looking at forums for troubleshooting ideas, I did a soft reset, a reboot, a power off -> power on cycle, and a factory reset, none of which had any effect. I also booted into the bootloader and into recovery mode where it should have been visible as DFUTarg, but not seeing it on any scans. (The raspi is the most verbose, but not showing up in windows or android during DFU mode.)
Other misc things:
Seems very much like this thread, where no resolution was possible:
https://forum.espruino.com/conversations/397947