Page 1 of 1

1044_0 Algorithm

Posted: Thu Jan 14, 2021 10:56 am
by sgeiger
I'm trying to use the AHRS from the 1044_0 with algorithm event. The API documentation does not state the device supports it (the algorithm event is missing, as opposed to 1044_1), but the example in the Phidget22 Control Panel does show the AHRS data. Is it accessible in Java?
Thanks.

Re: 1044_0 Algorithm

Posted: Mon Jan 18, 2021 10:16 am
by Patrick
Hi,

The control panel implements the algorithm in the PC for Spatials that don't support it in firmware.

See ComplementaryAHRS.cs in: https://www.phidgets.com/downloads/phid ... ows_Ex.zip

-Patrick