Society of Robots - Robot Forum

Electronics => Electronics => Topic started by: AdvsNoob on November 27, 2008, 01:05:42 AM

Title: Do i even need this?
Post by: AdvsNoob on November 27, 2008, 01:05:42 AM
Hi i am working on a new project called S.Y.T.H and it is my first big project and i want to get it all right, good god this site is here ^_^

OK here is two of the products i need help with.

AVR ISP2 Programmer

Roboduino

Isnt the programmer like a microcontroller? some one told me i would need it but i do not really know if i will?
Title: Re: Do i even need this?
Post by: madchimp on November 27, 2008, 04:14:11 AM
The programmer is how you transfer the code you write to the microcontroller. Some microcontrollers have a bootloader so you can program them from either the serial connection or usb connection they have but i believe from the posts on the roboduino it doesn't have a bootloader preinstalled though one could be added. Airman00 should be able to help you with that.
Title: Re: Do i even need this?
Post by: Ro-Bot-X on November 27, 2008, 06:44:32 AM
Airman00 told me the bootloader is optional. I chose to get it, since I don't have a programmer and I want to use the Arduino software to program it. So, as a beginner, I would not get the programmer, just the Roboduino with the bootloader uploaded. Besides, with a programmer it's easy to brick your micro if you are not carefull enough with the fuses. After a while, when you run out of programming space in your micro, you can buy a programmer and erase the bootloader.
Title: Re: Do i even need this?
Post by: airman00 on November 27, 2008, 07:56:04 AM
You have three options with the Roboduino
1) With Arduino Bootloader - http://arduino.cc/en/Tutorial/Bootloader
2) With the fast tiny & mega UART bootloader - http://www.societyofrobots.com/bootloader_50_robot.shtml
3) With no bootloader at all - this would mean that you need an ISP programmer
Title: Re: Do i even need this?
Post by: AdvsNoob on November 27, 2008, 02:07:50 PM
You have three options with the Roboduino
1) With Arduino Bootloader - http://arduino.cc/en/Tutorial/Bootloader
2) With the fast tiny & mega UART bootloader - http://www.societyofrobots.com/bootloader_50_robot.shtml
3) With no bootloader at all - this would mean that you need an ISP programmer

Hay airman what ever you think is better you can pack me one when i buy it ok ^_^
Title: Re: Do i even need this?
Post by: airman00 on November 27, 2008, 02:12:06 PM
well you want a bootloader but I dunno which one - you wanna program with teh Arduino software or in straight C in AVRstudio
Title: Re: Do i even need this?
Post by: AdvsNoob on November 27, 2008, 07:51:03 PM
well you want a bootloader but I dunno which one - you wanna program with teh Arduino software or in straight C in AVRstudio

i guess i will go with AVRstudio. they have many programming tutorials and i always want to learn more things ^_^ thanks airman00