You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm an Arduino newbie so I apologize if I am inaccurate in expressing my request. I'm willing to measure just three axis accelerations with an output rate of 200 records per second.
I'm using the Accelerometer.ino code (https://github.com/arduino-libraries/Arduino_NineAxesMotion/tree/master/examples/Accelerometer, I just added some code to record the measured data in a Micro SD). I figured I could set the output rate by changing accordingly the "const int streamPeriod" parameter but it seems that I can get as high as around 30 values per second even when I set "const int streamPeriod = 5". can anybody help me?
thanks
Fausto
The text was updated successfully, but these errors were encountered:
Hi @faustotassan. Thanks for your interest in this open source project. This issue tracker is only to be used to report bugs or feature requests specific to the project. This topic is more appropriate for the Arduino Forum. I'm sure we will be able to help you out over there:
Hello, I'm an Arduino newbie so I apologize if I am inaccurate in expressing my request. I'm willing to measure just three axis accelerations with an output rate of 200 records per second.
I'm using the Accelerometer.ino code (https://github.com/arduino-libraries/Arduino_NineAxesMotion/tree/master/examples/Accelerometer, I just added some code to record the measured data in a Micro SD). I figured I could set the output rate by changing accordingly the "const int streamPeriod" parameter but it seems that I can get as high as around 30 values per second even when I set "const int streamPeriod = 5". can anybody help me?
thanks
Fausto
The text was updated successfully, but these errors were encountered: