in thunkable, is there a way to read the broadcast UUID data, without connecting to any specific device? for the device that I want to develop a program broadcasts data, but I do not find a block that supports to read broadcast data. am I missing any block? or it is not supported yet in thunkable?
Without connecting, you can use the scan block will allow you to find the Device ID, Name, RSSI values, or any errors connecting. Our blocks do not allow for knowing the UUID of a device that you are not connected to.
Hi,
Thank you so much for sharing the details. However, the scan block does not seem to provide the broadcast data published by the BLE device.
Nowadays, it is quite common for most smart BLE devices to use the broadcasting method to transmit data. This approach allows devices to share live data without requiring a connection, enabling users to view the data simply by scanning for devices.
It would be great if you could add a feature in the BLE block to read broadcast data from user-selected devices.