I am using the code Jordi released here, and i'm getting about 2 meter peak to peak readings when the sensor is absolutely steel. I expected much better results, the manual says 9 cm resolution. what good is it if the noise is 20 times as much?
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
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
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
I was going threw the header file(v2.4), and this seemed not right to me:#define GPS_ERROR_SPEED_SETPOINT 3 // In -m/s; , in case of GPS failure the airplane will enter into stabilization mode only and will try to maintain the airspeed set here.when:
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
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
hey,I have decided to buy everything from this link:http://diydrones.com/profiles/blogs/ardupilot-main-pageand figure out things later...but a few question rose immediately -1 - how is altitude sensed? (in the ArduPilot Shield Kit there's only airspe