MIT App Inventor Community
App Inventor unable to display data (string or int) that is read from a BLE sensor device using esp32
MIT App Inventor Help
Juan_Antonio
August 10, 2021, 1:15pm
2
Send the values as a string:
pCharacteristic->setValue(alea.c_str());
2 Likes
show post in topic