www.eXtremeElectronics.co.in

Development Process

xBoard MINI v2.1

Easy to Use learning and development tool for Atmel AVR family of MCUs.

 

back to help index
get technical support
shop online
facebook
Back
Support
Store
Facebook

 

The development process with AVR/xBoard MINI is outlined below.

  1. First you should know what you are trying to make. You should have some algorithm in your mind and some clue how the program should look like. Or else you may have a ready made program, for example from a Website or Magazine. The human readable code is written in some high level Language like C,C++, BASIC etc. This code is called Source Code. We will use C language through out these tutorials.
  2. You need a Text Editor to enter the Source Code and save in a computer file so these can be processed by computer software.
  3. Then a Compiler, which is a software that input a Source code in a syntax of some programming language (in our case C) and generates a machine instructions for a specific machine (AVR MCU in our case). In Microcontroller world these file are called HEX files(the extension is .HEX eg. myprogram.hex)
  4. After this we load this HEX file in a programmer software. We connect our programmer with PC and then Connect the programmer with xBoard MINI. The programmer software then uploads this file to the board, then the board will execute our program.
programming the xBoard MINI

 

eXtreme Burner - AVR
eXtreme Burner - AVR used To Upload a HEX file.

 

Software Tools

The main software you will need are:

 

You can get all the software from the folder named "Software" in the Support Disc. Now you are ready to write you first microcontroller program !

back to help index
get technical support
shop online
facebook
Back
Support
Store
Facebook