Hi Estephania,
Unless I'm wrong , the Atmosphere blocks provide "raw" values for various sensors I'm interested in:
- pressure/temperature
- gyroscope
- accelerometer
- magnetometer
The last 2 sensors at least need proper calibration to provide accurate data.
The NXP "Sensor Fusion" library not only provide a mean to perform such calibration (thanks to the Sensor Fusion Application)
but does also provide 6/9 DOF filtering features Out of the Box.
Of course such projects require MCUXpresso instead of using the on line IDE.
Ideally, it would be great to get the communication with the Android Sensor Fusion Application over BLE but this would
require the UART over BLE service...
Regards.
/joseph