Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Atmel - Atmega

Status
Not open for further replies.

nitingautam

New Member
Hi ,

I have AVR Atmega8L development board. and a serial programmer for it.

How to get started with this for robotics.

Please help
 
More or less in this order.

Learn to program in C or assembler.
Learn to blink an LED.
Learn to user various forms of serial communications.
Learn to control an LCD.
Learn to control a motor.
Learn to read sensors.

Hi ,

I have AVR Atmega8L development board. and a serial programmer for it.

How to get started with this for robotics.

Please help
 
Download AVRSTudio which is free for assembly, and AVRGCC which is a free C compiler that integrates with AVRStudio.
 
You can check out RVKBasic at bastoc.com as well. If you like BASIC over C and ASM. ASM on the atmel is not hard though, so you might want to try it first.
 
More or less in this order.

Learn to program in C or assembler.
Learn to blink an LED.
Learn to user various forms of serial communications.
Learn to control an LCD.
Learn to control a motor.
Learn to read sensors.

Reminds me of what I did, very strange..or perhaps not. Good advice though.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top