how to display data from Bluno (BLE) using app inventor?

Hello guys,

Is there anyone who has experience displaying data generated by Bluno(BLE) using MIT app inventor?
a lot of examples are available using the standard Bluetooth but not the BLE. I am facing challenges displaying simple data on my phone.
I appreciate any help.

Thanks,

Have a look here

I saw it already. This guy is trying to control LED not showing any data on his mobile

does anyone have a solution to this request? no info is available in this subject

I resolved this by using. Methods WriteBytes+RegisterFor Bytes+readBytes in Event "BluetoothLE1.connected". So I got resdings in Event "Bluetooth bytesReceived.
It also runs with Float, and String Methods.

I am having a similar issue. I can't figure out how to display data sent from the Arduino. Any more current examples using the BluetoothLE1 commands?