How to read / get / receive bytes from my BLE device and show them on screen?

Hello All!

I create a simple BLE application.
I sent succesfully bytes to my BLE device. It is a command with response. And now I would like to receive a few bytes in my MIT App from my BLE device and display/show them somehow on the screen.

Can You help me to do this? Which blocks use to receive and display received bytes?

BR,
Jakub

Here's the shortest answer -
You have to register for bytes once after connection,
and include an event block for When Bytes Arrive to give you a list of bytes.

https://community.appinventor.mit.edu/search?q=ble%20category%3A12

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.