Hello Tympan Community,
We have developed an app in Flutter that communicates with Tympan Rev E via BLE. The data sent from app are received in Tympan as chunks instead of complete data in one go.
For example, the data sent from app : 123,28,-20,-22,-16,-14,-15,-18,-21
It is received at Tympan as: RECV 14 0 RECV 14 18 123,28,-20,-22,-16RECV 14 16 ,-14,-15,-18,-21
I wish to make Tympan to receive the BLE data sent from the app as once completely in one go. How can I achieve that ?