endrew's Discussions (13)

Sort by

Noisy gyro reading.

I am using invensense gyros with an ardupilot mega for a quadrotor imu/controller.

Attached are the reading from my gyros which seem to be very noisy, perhaps from vibrations.

 

Is this amount of noise seem normal to you? I think it's much to noisy and

Read more…

Pitot tube design

Hi
I'm getting a very noisy speed measurement (unusable noisy...). I suspect the pitot tube for being responsible.
I am using DIYdrones pitot tube. the silicon tube is about 40 cm (a little more the a foot) and the metal pipe is located at the wings le

Read more…

Arduimu gyros doesn't work

I have just finished soldering my new Arduimu gyros to the board but they seem not to work.

I checked all the contacts, and all the voltages seem fine. but the voltage on the out pin is constant at 1.8V and doesn't change when the board is rotated.
the

Read more…

Order of gyro integration in IMUs

Hi guys,I'v spent the last few days studying Kalman filters in IMUs and there's one thing I can't understand:the order in which I integrate the speeds from the gyros is important. Different orders will give different results. How is this problem solv

Read more…

Control question

Hi guys,I'm spending some time to study the code, and I came across this line in the control file:roll_Integrator+= (float)(((float)PID_error*((float)dt/1000.0))*(float)ki[0]);under PID_roll function. my question is - why devide dt by 1000? - *((floa

Read more…

baud-rates qustion

Hey guys,my problem is that i use the ublox gps, and my Xbee's module max baud rate is 9600 (100mW version). I tried changing the code a bit to:void loop()//Main Loop{navigation();stabilization();catch_analogs();Serial.begin(38400);decode_gps(); //Re

Read more…