You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
Hi all,
I'm using an external bluetooth module that notifies me to the smartphone the changes in the values of two sensors that have UUIDs of different service and characteristics. I use "call BluetoothLE1.RegisterForBytes" together with "when BluetoothLE1 .BytesReceived" to receive data. But I can see the value of only one of the data while I would like to be able to separate and visualize them together.
Can someone help me?
Thanks
Evan Patton
unread,
Feb 28, 2019, 1:41:44 PM2/28/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
You should be able to call RegisterForBytes for multiple services/characteristics and get updates for both. In the BytesReceived handler, you can then branch based on the characteristic UUID to visualize the two streams separately.