• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How do I make a mobo/pc boards and implement code?

BustaBust

Golden Member
I know a mobo has like 3 or 4 layers. How do I start? Can anyone give me information in depth?

What do you use to implement code into a chip on the motherboard?

I want to basicly how to make pc boards.

The board in a Nintendo 64 controller to anything.

Voice recognition......force feedback.

Can someone help me or give me a link or something?
 
Making a PCB is reasonably straightforward for very simple designs:

Simply follow these steps:

1) Design your circuit
2) Work out a layout for the components and the copper traces between them
3) Transfer the layout to the board
4) Etch the unwanted copper
5) Drill the board
6) Apply components to the board and solder as necessary.

For simple circuits, e.g. a few LEDs, switches and a couple of ICs and discretes, it would be perfectly reasonable to make the board by drawing the traces on using something like a sharpie marker.

For more advanced projects, computer aided design is strongly recommended - this allows you to print the trace layout, and transfer it to the board in one of several ways. With basic software you have to work out the routes that the traces take - more expensive software will route the traces itself. Prices range widely from several $100s - several $10ks.

Making boards with more than 1 layer is very difficult for a home constructor, and making boards with more than 2 is impractical.

Here are a few links about the construction of PCBs, which discuss different methods of 'masking' the traces, and the chemicals and equipment needed to prepare the board.

Link1
link2
link3
link4
link5
link6

If this is all too much, then a very cheap way of getting into PCB design is the service provided by Express PCB. Download their free software, design the board, and e-mail them the files then, for a small fee, they will send you a completed board. The only catch is that their software only works with their manufacturing process.

----

Implementing code on a chip is fairly simple - you need to learn the programming 'language' for the device in question and then buy the appropriate programming kit for the device (prices vary from a $100s - $1ks)

There are dozens of manufacturers of thousands of different programmable chips - it is impossible to give a more specfic answer.
 
My sugestion is to start with a BASIC contoller. Basic is about the cheapest and widely used programmable IC ( that I know of anyway 😀 )

Radio Shack ( along with just about everyone else ) should sell the chips, boards and programming kits for these.
 
Back
Top