-
Implement the indoor location code
-
**[How to craft a useful, minimal bug report](http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports)**
I'm using the PyPi version of climate indices with input datasets in climate-indi…
-
Hi Kris,
Thanks for the excellent resources you have made available for the MPU9250.
I'm trying get the MPU9250 to work on a custom board running FreeRTOS with a STM32F7x.
The driver I'm using…
-
Hi Kris
Personally i really found this code very useful for calibration and consequently to obtain the values.
However, I need your help in finding yaw angle about z-axis. In your code, it seems…
-
In ```magcalMPU9250()```, are the following lines:
```
dest1[0] = (float) mag_bias[0]*mRes*magCalibration[0]; // save mag biases in G for main program
dest1[1] = (float) mag_bias[1]*mRes…
-
hi kris,
i get yaw reading just 180 degree range from north to south counterclockwise and from north clockwise doesn't give any response !
also when i flip the sensor the yaw stop giving any respon…
-
I'm being a bit thick. My mpu9250 sensors look to be baldy calibrated and I'm wondering what I've done wrong. I read about the 'figure of eight' and am thinking 'wait....'. So silly question time: whe…
-
I am using the libraries for a project with arduino; the magnetometer works however it gives me values that are not accurate. I would like to know if it is possible to calibrate the magnetometer (with…
-
Board: [FeatherSense](https://learn.adafruit.com/adafruit-feather-sense)
Magnetometer : LIS3MDL.
SW: [feather_sense_sensor_demo.ino](https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/…
-
**Describe the bug**
I'm writing a data variable to a NetCDF file using the cf writer, then reading it with the satpy_cf_nc reader. Upon reading, no area information is available.
**To Reproduc…