Developers Documentation

Is there a group/person working on, or is anyone interested in working on, developers documentation?

I'll start by saying I'm new to this project.

So, as a way of getting familiar with everything, I've been studying both the hardware and software by reading data sheets on all the chips and doing a code review of all the code.

If anyone is working on documentation I'd like to help.  Here is an outline of what I'm working on.

1) Block diagram of the hardware communications from chip level.
This should be combined with the schematic and a short / long description of how the electronics function.
 
2) Wiring diagram and photos of how everything connects.
This might include multiple examples showing a minimum configuration and a full configuration.  It should also show some examples of how the system could be expanded.

3) Block diagram of code functions outline.
This is not a users manual.  It would not cover normal operation procedures. This would describe the internal workings of the code.

4) Code descriptions and analysis.
  How is the system initialized?
  How is data collected from the censors?
  How are flight controls manipulated?
  What are the functions used to maintain level flight? 
  What happens if the code crashes?
  Given the Min/Max values of all inputs, what happens through all values? Any divide by zero problems?

5) Logs and telemetry.
  What data is maintained by the system?
  What data is transmitted to the ground and how can it be analyzed?

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

Join diydrones

Email me when people reply –

Replies

  • my final grad project is making a uav, I've done everything on the practical side however i need to understand the code for my documentation. I'm not a programming wiz at all so its all really hard for me if you do have any block diagrams for the codes it would be really good help for me..thanks :)

  • 3D Robotics
    Please PM me if you'd like to volunteer for this job. Right now we're assuming that people who want this level of detail are able to read the comments in the code (it's pretty well commented) and use that as documentation, but I agree it would be helpful to break that out in more functional block diagrams. The dev team is not going to do that, but it is a great way for the community to contribute.
  • Developer
    If you are up for the job, contact Chris. He will put you in touch with the teams developing the wiki's (manuals).

    More content would be appreciated ;)
  • That would be lovely. The answer to so many questions here is, "read the manual." But that really only tells you how to put it together and leaves you in the dark about so much of the operation, customization, etc. etc.
  • I'm so for this. At least functions outline. I'm just now trying to start editing some code and I think that any documentation even an outline would be helpful and would bring more people into development which would hopefully lead to a better product!
This reply was deleted.

Activity