Unterschiede zwischen den Revisionen 15 und 16
Revision 15 vom 31.05.2013 09:14
Größe: 3453
Autor: LotharF
Kommentar:
Revision 16 vom 02.07.2013 12:50
Größe: 3467
Autor: LotharF
Kommentar:
Gelöschter Text ist auf diese Art markiert. Hinzugefügter Text ist auf diese Art markiert.
Zeile 23: Zeile 23:
||<class="MK_TableNoBorder"width="40%">||<class="MK_TableNoBorder":>'''[[en/MikroKopterTool|MikroKopterTool]]'''||<class="MK_TableNoBorder">||<class="MK_TableNoBorder":>'''[[en/MK-Parameter|KopterTool - Setting]]'''||<class="MK_TableNoBorder">||<class="MK_TableNoBorder":>'''[[en/MikroKopterTool-OSD|KopterTool - OSD]]'''||<class="MK_TableNoBorder"width="40%">|| ||<class="MK_TableNoBorder"width="40%">||<class="MK_TableNoBorder":>'''[[en/MikroKopterTool|MikroKopterTool]]'''||<class="MK_TableNoBorder">||<class="MK_TableNoBorder":>'''[[en/MK-Parameter|KopterTool - Setting]]'''||<class="MK_TableNoBorder">||<class="MK_TableNoBorder":>'''[[en/MikroKopterTool-OSD|KopterTool - OSD  Waypoint fly]]'''||<class="MK_TableNoBorder"width="40%">||

MikroKopter-Tool



With the software for the MikroKopter you can set, adjust, check and change all - if you want.
In the basic settings, the MikroKopter can already fly very stable and agile.



MikroKopter - Software

To open -> click on the image or text

en/MikroKopterTool

en/MK-Parameter

en/MikroKopterTool-OSD

MikroKopterTool

KopterTool - Setting

KopterTool - OSD Waypoint fly

MikroKopter-Tool Download

en/Download

Download

For Developers

The software of the different components (FlightCtrl etc.) is also available to other developers.

Source Code-Access
It is located in a Subversion-Repository. The access to it is described here: MikroKopterRepository

Software-Development
For that reason that AVR-Microcontroller are used by Atmel you need to have a so called AVR-Toolchain for Linux and OSX, or WinAVR for Windows.
Linux-User can get this package i.e. with the following terminal-command: apt-get install gcc-avr avr-libc. For Mac OS X there is an installer available: Crosspack].
You translate the sources simply with "make" and you will get .hex-files which can be transferred to the device via the KopterTool.
More detailed informationen you can find currently here: FlightCtrl-Software