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

**URL:** https://community.thunkable.com/t/how-to-make-ble-sanner-string-show-in-the-text-input-box-when-i-scan/2747341
**Category:** Questions about Thunkable X
**Tags:** beginner
**Created:** [December 12, 2023, 5:48am UTC](https://community.thunkable.com/t/how-to-make-ble-sanner-string-show-in-the-text-input-box-when-i-scan/2747341 "2023-12-12T05:48:06Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![matt\_conroy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/matt_conroy/32/150843_2.png) [@matt\_conroy](https://community.thunkable.com/u/matt_conroy)
#### Post date: [December 12, 2023, 7:28pm UTC](https://community.thunkable.com/t/how-to-make-ble-sanner-string-show-in-the-text-input-box-when-i-scan/2747341/2 "2023-12-12T19:28:22Z")

</div>

Hi @gracezkxur, welcome to Thunkable! 🎉

Be sure to check out our posts about [How to ask Great Questions v2.0](https://community.thunkable.com/t/how-to-ask-great-questions-v2-0/2689983/1) and our [Community Guidelines](https://community.thunkable.com/t/community-guidelines/78/8) as you get started.

We need more information to help you.

> [@gracezkxur](#):
>
> It doesn’t meet my expectations.

What do mean by this? What are your expectations? Have you had a chance to look through our [docs](https://docs.thunkable.com/blocks/advanced-app-features/bluetooth-low-energy) on BLE. This will teach you a lot on how to scan, connect, transmit, and receive data with your BLE enabled device.

> [@gracezkxur](#):
>
> ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/b/8/b8bc0940fb52dfc606afabc52e1a038b99d9ba92.png)
> 
> I did the blocks like this.

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.

---

_[View the full topic](https://community.thunkable.com/t/how-to-make-ble-sanner-string-show-in-the-text-input-box-when-i-scan/2747341)._
