Question about microcontrollers

  • Thread starter Thread starter electricalcoolness
  • Start date Start date
AI Thread Summary
To build your own project with microcontrollers and memory ICs, start by reviewing the datasheets for your chosen components to understand their specifications. Design your circuit schematically, detailing connections between the microcontroller, memory, and power supplies. Use a PCB layout program to create the physical board design, which can then be sent for manufacturing or etched at home. Free tools for schematic capture and PCB layout, such as those found on gEDA, are available for use. Consider the operating system compatibility of these tools, as some may be limited to UNIX or LINUX platforms.
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.
 
chroot said:
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
Are their tools used "only" on UNIX (or LINUX) OS's? (Those are excellent platforms by the way.. :smile: )
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top