CF2.0 LED not usual + fast yaw drift

Post here to get support
Post Reply
Veerachart
Member
Posts: 45
Joined: Mon Jan 13, 2014 4:12 am

CF2.0 LED not usual + fast yaw drift

Post by Veerachart »

Hi guys,

I just switched from CF1 to CF2.0 and it works quite well, obviously better in stability.

Recently one of my CF2.0 seems to be malfunctioning. When I turned it on, the LED lights sometimes not behave normally. Instead of a burst of green LED 5 times, followed by heartbeat of red LED at around 2 Hz, I sometimes get red LED blinking at around 0.5 Hz, or sometimes red LED bursts at the startup 5 times.

There is also some case that after burst of green LED, red LED first blink slowly for a while, and then return to normal heartbeat. Anyway, after that, yaw angle seems to be drifting very fast, roughly 45 degrees in one minute or so.

What can be the source of the problem?
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

Re: CF2.0 LED not usual + fast yaw drift

Post by arnaud »

Hi,

Could you get the log when your Crazyflie start and copy-paste it here. The log will tell what is happening then it blinks burst of red (it means that the self-test has not passed).

You will find the console in the client: https://wiki.bitcraze.io/doc:crazyflie: ... ex#console
Veerachart
Member
Posts: 45
Joined: Mon Jan 13, 2014 4:12 am

Re: CF2.0 LED not usual + fast yaw drift

Post by Veerachart »

arnaud wrote:Hi,

Could you get the log when your Crazyflie start and copy-paste it here. The log will tell what is happening then it blinks burst of red (it means that the self-test has not passed).

You will find the console in the client: https://wiki.bitcraze.io/doc:crazyflie: ... ex#console
When red LED is bursting:

Code: Select all

SYS: ----------------------------
SYS: Crazyflie is up and running!
SYS: Build 0:29624e7f6e3b (2014.12.1) CLEAN
SYS: I am 0x3134383531334703290030 and I have 1024KB of flash!
I2CDEV: Error callback nr: 1024
IMU: MPU9250 I2C connection [FAIL].
I2CDEV: Error callback nr: 1024
I2CDEV: Error callback nr: 1024
I2CDEV: Error callback nr: 1024
I2CDEV: Error callback nr: 1024
I2CDEV: Error callback nr: 1024
I2CDEV: Error callback nr: 1024
I2CDEV: Error callback nr: 1024
I2CDEV: Error callback nr: 1024
I2CDEV: Error callback nr: 1024
IMU: AK8963 I2C connection [FAIL].
I2CDEV: Error callback nr: 1024
IMU: LPS25H I2C connection [FAIL].
EXPBRD: Found 0 memories.
EEPROM: I2C connection [OK].
OW: Found 0.
30 78 42 43 0 50 0 0 0 0 0 0 0 0 0 7D 
Status 0
30 78 42 43 0 50 0 0 0 0 0 0 0 0 0 7D 
Status 0
When heartbeat is around 0.5 Hz:

Code: Select all

SYS: ----------------------------
SYS: Crazyflie is up and running!
SYS: Build 0:29624e7f6e3b (2014.12.1) CLEAN
SYS: I am 0x3134383531334703290030 and I have 1024KB of flash!
IMU: MPU9250 I2C connection [OK].
IMU: AK8963 I2C connection [OK].
IMU: LPS25H I2C connection [OK].
EXPBRD: Found 0 memories.
EEPROM: I2C connection [OK].
AK8963: Self test [OK].
LPS25H: Self test [OK].
OW: Found 0.
SYS: Free heap: 6048 bytes
30 78 42 43 0 50 0 0 0 0 0 0 0 0 0 7D 
Status 0
30 78 42 43 0 50 0 0 0 0 0 0 0 0 0 7D 
Status 0
tobias
Bitcraze
Posts: 2339
Joined: Mon Jan 28, 2013 7:17 pm
Location: Sweden

Re: CF2.0 LED not usual + fast yaw drift

Post by tobias »

@Veerachart Sent you a pm
Post Reply