# \[Solved\] Send list item via BLE to an arduino

**URL:** https://community.thunkable.com/t/solved-send-list-item-via-ble-to-an-arduino/2971071
**Category:** BLE / BlueTooth
**Tags:** arduino, help, list
**Created:** [April 26, 2024, 3:55pm UTC](https://community.thunkable.com/t/solved-send-list-item-via-ble-to-an-arduino/2971071 "2024-04-26T15:55:04Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![fauloca24xo6d](https://avatars.discourse-cdn.com/v4/letter/f/848f3c/32.png) [@fauloca24xo6d](https://community.thunkable.com/u/fauloca24xo6d)
#### Post date: [April 26, 2024, 3:55pm UTC](https://community.thunkable.com/t/solved-send-list-item-via-ble-to-an-arduino/2971071/1 "2024-04-26T15:55:04Z")

</div>

Hi everyone, I’m looking for a way to send the pressed item of a list via Bluetooth from the app to an Arduino.  
I spent all day searching through community posts for a solution but couldn’t find anything.  
Can anyone help me?  
Sending does not give an error (I change the color of the items specifically to check), however the transmission is really very slow and takes several minutes (it doesn’t always happen).  
I specify that other transmissions occur correctly, only this one has this problem (the uuid characteristics are correct). Thanks for the help.

 ![list item](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/f/b/fb7618b4c59c1f7037ce017a59d0847f055c8d40.png)

---

<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: [April 30, 2024, 3:13pm UTC](https://community.thunkable.com/t/solved-send-list-item-via-ble-to-an-arduino/2971071/2 "2024-04-30T15:13:16Z")

</div>

Hi @fauloca24xo6d Does it send any faster if you simply add a string to the data being transmitted to the device?

What information is in the simple list when it is set to the app variable `file_prem`?

---

<div class="post-metadata">

### Author: ![fauloca24xo6d](https://avatars.discourse-cdn.com/v4/letter/f/848f3c/32.png) [@fauloca24xo6d](https://community.thunkable.com/u/fauloca24xo6d)
#### Post date: [May 1, 2024, 8:27pm UTC](https://community.thunkable.com/t/solved-send-list-item-via-ble-to-an-arduino/2971071/3 "2024-05-01T20:27:41Z")

</div>

Hi, at the end the problem was a forever cycle. Problem solved, thanks!
