Help Required To Automatically Reconnect to BLE Browser #6191
Replies: 1 comment
-
Posted at 2023-08-21 by @fanoush There is a lot to do after doing Posted at 2023-08-22 by user156292 Thanks for your reply, I can see what you mean, there is a lot to do to the connection. Posted at 2023-08-29 by @gfwilliams Sorry, it looks like that's not implemented in UART.js, however you could look at using the Puck.js library which is very similar. In it there is a So you may not even have to change the file, you can do |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2023-08-21 by user156292
Hi (help !),
I am struggling to make the BangleJS automatically reconnect to my BLE browser (on my iPhone or on my Raspberry-Pi).
Initial connection is good but when I move the watch out of BLE range and then move it back again I would like it to reconnect automatically.
I have tried adding the following to my copy of UART.js:-
The event fires and the browser displays a bluetooth icon as though it is connected but I seem to have lost the UART object because data transfers will not work afterwards.
If anyone has any ideas I would be very grateful !
Thanks very much :-)
Mark
Beta Was this translation helpful? Give feedback.
All reactions