Receive multiple data from ESP32 (bluetooth)

Hey, i want to receive some data from esp32 evry clocktime. I send a string like "108.5/12.6/3.2/5/2600" from esp32 to AI2 app. IN AI2 i want to save this string to a variable, and after create a list with 5 elements. After that i can display the 5 values from arduino to 5 different labels. I undertand i need to use "split text at "/" " but after i don't know.
Thank's from France :slight_smile:

Here is an updated blocks sample illustrating these ideas ...

BlueTooth_delimiter_sample.aia(3.4 KB) global message

...