Thanks for your quick answers and the very helpful tutorial link

The last days I spend many hours with Arduino related pages, tons of datasheets and made a simple project with Fritzing (what's nice, but I'm sad that it can't simulate the behaviour).
We decided to order an Arduino beginner package (with breadboard, etc.) to make some practical tests.
Unfortunately we don't know which additionally electronic components we should use.
There are so many and we aren't shure, which will fit.
The main problem is that we can't connect LEDs directly to the 74HC595 when they need a higher current.
(In the Philips data sheet is not even one note about the allowed current. In the Motorola data sheet of the 74HC595 I read about 35mA per pin, but I'm not shure.)
One way would be to use a transistor to enhance the possible current. I read that this transistors (including resistors) are called
Drivers or LED drivers.
An other way would be to use similar shift register types that contains drivers or just support higher currents at the pins.
Hour problem is that we don't know which components we could use. I read several data sheets, but I'm not shure if I understand the specifications right. For example if Vcc is 50V I don't know if this meands the maximum and if it's possible to use it for 5V or 12V, too.
Here is a list of our LEDs which we
need to handle:
* 20 mA ..... 30 pieces (or maybe a few more)
* 40 mA ..... 3 pieces
* 60 mA ..... 1 piece
* 80 mA (100 mA maximum currency) ..... 4 pieces
* 160 mA ..... one group of 8 parallel LEDs (of each 20 mA) ...... alternatively we could attach them in 2 groups of 4 LEDs to 2 pins (= 2x 80mA))
* 250 mA ..... 2 pieces
Ok, this are not 100 LEDs. We reduced the number, because basically we wanted to buy a couple of expensive controller cards with relais and more controlled LEDs would result in much higher costs.
Additionally we want to control a few
electric motors (maybe 4 pieces).
Basically it would be ok, when we can switch them just on and off. But more beautiful would be to control its speed. This could be done by the PWM output pins. But also here the interesting question is which transistor (or other electrical component) we should use.
* One motor is specified for
70 mA common, up to
400 mA maximum.
* The other 3 (or more?) motors are specified for
100 mA common, up to
200 mA.
I suppose the maximum values are the dead end of control and we don't need such a high current. On the other hand it could be that this currents
has to be supported by the electronic, because when starting a motor it needs a higher current for speedup (a simple physical rule).
We have a
power supply of 5V and 12V for each 4A.
By my research I found out that these electrical components could be useful:
*
STPIC6C595..... - shift register
..... - 8 outputs
..... - up to 100 mA per out pin (all can be "on" at the same time)
..... - 5 V voltage Vcc (I hope this is the right value, because on the first page of the data sheet is written
33V output clamp voltage. So I'm
unshure if this IC fits to our project.)
..... - registers are cascardable
*
STP16CL596..... - shift register
..... - 16 outputs
..... - up to 90 mA per output
..... - up to 7V voltage (recommended is only 3 bis 3.6 V (but I suppose this is only for maximum clock frequency what we don't need))
..... - registers are cascardable ??
..... - practically: with only one resistor you can control all output currencies. So you don't need a resistor for each LED.
..... - On the other hand: Can this register handle
different LED types at its output pins? I suppose it's possible when we add additional resistors to output pins of LEDs with smaller current. But I'm not shure if this works well with this register.
*
TPIC6595..... - shift register
..... - 8 outputs
..... - up to 250 mA per output pin (and all can be "on" at the same time)
..... - 5 V for logic (Vcc)
..... - 45 V "Output Clamp Voltage"
..... - Again
I'm not shure if this register is usable for our project, because we only have 5V and 12V power supply. Maybe this register is only usable for higher voltages.
..... - registers are cascardable
On the other hand we could use the 74HC595 registers and attach "drivers"
Maybe some of these types are usable for our case:
*
ULN2803..... - this IC contains
8 gains (seems to be transistors)
..... - up to 500 mA current (
per pin or amount of all together??)
..... - 50 V output voltage (again I
don't know it this means the maximum or if it's also usable for 5V or 12V)
Also I found an interesting
forum thread (German only) with the topic
Which transistor for 500mA at 5V.
There were several suggestions. Here are only the listed
transistor types:
..... * BC141, BC817, BC337, BD135, BC635, BCW66 H, ULN2803
..... * BC639 (up to 1A)
..... * IRFD9110 (up to 0.7 A)
..... * IRF7401 (up to 5V at 5A)
..... * FDC6327 (2 transistors in one IC for 5A (each or all??))
..... * ULN2804 (for 6V up to 15V)
..... * ULN2003D (contains 7 transistors with resistors for direct connection with logic components; up to 500 mA per transistor (I suppose))
Also someone wrote that MOSFETs or Darlingtons are the best choice.
Ok, these transistors could be over-the-top, but maybe one of them is usable for our project.
A good page about
transistor basics and practical notes I found here:
http://www.mikrocontroller.net/articles/Transistor (German only)
You see, there are so many different electric components (only a few of them I listed) so that I can't decide what to choose.
Additionally we need to know which resistors we need for the choosed components, but for now this is just a secondary problem. When we know which registers and driver/transistors we choose, we can search for matching pages in the internet.
There is much information on the Arduino website. But(!) unfortunately there is no comfortable search function like on many other forums. For example I wanted to search for "buffer" (because I don't know what this is). But the visited results of the search function contained only buffers in context of programming. I found no way how to search only in the hardware section. Also it would be good to have an option to search only in the topic titles. So it's a pain to find the wanted information, even I'm shure there are useful threads related to our questions. Maybe the search functionality will be improved in the future.
So, this was much information. Maybe this also helps some other people.
We would be very happy if somebody helps us with our choice.If possible, please tell us only components, which are compatible to breadboards.