Unterschiede zwischen den Revisionen 1 und 2
Revision 1 vom 03.04.2012 12:27
Größe: 3261
Autor: LotharF
Kommentar:
Revision 2 vom 03.04.2012 15:17
Größe: 3233
Autor: LotharF
Kommentar:
Gelöschter Text ist auf diese Art markiert. Hinzugefügter Text ist auf diese Art markiert.
Zeile 20: Zeile 20:
||<class="MK_TableNoBorder"width="40%">||<class="MK_TableNoBorder">[[fr/MikroKopterTool|{{http://gallery.mikrokopter.de/main.php?g2_view=core.DownloadItem&g2_itemId=108115&g2_serialNumber=2}}]]||<class="MK_TableNoBorder">||<class="MK_TableNoBorder" >[[fr/MikroKopterTool-OSD|{{http://gallery.mikrokopter.de/main.php?g2_view=core.DownloadItem&g2_itemId=108117&g2_serialNumber=2}}]]||<class="MK_TableNoBorder"width="40%">||
||<class="MK_TableNoBorder"width="40%">||<class="MK_TableNoBorder">'''!MikroKopterTool'''<<BR>>Hauptprogramm für den !MikroKopter<<BR>>zum Überprüfen und Einstellen des Kopters||<class="MK_TableNoBorder">||<class="MK_TableNoBorder" :>'''!MikroKopterTool - OSD'''<<BR>>Telemetrieanzeige des Kopters + <<BR>>Einstellungen für den Wegpunkteflug||<class="MK_TableNoBorder"width="40%">||
||<class="MK_TableNoBorder"width="40%">||<class="MK_TableNoBorder">[[en/MikroKopterTool|{{http://gallery.mikrokopter.de/main.php?g2_view=core.DownloadItem&g2_itemId=108115&g2_serialNumber=2}}]]||<class="MK_TableNoBorder">||<class="MK_TableNoBorder" >[[en/MikroKopterTool-OSD|{{http://gallery.mikrokopter.de/main.php?g2_view=core.DownloadItem&g2_itemId=108117&g2_serialNumber=2}}]]||<class="MK_TableNoBorder"width="40%">||
||<class="MK_TableNoBorder"width="40%">||<class="MK_TableNoBorder">'''!MikroKopterTool'''<<BR>>Main program for the !MikroKopter<<BR>>to check and for settings of the Kopter||<class="MK_TableNoBorder">||<class="MK_TableNoBorder" :>'''!MikroKopterTool - OSD'''<<BR>>Telemetry display of the Kopter + <<BR>>settings for the !WayPoint-Flight||<class="MK_TableNoBorder"width="40%">||
Zeile 23: Zeile 23:
||<-5 class="MK_TableNoBorder" :>Das Updaten der !MikroKopter-Baugruppen sowie das Herunterladen der benötigten Software ist hier beschrieben:||
||<class="MK_TableNoBorder"width="40%">||<class="MK_TableNoBorder">[[fr/SoftwareDownload|{{http://gallery.mikrokopter.de/main.php?g2_view=core.DownloadItem&g2_itemId=108134&g2_serialNumber=2}}]]||<class="MK_TableNoBorder">||<class="MK_TableNoBorder" >[[fr/SoftwareUpdate|{{http://gallery.mikrokopter.de/main.php?g2_view=core.DownloadItem&g2_itemId=108126&g2_serialNumber=2}}]]||<class="MK_TableNoBorder"width="40%">||
||<-5 class="MK_TableNoBorder" :>How to update the !MikroKopter-modules as well as the download of the needed software is described here:||
||<class="MK_TableNoBorder"width="40%">||<class="MK_TableNoBorder">[[en/SoftwareDownload|{{http://gallery.mikrokopter.de/main.php?g2_view=core.DownloadItem&g2_itemId=108134&g2_serialNumber=2}}]]||<class="MK_TableNoBorder">||<class="MK_TableNoBorder" >[[en/SoftwareUpdate|{{http://gallery.mikrokopter.de/main.php?g2_view=core.DownloadItem&g2_itemId=108126&g2_serialNumber=2}}]]||<class="MK_TableNoBorder"width="40%">||
Zeile 33: Zeile 33:
'''Für Entwickler''' '''For Developers'''
Zeile 35: Zeile 35:
Die Software der verschiedenen Komponenten (!FlightCtrl usw.) steht auch anderen Entwicklern zur Verfügung. The software of the different components (!FlightCtrl etc.) is also available to other developers.
Zeile 38: Zeile 38:
'''Source Code-Zugriff'''<<BR>>
Sie befindet sich in einem Subversion-Repository. Der Zugriff darauf wird hier beschrieben: MikroKopterRepository<<BR>><<BR>>
'''Source Code-Access'''<<BR>>
It is located in a Subversion-Repository. The access to it is described here: MikroKopterRepository<<BR>><<BR>>
Zeile 41: Zeile 41:
'''Software-Entwickung'''<<BR>>
Da AVR-Microcontroller von Atmel eingesetzt werden, braucht man eine sog. AVR-Toolchain f. Linux und OSX, oder [[http://downloads.sourceforge.net/winavr/WinAVR-20060421-install.exe?use_mirror=mesh|WinAVR]] für Windows.<<BR>>
Linux-Benutzer können sich das Package z.B. mit folg. Terminal-Befehl holen: apt-get install gcc-avr avr-libc Für Mac OS X gibt's hier einen Installer: [[http://www.obdev.at/products/crosspack/index.html|Crosspack]]].<<BR>>
Man übersetzt die Sourcen dann einfach mit "make" und erhält hex-Files, die dann mit AvrDude an das Device übertragen werden.<<BR>>
Detailliertere Informationen dazu finden sich z.Zt. hier
: [[http://www.mikrokopter.de/ucwiki/en/FlightCtrl_1#Software|FlightCtrl-Software]]
'''Software-Development'''<<BR>>
For that reason that AVR-Microcontroller are used by Atmel you need to have a so called AVR-Toolchain for Linux and OSX, or [[http://downloads.sourceforge.net/winavr/WinAVR-20060421-install.exe?use_mirror=mesh|WinAVR]] for Windows.<<BR>>
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: [[http://www.obdev.at/products/crosspack/index.html|Crosspack]]].<<BR>>
You translate the sources simply with "make" and you will get .hex-files which can be transferred to the device via an AvrDude
.<<BR>>
More detailed informationen you can find currently here: [[http://www.mikrokopter.de/ucwiki/en/FlightCtrl_1#Software|FlightCtrl-Software]]

MikroKopter-Software



MikroKopter - Software

To open -> click on the image

en/MikroKopterTool

en/MikroKopterTool-OSD

MikroKopterTool
Main program for the MikroKopter
to check and for settings of the Kopter

MikroKopterTool - OSD
Telemetry display of the Kopter +
settings for the WayPoint-Flight

How to update the MikroKopter-modules as well as the download of the needed software is described here:

en/SoftwareDownload

en/SoftwareUpdate

Download

Update

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 an AvrDude.
More detailed informationen you can find currently here: FlightCtrl-Software