Society of Robots - Robot Forum

Software => Software => Topic started by: connormarve on November 21, 2011, 06:07:26 AM

Title: programming help
Post by: connormarve on November 21, 2011, 06:07:26 AM
hi ive been trying to build a robot for a while, i now have a pile of parts in my room, but theres a problem. I dont know the slightest thing about programming, ive combed through google and found nothing that i understand. If anybody on here speaks idiot, please, explain.
Title: Re: programming help
Post by: newInRobotics on November 21, 2011, 06:23:29 AM
OK, what exactly do You want to learn first? What controller do You have?
Title: Re: programming help
Post by: connormarve on November 22, 2011, 08:58:46 AM
an AVR ATmega8, the one in the 50 dollar robot tutorial
Title: Re: programming help
Post by: connormarve on November 22, 2011, 09:00:21 AM
and i dont know what i need to know first :)
Title: Re: programming help
Post by: joe61 on November 22, 2011, 11:26:35 AM
I don't understand. The point of the tutorial is to teach you what you need to understand. Have you tried working through it, but have some specific problem?

Joe
Title: Re: programming help
Post by: newInRobotics on November 22, 2011, 12:18:07 PM
and i dont know what i need to know first :)
OK, when I started the very first thing that I did was followed and actually completed in real life (as opposed to just reading) Newbie's Guide to AVR Timers tutorial (http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=50106) (very useful). After that, I carried on with Newbie's Guide to the AVR ADC (http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=56429) tutorial. After them two tutorials, I had quite a good clue of how microcontroller programming works.

Other useful resources:
Title: Re: programming help
Post by: connormarve on November 22, 2011, 02:54:17 PM
ok, thanks a lot, ill have to look at this