Open
Description
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