Avatar for user156292

user156292

Member since Aug 2023 • Last active Sep 2023
  • 1 conversations
  • 2 comments

Most recent activity

  • in Bangle.js
    Avatar for user156292

    Thanks for your reply, I can see what you mean, there is a lot to do to the connection.
    I'm hoping to find a quick way of reconnecting to the previous connection but if not then I can hopefully do it the long way.
    Thanks :-)

  • in Bangle.js
    Avatar for 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:-

    device.addEventListener('gattserverdisco­nnected', function disconnected() {
                setTimeout(reconnect,180000);
                function reconnect()
                {device.gatt.connect();}});
    

    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

Actions