What do YOU want to see in the Wiki?

I have been granted access to update the wiki for Arducopter, and I hope to take this on and really fill out the Wiki so that it truly is an operating manual for the system which beginners can use.  My goal is that we never need to see the same questions over and over on the forums, or the dreaded "search noob!" posts.  IMO, if people need to ask the same questions over and over, and people are telling them to search because that question has already been answered in the forum, then the whole point of having a Wiki is lost.

 

Not that I'm an expert on Arducopter.  I wanted to get into the programming, but I think it's largely beyond my grasp.  So most of my answers come from Randy or the others.  But I will take the time to put them in the Wiki so that it takes a load off them answering questions, and also the work of them having to update the Wiki.

 

So, I've already got lots of ideas in mind, but I want to know if anybody else has something they want to see and I'll try and include it.  So for example, I learned the hard way not to mount the Magnetometer with steel screws.  Randy gave me the answer to that problem, now I'll update the wiki in the Magnetometer section.

 

That sort of thing.

 

What I'd like to see is if you have a question, and get an answer elsewhere but you think it should be in the Wiki, post it here and I'll look into it.

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

Join diydrones

Email me when people reply –

Replies

  • I made a bunch of changes this morning to the wiki and got many of my thoughts out of the way and now I'll try to incorporate some of your other ideas.

     

     

    Any comments on what I wrote, feedback here please.

  • Developer

    I think we should put some info up there on tuning.  One thing that people need to do is setup the pids for their airframe that might be a little different from the standard.  the best way to do this is to use the channel 6 tuning feature.  You can update the TUNE value via the APMP's configuration screen.  Here are the possible values and some incomplete descriptions.

    #define CH6_NONE 0
    #define CH6_STABILIZE_KP 1
    #define CH6_STABILIZE_KI 2
    #define CH6_YAW_KP 3
    #define CH6_RATE_KP 4
    #define CH6_RATE_KI 5
    #define CH6_YAW_RATE_KP 6
    #define CH6_THROTTLE_KP 7
    #define CH6_TOP_BOTTOM_RATIO 8
    #define CH6_RELAY 9
    #define CH6_TRAVERSE_SPEED 10    <-- controls max speed to target  

    #define CH6_NAV_P 11     <--- P value for rate to pitch/roll controller (range:0~19)

    #define CH6_LOITER_P 12  <--- position -> rate controller
    #define CH6_HELI_EXTERNAL_GYRO 13     // heli external gyro gain

     

    thanks for taking this on!

This reply was deleted.

Activity

Jose Araujo liked Jose Araujo's profile
Aug 29
spencer harvey liked spencer harvey's profile
Jul 9
More…