BLE DeviceList with just devices name

Hello,
I'm working on a project to communicate with pressure transducers via BLE.

All is working fine. Just one improvement I need to add which is displaying the discovered transducers by their names only, not MAC Name Rssi.

Any suggestions?

Thanks in advance :slight_smile:

you can write your own logic to get a list with just the device names like this

use a for each in list loop
inside the loop use the split at spaces block from the text drawer to split the current item (which is a MAC Name RSSI string) to get a list, then select the second item of the list to get the device name and store it in a new list

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.