Page 1 of 1

How to get sensor info from nano quadcopter?

Posted: Wed Nov 06, 2013 7:23 pm
by vestige
Hi

I'm very new to this one to be honest I'm very interest in this but I wondering that which type or kind of program have to be use to measure the altitude and magnetometer sensor?. Is there any sensor types of components that work on this nano quadcopter?.


By the way mostly language program to do the calibration is it C or C++ :?:

I apologies for my bad in language :oops:

Thx in advance

Re: How to get sensor info from nano quadcopter?

Posted: Fri Nov 08, 2013 8:51 am
by atomicdog
The program on the crazyflie is written in C.
The PC program is written in python. There is also a c++ port of the library for the PC.

The crazyflie uses I2C so you can write software for any sensor that has I2C.