Page 1 of 1

About Mpu Sensor

Posted: Wed Apr 18, 2018 7:40 am
by EgeYlcn
Hi everyone,

First of all , I am grateful to you for this project.
I changed my LPS code TdoaV1 to TdoaV2 . When I examined the Crazflie 2.0 hardwares i saw the MPU-9250 sensor (https://wiki.bitcraze.io/projects:crazy ... cification) . However when i started the change the code , i saw the Mpu-6050 and Mpu-6500 sensors driver. (https://github.com/bitcraze/crazyflie-f ... /2018.01.1) .

My question is which should i use Mpu in my Tag ?

Thank you

Re: About Mpu Sensor

Posted: Wed Apr 18, 2018 8:59 am
by arnaud
Crazyflie 2.0 uses the MPU-9250 which is, as far as software is concerned, a MPU-6500 with a magnetometer. This is why the driver we are using is the MPU-6500 since it works for both chip.

Re: About Mpu Sensor

Posted: Mon Apr 23, 2018 8:59 am
by EgeYlcn
Thank you for your interest arnaud