How to make BLE Sanner String show in the text input box when I scan

Hi @gracezkxur, welcome to Thunkable! :tada:

Be sure to check out our posts about How to ask Great Questions v2.0 and our Community Guidelines as you get started.

We need more information to help you.

What do mean by this? What are your expectations? Have you had a chance to look through our docs on BLE. This will teach you a lot on how to scan, connect, transmit, and receive data with your BLE enabled device.

It looks you have correctly entered a UUID for your device. What you are sending back to the Thunkable app is the data in the form of a string (a sequence of characters) and setting both the Text Input’s text and a label (LabelError) to this data. What is that showing you? Thunkable can only receive what the device sends to your app. Ideally, you would want to set that data (string) to a label and then set Labelerror to the error, if there is one. You can do this by dragging the green error block and connecting that to the label block.

The Community here is happy to help! We just need a bit more information.

1 Like