Discussion:
[Shimmer-users] Calibrated data and change acceleration range Paramlogging
Gabriele Spina
2014-06-16 15:56:39 UTC
Permalink
Hi

I'm currently using Shimmer2r.
I have two questions about the Paramlogging application:

1) Is it possible to store calibrated data? I followed the calibration
procedure described in the manual and saved the calibration parameter in my
laptop.
2) Is it possible to define the range for the acceleration?

Thanks
Torstein Winterseth
2014-06-18 10:09:05 UTC
Permalink
Post by Gabriele Spina
Hi
I'm currently using Shimmer2r.
1) Is it possible to store calibrated data? I followed the calibration
procedure described in the manual and saved the calibration parameter in
my laptop.
By looking through the source code, it does not seem like there is this
option. You could implement this yourself. Look at how it is done in
BtStream.
Post by Gabriele Spina
2) Is it possible to define the range for the acceleration?
Yes, but you have to recompile. You can change
Accel.setSensitivity(RANGE_1_5G);
on line 329 in ParamLoggingP.nc to
Accel.setSensitivity(RANGE_6_0G);

I haven't done this myself so I can't guarantee this will work.

- Torstein Winterseth

Loading...