Society of Robots - Robot Forum

Electronics => Electronics => Topic started by: iLL_LeaT on May 17, 2007, 03:12:06 PM

Title: Microcontrollers
Post by: iLL_LeaT on May 17, 2007, 03:12:06 PM
I want to learn to program and augment microcontrollers.  I found the PICkit 2 Starter Kit.

http://www.microchipdirect.com/productsearch.aspx?Keywords=DV164120 (http://www.microchipdirect.com/productsearch.aspx?Keywords=DV164120)

Has anyone heard anything good or bad about this?

Is this a good start?
Title: Re: Microcontrollers
Post by: Admin on May 18, 2007, 08:00:54 AM
Im not familiar with that kit . . .

I recommend getting into AVR's. I strongly feel it will be the dominant microcontroller for the next 5-10 years, so its best to just start with them now. Ill only be supporting PIC16F877 and all AVR microcontrollers on this site, so thats another reason to just go with the flow :P

This is one way to go about it:
http://www.societyofrobots.com/step_by_step_robot.shtml

Another suggestion is to go to www.sparkfun.com and click the link titled 'development tools'
Title: Re: Microcontrollers
Post by: iLL_LeaT on May 18, 2007, 08:27:13 AM
How about the STK500 Starter Kit

http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2735 (http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2735)

The thing I liked about the PIC starter kit was the simple circuitry.  The bad thing about it is that I become dependent on the little USB thing.

And The AVR circuit board looks so confusing my head starts to hurt when I look at the picture of it.
Title: Re: Microcontrollers
Post by: dunk on May 18, 2007, 08:52:50 AM
ive hered good things about this:
http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3146
http://www.amazon.com/Programming-Microcontrollers-Featuring-Butterfly-Compiler/dp/0976682206/ref=pd_bbs_sr_1/002-9169292-0437642?ie=UTF8&s=books&qid=1179499785&sr=8-1

i haven't used it myself though.

dunk.
Title: Re: Microcontrollers
Post by: Admin on May 18, 2007, 08:58:15 AM
Quote
I want to learn to program and augment microcontrollers.
Quote
The thing I liked about the PIC starter kit was the simple circuitry.
If you want to learn about augmenting, the best way is to make the circuit yourself. If you just want to program, then there are dozens and dozens of AVR based boards out there with the circuit already done for you:
http://www.societyofrobots.com/robot_parts_list_microcontrollers.shtml

As for augmenting, my $50 robot circuit is about as simple as it gets . . .

For the AVR Butterfly, I havent used it either, but it looks like a good deal for the price. I think you can learn a lot about augmenting from it.
Title: Re: Microcontrollers
Post by: Hal9000 on May 18, 2007, 09:18:40 AM
Dont forget the arduino. That looks pretty damn good.

However, AVR also sounds like a good bet. Especially that butterfly one. Everything you need seems to be there!
Title: Re: Microcontrollers
Post by: iLL_LeaT on May 18, 2007, 09:43:10 AM
Thanks for the advice.  I think I’m going get the AVR butterfly and build the microcontroller from the $50 robot and try and figure out exactly what is going on there.

I figure that if I do this, I won’t spend too much money and I’m bound to learn something about microcontrollers.