Discussion group for ArduCopter users

3182 Members
Join Us!

You need to be a member of diydrones to add comments!

Join diydrones

Comments are closed.

Comments

  • Developer

    Marianne,

     

         No, they are a bit out of date (sorry, I'll update the wiki).  Note that if you load your code from the AP_MissionPlanner you'll get the right values.  Here are the best PID values for a Trex450.

     

    // roll
    #define STABILIZE_ROLL_P 0.70
    #define STABILIZE_ROLL_I 0.025
    #define STABILIZE_ROLL_D 0.04
    #define STABILIZE_ROLL_IMAX 7

    // pitch
    #define STABILIZE_PITCH_P 0.70
    #define STABILIZE_PITCH_I 0.025
    #define STABILIZE_PITCH_D 0.04
    #define STABILIZE_PITCH_IMAX 7

    // yaw stabilise
    #define STABILIZE_YAW_P  1.4
    #define STABILIZE_YAW_I  0.02
    #define STABILIZE_YAW_D  0.0

     

    // throttle
    #define THROTTLE_P 0.075
    #define THROTTLE_I 0.001
    #define THROTTLE_D 0.100
    #define THROTTLE_IMAX 100

     

         By the way, for questions/comments on the TradHeli, I think you should put them in this discussion.  This is where we have the most trad heli people.  http://www.diydrones.com/forum/topics/600-size-heli

     

    -Randy

  • Is the PID setup still the same with the PID in this link http://code.google.com/p/arducopter/wiki/TradHeli_Testing ?

  • I do believe that I have found the problem. The good ESC starts to rotate at 1050us and the others start at about 930us. I don't know how that happened as they were all the same. The problem is that they don't want to program since I cleaned them with contact LR!!!!

  • Jani
    I have it working better now. But only motor (No.3) is responding as it should. I guess it is a calibrations issue then?
  • Jani

    Thanks for that, Yes I did calibrate both, but I do have a question about the 4 small switches next to the CLI switch. Is this function still used in the latest code?

    Also on another point. I have a blue board that has damage to the USB socket. Is it still possible to load code through the xbee telemetry?

  • Developer

    Denny did you calibrate your ESCs and Radio? And or are you in flight or CLI mode (that small white switch on top of blue board). It sounds like your ESCs are not calibrated yet for your radio. Also if you have constantly solid green immediately after reboot, you are in flight mode.

  • Chris I just installed a new sensor board and everything seems perfect but it won't arm and I get motors doing a regular sound about twice per second. The radio inputs and the outputs along with the sensor outputs are all showing up in the flight data panel. Cables are good. and motor calib. has been done manually. I have the regular blue light flashing on the lower board plus a steady green on the top?

  • hey guys i want to reverse camera stablization
    i have place RC_CP_rev to -1 and it doesnt work anyone else got any ideas

  • Chris,

     

    Thanks for the comment. We will be starting a project on the arducopter at the university where i work. One part of this project is the calculation of the maximum performance we can get out of the arducopter. These calculations will be backed up by measurements. I suppose we could report the results of this study if this helps the community. If there is information available in the form of datasheets of electronic components etc i would highly appreciate this.

     

    with kind regards

     

    jan

  • 3D Robotics
    Jan, those are just commodity ESCs. We didn't design them and don't make them.
This reply was deleted.

Drone flying to non visible point

Hi there,I encountered a problem, while flying in auto mode, with approching to point that was not set by trajectory and is not visible after downloading mission from flight controller by Mission Planner. Does anybody encountered similar problem. The situation is that in the middle flight I stopped the UAV and uploaded new mission and after changing to auto mode it starts to fly in some direction. It goes straight to some point, so I assume it's not mechanical problem. I attached the link to…

Read more…
0 Replies

TAKEOFF WITHOUT USING GPS

Hi,Im working on a autonomous drones and im using JETSON NANO and flight controller PIXHAWK .Im able to control my drone by giving rc commands on the MAVLINK terminal itself by connecting it with PIXHAWK but now i want a python code from which i can do some operations like:takeoff,left ,right,forward,backward…and i am not using GPS…Can anyone please help me…

Read more…
1 Reply · Reply by tellinglean Oct 17, 2022

HELP quadcopter: one motor twitching and stuttering

Hello guys,I have a problem with one motor, do not spin and making a sound (videos in attachment), I changed the motor to another ESC and is work, so I checked the connections on ESC and all connections looking great. any ideas or something I can do, iam trying to build YMFC32 Brokking .thank youhttps://youtu.be/LagBqwGbixkhttps://youtu.be/PU20nCxApcs

Read more…
0 Replies

Will AHRS_ORIENTATION=8 for Arducopter 3.2.1 on APM 2.5 using a traditional Heli

I have been Reading Chris Olsen posts and watching his videos on Arducopter with traditional Helis using a Pixhawk.I have inherited an older Trex 450 heli with the old Align 3G FBL hardware.  The FBL controller appears to be bad.  So I have an old APM 2.5 without a compass or GPS on board.  I just want to replace the failed Align 3G FBL system with the APM.Now I have to mount the APM under the skids on the heli so the APM will be upside down.I have Two questions.1)  Is the AHRS_ORIENTATION=8…

Read more…
0 Replies