Downloading Log Data

Hi, I am trying to access only the latest few minutes of logged data from the board. I start my logging once I connect to the device, and after a spike in accelerometer data, I call the downloadAsync method. Since this might happen after a while (I have done logging.start(true) (overwriting past values), It may take a while to download all the data. Is it possible to download a select range of the data, or download the latest data first (instead of oldest first) ?

Alternatively, can I configure the memory of the board? So that I only store past (x) units of data, and keep overwriting these?

Any help is appreciated.

Comments

  • Hi Sarth,
    You have a good idea there. Unfortunately we don't support this.

  • @Laura said:
    Hi Sarth,
    You have a good idea there. Unfortunately we don't support this.

    Thanks Laura,

    Are there any plans to add the support for this feature in the future?

  • Unfortunately no. What we are going to do instead is add USB download capability so it's easier and faster to get the data.

Sign In or Register to comment.