Difference between revisions of "Popular Parts"
Russ hensel (talk | contribs) |
(yet another short-list of recommended parts) |
||
Line 9: | Line 9: | ||
*[http://www.edn.com/archives/1995/052595/11dfcov.htm Choosing an op amp: it's no longer a trying task] The oldies in particular may be good, but not expensive parts. | *[http://www.edn.com/archives/1995/052595/11dfcov.htm Choosing an op amp: it's no longer a trying task] The oldies in particular may be good, but not expensive parts. | ||
*[http://www.voti.nl/swp/ Starting with PICmicro controllers] See the Selecting a PIC Section | *[http://www.voti.nl/swp/ Starting with PICmicro controllers] See the Selecting a PIC Section | ||
+ | * [http://dorkbotpdx.org/wiki/recommended_parts_parts_store DorkbotPDX: Recommended Parts] | ||
== Kits and Projects == | == Kits and Projects == |
Revision as of 11:37, 17 May 2010
Another new page by russ_hensel, not much more than a stub now. Feel free to join in with your recommendations.
Contents
Popular
So many parts, so many variations, which to pick. Why not try to see what is popular:
- The Big List These are the parts the EE Shop keeps in stock to sell to students. UNL likes them why not us?
- This section contains circuit examples from commercial products and datasheets of transistors which are studied in this course. If MIT studdies them, maybe they are worth looking at.
- Choosing an op amp: it's no longer a trying task The oldies in particular may be good, but not expensive parts.
- Starting with PICmicro controllers See the Selecting a PIC Section
- DorkbotPDX: Recommended Parts
Kits and Projects
If you're working from a kit or published project consider getting extras of the parts. The authors of these things tend to know, and pick, what's popular. If you use them once you may use them again; there are exceptions, though.
If you are working with X, then Y. Where Y will help you find the popular parts
Note that links may or may not be to the best source. Look around, add a link if you find a better one. Do not delete a link, unless product is gone for good.
X=PIC's
Because PICs are mostly digital logic, if you use PICs you will need most of the stuff in the Popular Parts#X=Digital Logic section as well as stuff in this section.
What | Comment | Specific Part
|
---|---|---|
The PIC |
|
|
Debugger |
I don't recommend wasting time on pure programmers for development purposes. Once you get past the blinking LED stage, you are going to need a debugger. |
|
Proto Board |
Some People hate them, but many find them a nice quick way to experiment. I have found a max clock speed of 4 megHz works well. Breadboard |
see links
|
Crystals |
I keep 4 megHz and 20 meg Hz on hand. Note that some PICs can do without crystals, but timing is not very accurate. Check your spec. sheet, some PICs may be able to go to 40 meg Hz. Note that a couple of capacitors are needed as well. Ceramic resonators may be used instead. |
|
Pull Up Resistors |
Can be used as pull down as well. I use 10k ohms, often useful for other stuff as well.
|
10K
|
Generally Useful Chips |
na
| |
Op Amp | Need to condition your inputs? a op amp may be just the thing. See section on op amps. | |
LED | How else can you say hello world? Pretty much anything will do. Do not forget to get a current limiting resistor 220 ohms or anything close. LED also come in arrays and as 7 segment displays for numerical read out. |
|
Push Button | Need this for input. I get mine from salvage. Later I will find a source for you. |
|
Low Side Switch, Driver Chip | When you need more power from an output port this is the way to get more than 10 times a much current, Not very expensive. One chip will drive 2 stepper motors. ULN2803 has 8 inputs and outputs. | ULN2803 |
High Side Switch Driver Chip | Like a low side switch, but on the high side. If you are driving "rows and columns" then you need some on the low side some on the high side. The UDN2981 has 8 inputs and outputs. | UDN2981 |
Sensors | There are so many, for light photo diodes and transistors, for temperature LM34 and similar see section on Sensors. | *whatever |
LCD Display | Put out full alpha numeric data, several characters. Seems like a better? solution than LED when many characters are required. Probably best used with a controller to keep use reasonably simple. | *HD44780 parallel interface
|
X=Op Amps
What | Comment | Specific Part |
---|---|---|
op amps | consider ... what, |
|
Proto Board | Some People hate them, but many find them a nice quick way to experiment. | ? |
Resistors | For precise gain you need 1 percent resistors. I start with 10k and use multiples and sub multiples. |
|
trim pots | When you need a bit of adjustability. |
|
diodes | When you need current one way, not the other. See Transistors, Diodes, etc. for details. |
|
Power Transistors | An op amp might be good for 20 mA. Couple it to a darlington transistor and get a full ampere (1000 mA). You may want to go push pull with a pair of npn and pnp transistors. With this you can build power supplies, battery chargers, motor drivers, and audio amplifiers. | TIPsomething |
Sensors | Measure something. See Sensors. | Sensors
|
X=Digital Logic
If you use any microcontroller, you will probably also need most of the stuff in this section.
What | Comment | Specific Part
|
---|---|---|
Gates |
| |
Counters |
|
|
Shift registers |
Often used to expand the number of ports. |
|
Voltage Regs | Power to the Chips |
|
Voltage Reg |
Easy choice is LM7805. A couple of caps usually go with it. .1 and .01 bypass caps are generally useful. |
|
decoupling capacitors. |
"I can only recall using less than 1uF decoupling cap in one circuit in the last 8 or so years ... 100nF bypass caps [0.1 uF bypass caps] are so 1990s. If someone tells you that should be the standard value, you should be careful about what other bad or outdated advice they may be dispensing." -- one post in the PICList Thread (EE) "1.0 uF Decoupling Cap - A Must?" by Olin |
|
X=electric motors
See motor driver for details.
transistor
"my favorite International Rectifier FU5505 power MOSFET transistor" -- David Cook