Just started playing around with my Bangle.js 2, and I've been loading it up with some apps. I use an iPhone so I installed the iOS app which also installed the messages app. With these apps installed the Bangle pairs with my phone keeps a persistent bluetooth connection.
The issue that I'm running into is that with this persistent connection the app loader doesn't show my Bangle when I use the "Connect" button. I'm wondering if anyone might have insight on where the issue lies with this. Is it in the iOS/Messages app for the Bangle, or is it in the app loader? I'd be more than happy to mess around with the code on my end and see what I can get working.
EDIT: Digging into it a little more, I'm wondering if it has something to do with this function. It looks like this is doing a discovery of new devices, but it's not considering devices that might already be connected. Does that track?
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.
Just started playing around with my Bangle.js 2, and I've been loading it up with some apps. I use an iPhone so I installed the iOS app which also installed the messages app. With these apps installed the Bangle pairs with my phone keeps a persistent bluetooth connection.
The issue that I'm running into is that with this persistent connection the app loader doesn't show my Bangle when I use the "Connect" button. I'm wondering if anyone might have insight on where the issue lies with this. Is it in the iOS/Messages app for the Bangle, or is it in the app loader? I'd be more than happy to mess around with the code on my end and see what I can get working.
EDIT: Digging into it a little more, I'm wondering if it has something to do with this function. It looks like this is doing a discovery of new devices, but it's not considering devices that might already be connected. Does that track?