This is an old revision of the document!
An environment for writing the code, a compiler for the corresponding language and software for uploading written programs to the controller are needed in order to program the AVR controller. The most comfortable method would be by using special integrated developing environment (IDE). The AVR microcontroller can be programmed in many different programming languages: assembler, C, C+, Pascal, Basic, etc. This instructions focuse on using the C-language when programming the microcontroller. There is free software for programming AVR microcontroller for the Windows OS, the Linux OS amd the Mac OS. The next chapters introduce the usage of Windows and Linux platforms.
For installation, the Robotic HomeLab development software must be downloaded for your operating system. The needed software is IDE, AVR compiler, Robotic HomeLab library, programmer driver, programming utilities and examples. Well known Eclipse development environment is preferred as primary IDE for Robotic HomeLab kit. Special package is bundled for Windows and Linux operating systems containing Eclipse IDE, AVR plugin, programmer drivers, project templates and examples. However alternatively one can use well known AVR Studio for Windows or KontrollerLab for Linux. All software packages can be downloaded from Robotic HomeLab webpage or from original software developer webpage.