Low-level documentation?

I am looking for some documentation about input/output assignments on the ardupilot.


For example, it boasts 16 ADCs and from the code it looks like the three gyros are on channels 0, 1, & 2 and the three accels are on channels 3, 4, & 5. 

 

Is there some documentation that lists all of the inputs/outputs and what is connected to them?  (And which pins on the board correspond to unused inputs/outputs).

 

Thanks!

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

Join diydrones

Email me when people reply –

Replies

  • Developer
    If you look at the schematic in eagle you can click on a label and all the corresponding labels will be highlighted, eliminating the PE vs PF confusion.
  • You can't read a schematic? That will tell you what is connected to what...
  • Some of the pins are listed in defines.h, but not nearly all of them, and my confidence is low that these numbers are actually pin assignments in all cases.  

     

    Ultimately I want to code an autopilot using LQR rather than PID, but I've got a lot to learn about this hardware before I can start.

     

    Basically, I want this, but for the ardupilot mega.

     

    .... ok, i'm a dufus, I found it.

This reply was deleted.

Activity