Society of Robots - Robot Forum

General Misc => Misc => Topic started by: Togo5 on April 04, 2007, 04:15:29 PM

Title: Whats After Programming ???
Post by: Togo5 on April 04, 2007, 04:15:29 PM
hi guys im abit confused about something... this sounds really stupid!

i have chosen to use a K8048 PIC Microcontroller Programmer Kit, after i have programmed the chip what do i do next

do i build a board around the chip with all the other neccessary components?

if so, can i jus use a normal breadborad, will that still work..?

please help me if you can im really stuck!!  :)

Thanks in advance guys!
Title: Re: Whats After Programming ???
Post by: Kohanbash on April 04, 2007, 07:07:22 PM
yes you need to build a board around how you programed the chip ( or build a generic board and program around the board). For quick and dirty things you can use a bread board but you risk wires falling out, etc...
Title: Re: Whats After Programming ???
Post by: Hal9000 on April 05, 2007, 03:01:25 AM
One word of advice.

Microcontrollers are often more tempremental than normal circuits..........but as long as you do the right stuff in the right way, you shouldn't have any problems.
Title: Re: Whats After Programming ???
Post by: Togo5 on April 05, 2007, 03:50:46 AM
okay thanks.

just one more question, do all the components and chip have to be placed in a certain order for it to work ??

And if so, how do you know where to put each component as every circuit will be different ??
Title: Re: Whats After Programming ???
Post by: Kohanbash on April 05, 2007, 04:48:58 AM
When you program the chip you tell it which pins are input and which are output, you also tell it which pins are being used for what. When creating each circuit you need to figure out the best configuration to use so that you can keep your existing circuit or modify as little as possible.
Title: Re: Whats After Programming ???
Post by: mpthompson on May 02, 2007, 12:42:04 AM
Quote
if so, can i jus use a normal breadborad, will that still work..?

You can indeed use a normal breadboard to build a fairly simple PIC based robot.  You can check out the ProtoBot Amoeba here (http://www.camppeavy.com/).  As was mentioned above such a robot might suffer wires falling out, but you get to learn hardware dubugging as an extra bonus. ;)  Actually, I think such a robot could be a good next step for someone comfortable wiring components on a breadboard, but not quite ready to tackle PCBs, mechanics other things associated with more complex 'bots.

-Mike