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! I was wondering on how I can make an app using the MIT App Inventor 2 that can get 2 data sensors (left and right) on 2 labels. I was trying to make an app up until now however, it only shows on 1 label for both sensors. I also included my screenshot. Any help would be appreciated.
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
It looks like the first ReceiveText is getting all the data. You need a way of identifying what data is from which sensor and then parse/split it in the app and then show in the relevant label.