Question about microcontrollers

  • Thread starter Thread starter electricalcoolness
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
electricalcoolness
Messages
18
Reaction score
0
I have a question about microcontrollers. Up until now in my university career I have only used microcontrollers that are already mounted on a circuit board that has pins already set up much like an IC. Now I am interested in going more in depth in this area. My question is are there any resources online that I could read about where I can go about to build my own project where I mount controllers and memory IC's on it?
 
Engineering news on Phys.org
You're just asking how you could make your own printed circuit board, and mount your own components on it?

To start with, look up the datasheets of the components you want to use (microcontroller, memory, etc.). Design your circuit in schematic form, showing all the connections between the microcontroller, memory, power supplies, etc.

Next, use a PCB layout program to design a PCB. Send it off to get manufactured (or, if you're adventurous, etch the board yourself at home). Solder on your components and you're done.

If you're looking for some free tools that you can use to do schematic capture and PCB layout, check out http://www.geda.seul.org/

- Warren
 
thanks very much.