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'm starting developing with Blend board, so sorry if this is an stupid issue but maybe you can help us.
We are trying to do a broadcasting of sensor data through BLE to be read after from a smartphone app. At the moment, we are trying to write the data through the set_name() function because we just found that way to do the broadcast without pairing.
The problem appears when we try to set a variable name, it is not working at all, because just the first name written is sent, it seems the code is ignoring the rest of the set_name() calls in the loop().
I assume this is not the right way of doing it, so ¿Is there another (easy) way of sending data broadcast? ¿Or should we pair the devices and create a GATT connection?
Thank you very much.
The text was updated successfully, but these errors were encountered:
I'm starting developing with Blend board, so sorry if this is an stupid issue but maybe you can help us.
We are trying to do a broadcasting of sensor data through BLE to be read after from a smartphone app. At the moment, we are trying to write the data through the set_name() function because we just found that way to do the broadcast without pairing.
The problem appears when we try to set a variable name, it is not working at all, because just the first name written is sent, it seems the code is ignoring the rest of the set_name() calls in the loop().
I assume this is not the right way of doing it, so ¿Is there another (easy) way of sending data broadcast? ¿Or should we pair the devices and create a GATT connection?
Thank you very much.
The text was updated successfully, but these errors were encountered: