emile's Discussions (18)

Sort by

Sneak Preview of next firmware revision?

I am posting this hoping to give some mouthwatering to all you Multicopter addicts!

The DEV Team is working really hard to get up with a new release of the current Arducopter.

I was brave enough (toghether with other testers like Marco!)  to try an (al

Read more…

Jdrones ESC programming and settings.

Hello, I was wondering if the JDrones ESC's are compatible with the turnigy programming card. It looks like they are (I have successfully connected the esc and read the settings), but just wondering if anyone had the chance to modify their parameters

Read more…

My wish list for next revision.

Hello all, since I lost the opportunity to suggest new features in 2.0.38, I though I would open a new list for the next revision.

I have flown recent 2.0.39 code and I can say the improvements are great!

 

1. Vertical acceleration compensation for tilt

Read more…

2.0.27 Prolems compiling - solved

I have problems compiling latest build from trunk.This is what I get:C:\Arducopter2.0.2\libraries\AP_IMU/AP_IMU_Oilpan.h: In function 'void slow_loop()':C:\Arducopter2.0.2\libraries\AP_IMU/AP_IMU_Oilpan.h:71: error: 'float AP_IMU_Oilpan::_sensor_comp

Read more…

Info about kp_roll_pitch

Trying to optimize the performance of my copter, I run into the following two variables used by the DCM to correct Gyro drift.

Unfortunately I have no big knowledge of DCM even though I understand the basics.

I'm just trying to understand the importanc

Read more…

How I solved my Yaw issue.

The story.

I always had yaw not being stable, not even in hover. It was bouncing left and right even with no input.

Also different YAW_OPTIONS in APM_config.h yeld to bad results. It was either too strong, or too slow. It always had really big overshoo

Read more…

PIDs for Arducopter report incorrect

I have opened an issue on the Arducopter Wiki, but I think this could be a problem also for the Ardupilot.When saving PIDs decimal numbers get approximated to lower values.Eg: if I set P or I for roll pitch to 0.44 when I reopen the MP i see values l

Read more…

Altitude Hold - success?

Hello, has anybody been succesful in obtaining a decent altitude hold?In Ardupirates it was working farly good, but I can't seem to find the right PIDs.It doesn't correct quick enough.Even with a lowered P it goes up and down till it eventually stops

Read more…

Loop() performance benchmarking

Ok, this is more a arduino.cc forum question, but since the subject of my experiments is my AC I thought I will post here my question. :)I am trying to benchmark the amount of time the loop() function requires to complete. I get the max amount of tim

Read more…

AcroStable mode - is this possible?

Ok, maybe I'm just too lame... maybe I'm just dreaming but I have something in mind, please help me solve my doubt.

The background: I am totally hopless in ACRO mode. I have never flown anything before my GAUI 330x 4 months ago. Everytime (almost) the

Read more…

Flying behaviour - Fast forward descent

Hello, I would like to share my experience on some test flights I've made today.

 

I am flying ArdupiratesNG code so I can say the stabilization algorithm is very similar (if not identical) the the current RC2 NG code.

 

This is what I experience when fl

Read more…

GPS MTK 1.6 firmaware and hdop

Hello, could some of the tech guys explain what is the new hdop feature in the latest MediaTek Firmware?

If I understand it is something to do with accuracy of the GPS signal but the value is much higher than what literature says.

I see in the comments

Read more…

Arduino Programming issue.

Hello, I am throwing myself into some programming.

I am trying to port the AP_GPS libraries to the ArducopterNG.

I have a question for Arduino an C++ programmers. My main .pde is not compiling correctly even though I think everything looks fine.

This is

Read more…