AVR, PIC, or Arduino?

Do you have a technical question that doesn't really fit a specific console? Want some general info on electronics, hacking, making cookies, etc? Here's the place to ask! Go nuts.

Moderator: Moderators

Post Reply
XCVG
Senior Member
Posts: 1947
Joined: Sun Dec 21, 2008 9:10 pm
Location: Canada

AVR, PIC, or Arduino?

Post by XCVG »

I've been wanting to try microcontrollers for a while now. Hopefully I will be able to get something sometime soon but I'm not sure what to get. I thought I wanted an AVR but I'm not sure. There's the PIC, and the AVR, but I'm also considering the Arduino. It has a lot of fans and looks easy to use. Also, I know the Arduino is AVR-based. Does that mean I can make a ghetto-duino with just an AVR and a few components?

So... what do you use? What should I get?
marshallh
Moderator
Posts: 2987
Joined: Sat Sep 10, 2005 2:17 pm
360 GamerTag: marshallh
Location: here and there
Contact:

Re: AVR, PIC, or Arduino?

Post by marshallh »

The PICs are usually used more often in commercial applications because new parts aren't released as often -with AVRs, the parts are phased out sooner in favor of newer designs.

I'd go with AVRs because the tools are easier, open source, and you usually get more bang for your buck. Hooking up bare MCUs isn't hard, if you want to spend the extra $$$ on an Arduino go ahead, but I'd just rather design a application-specific thing instead.
Image
nitro2k01
Posts: 651
Joined: Tue Dec 19, 2006 12:41 pm

Re: AVR, PIC, or Arduino?

Post by nitro2k01 »

Making a ghetto Arduino is pretty easy. But the Arduino board is pretty nice for two reasons.
1) You get an easy to use USB connection. You can get this yourself, by using an FTDI breakout cable or by using a parallell port programmer.
2) You get female pin headers for easy cable connection. Of course, if you use a breadboard, this is less of a problem.
My blog
ASM Retro <- Gameboy Classic Backlight

Being the sadistic bastard I am, I have covered Frog's left eye with a Santa hat.

Last edited by nitro2k01 tomorrow, 1:48 pm; edited 1 time in total
XCVG
Senior Member
Posts: 1947
Joined: Sun Dec 21, 2008 9:10 pm
Location: Canada

Re: AVR, PIC, or Arduino?

Post by XCVG »

I'm probably going to go with an Arduino, because it looks easy to use and apparently it can be used as a ghetto AVR programmer.

Okay, should I get a standard Duemilanove, a Freeduino SB, or a Boarduino? Also, is the protoshield worth using or is it easier/better to just use it with a normal breadboard?
marshallh wrote:Hooking up bare MCUs isn't hard, if you want to spend the extra $$$ on an Arduino go ahead, but I'd just rather design a application-specific thing instead.
Yeah, but this isn't application specific, I just want to dick around. It probably isn't that hard, but the Arduino is easy to program from what I've heard.

Thanks for all your opinions and help so far!
XCVG
Senior Member
Posts: 1947
Joined: Sun Dec 21, 2008 9:10 pm
Location: Canada

Re: AVR, PIC, or Arduino?

Post by XCVG »

I've ordered a Freeduino SB, a Protoshield, and a bare ATMega168 to play around with. Hopefully I'll get it some time this week.
Post Reply