I’d been working with the MIT APP invetor but when i try to read more sensors i can get that every lecture be in a different possition so i read everything on the same line, i want to kwon what i am doing wrong, i am working with sensor BME280 and same code that we work on the section BLE
Hello Juan, what you mean? Are you talking about displaying the sensor readings in different lines on MIT App Inventor?
i was talking about read more than one value like temperature humedity pressure and others in one UUID but now i solve that problem using the function sprintf(buffer,”%1s,%1s,%1s,%1s”,temp,pres,high,hum);
pCharacteristic->setValue(buffer);
pCharacteristic->notify();