This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to setup data / data layout for transmitting time series?

Hello All,

my application should record acceleration data and time stamps.

After recording the data block from start to end should be transmitted.

I only know that BLE transmits the as is (current) data.

How can I request a timestamped data?

How to efficiently transmit the data without application specific acknowledge after each data set?

I think this topic is addressed by weather station or activity monitor apps.

But I can't find how.

Thanks for any hints.

Adib.

--

Parents Reply
  • Hi Adib

    Normally the activity tracker would store all the updates in a database as they are received from the sensor device, so that you can check the data locally without having to inquire the sensor. 

    The sensors typically have limited memory and won't be able to store old data for a long time. 

    To transfer a log of information over time I am pretty sure the activity tracker and weather station apps will use a proprietary service of their own design. 

    To check the features available in the standard services you can download the service specifications here:
    https://www.bluetooth.com/specifications/gatt/services/

    Best regards
    Torbjørn

Children
No Data
Related