Question about logging acceleration

I am logging some accelerometer data and then reading it off of the board. Currently i have it set up on a timer so it starts logging then it stops after the timer and then i load it off. I am wondering if there is a way to say start logging then stop when it has captured a number of samples. Are there any methods in the API that support that?

Thank you,
Derek

Comments

  • The best you can do is periodically read the log count and start a download when the amount has exceeded your limit.  There is no trigger available for the log sample count.
This discussion has been closed.