You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a Nano BLE Sense device to listen for sounds, and then infer what they are. If the sound is other than background noise it sends a Notify to the central.
This all works fine, but the Nano device is prone to the occasional disconnection due to it's weak radio. Unfortunately this means I need to connect again, and this is currently done with an Inject. I guess I could monitor the status and send a connect message if it disconnects but I prefer it if the "config" node could reconnect automatically if a check box is checked.
Also if subscribed for events it would need to resubscribe.
The text was updated successfully, but these errors were encountered:
I set up a Status listening node to connect when disconnected. This deals with the issue most of the time, however occasionally the status is stuck at disconnected or missing. In these cases I find it necessary to go back into the config node and untick the scanning checkbox, then tick it again. When I do this it immediately finds the device and then the status listener does the connection.
Hi,
I am using a Nano BLE Sense device to listen for sounds, and then infer what they are. If the sound is other than background noise it sends a Notify to the central.
This all works fine, but the Nano device is prone to the occasional disconnection due to it's weak radio. Unfortunately this means I need to connect again, and this is currently done with an Inject. I guess I could monitor the status and send a connect message if it disconnects but I prefer it if the "config" node could reconnect automatically if a check box is checked.
Also if subscribed for events it would need to resubscribe.
The text was updated successfully, but these errors were encountered: