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