Unterschiede zwischen den Revisionen 27 und 28
Revision 27 vom 25.07.2016 08:41
Größe: 3052
Autor: LotharF
Kommentar:
Revision 28 vom 13.01.2017 12:19
Größe: 2717
Autor: LotharF
Kommentar:
Gelöschter Text ist auf diese Art markiert. Hinzugefügter Text ist auf diese Art markiert.
Zeile 25: Zeile 25:
||<class="MK_TableNoBorder"width="40%">||<class="MK_TableNoBorder">[[en/MikroKopterTool|{{ http://gallery3.mikrokopter.de/var/albums/intern/sonstiges/Button-Baugruppe/1_Button180x180/Button-KopterTool.jpg?m=1414669310 }}]]||<class="MK_TableNoBorder">||<class="MK_TableNoBorder">[[en/MK-Parameter|{{ http://gallery3.mikrokopter.de/var/albums/intern/sonstiges/Button-Baugruppe/1_Button180x180/Button-Setting.jpg?m=1437464417 }}]]||<class="MK_TableNoBorder">||<class="MK_TableNoBorder" >[[en/MikroKopterTool-OSD|{{ http://gallery3.mikrokopter.de/var/albums/intern/sonstiges/Button-Baugruppe/1_Button180x180/Button-OSD.jpg?m=1437464015 }}]]||<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|Setting]]'''||<class="MK_TableNoBorder">||<class="MK_TableNoBorder":>'''[[en/MikroKopterTool-OSD|Waypoint fly]]'''||<class="MK_TableNoBorder"width="40%">||
||<-9 class="MK_TableNoBorder" :>'''To open -> click on the image or text'''||
||<class="MK_TableNoBorder"width="40%">||<class="MK_TableNoBorder">[[en/MikroKopterTool|{{ http://gallery3.mikrokopter.de/var/thumbs/intern/sonstiges/Button-Baugruppe/1_Button180x180/Button_KopterTool.jpg?m=1484302413 }}]]||<class="MK_TableNoBorder">||<class="MK_TableNoBorder">[[en/MK-Parameter|{{ http://gallery3.mikrokopter.de/var/thumbs/intern/sonstiges/Button-Baugruppe/1_Button180x180/Button_KopterToolSetting.jpg?m=1484302626 }}]]||<class="MK_TableNoBorder">||<class="MK_TableNoBorder" >[[en/MikroKopterTool-OSD|{{ http://gallery3.mikrokopter.de/var/thumbs/intern/sonstiges/Button-Baugruppe/1_Button180x180/Button_KopterToolMAP.jpg?m=1484302414 }}]]||<class="MK_TableNoBorder"width="40%">||
||<-9 class="MK_TableNoBorder" :>'''To open -> click on the image'''||

MikroKopter-Tool



The MikroKopter tool, or short "KopterTool", is a free available program. With this program you can adjust and check your copter or even plan a waypoint flight.

The latest version of the KopterTool you can download here =>

en/Download



A manual how to use the KopterTool you can find here:

en/MikroKopterTool

en/MK-Parameter

en/MikroKopterTool-OSD

To open -> click on the image









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