App Inventor unable to display data (string or int) that is read from a BLE sensor device using esp32

Send the values ​​as a string:
pCharacteristic->setValue(alea.c_str());

2 Likes