-
• #2
it can be done two ways.
NRF.on('disconnect', my_reconnect_fun);
using interval like 10s
for interval approach my_reconnect_fun() should include checking connection, like if(!gatt.connected)...
-
• #3
@Mark_M I'm not sure that will help too much here, since we're talking about the iPhone connecting to the Bangle (not a connection from the Bangle). It's up to the iPhone to choose to connect.
Is there a way for the connection automatically to repair when the two are brought within range again?
It should really repair automatically. Do you definitely have the
iOS
app installed on the Bangle? And you'd paired from the iOS pairing settings after it was installed? At least here, when that happens iOS seems to automatically reconnect whenever it sees the Bangle.
Hi,
Often my Bangle–iPhone BT connection is dropped when I move out of range without both of them with me. That's fine.
Is there a way for the connection automatically to repair when the two are brought within range again? Currently, they stay disconnected until I physically reconnect them via the iPhone settings.
Thanks.