hiigh sampling rate

Hi all

My C# application need to sample the accelerometer data at sampling rate Fs >= 800Hz
I try to follow the documentation "High Frequency Stream" but i get the following
 "Exception thrown: 'System.AccessViolationException' in MetaWear CS Starter.exe " in run time

please help
 

Comments

  • You cannot stream data that fast.  Use the logger to record data to the on-board flash memory then download it to your windows device.
This discussion has been closed.