Editing Popular Parts

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 213: Line 213:
 
|-valign="top"
 
|-valign="top"
 
|diodes
 
|diodes
|When you need current one way, not the other. See [[Transistors, Diodes, etc.]] for details.
+
|When you need current one way, not the other.
 
|
 
|
 
* ''(FIXME: isn't this already too many? Trim.)''
 
* ''(FIXME: isn't this already too many? Trim.)''
Line 296: Line 296:
 
* If you use a microcontroller in your project, the counters inside that microcontroller will probably be all the counters you need.
 
* If you use a microcontroller in your project, the counters inside that microcontroller will probably be all the counters you need.
  
|
+
|?
*?
 
  
 
<!----------------------------->
 
<!----------------------------->
  
 
|-valign="top"
 
|-valign="top"
 +
|Shift registers
 +
 
|
 
|
Shift registers
 
|
 
Often used to expand the number of ports.
 
 
|
 
|
 
*?
 
*?
* 74HC595 -- for more output pins. SIPO eight bit shift register with output latch. Perfect for letting the propeller clock [[POV display]] slowly clock in the next value, then LOAD them all at once. Near the bottom of the page describing the [http://www.robotroom.com/Tach.html "Digital Numeric LED Displays Tachometer (RPMs), Temperature, and Counter"] project, David Cook says: "The 595 is a great 8-bit serial chip because data can be shifted in without affecting the existing output. All new data is then switched over at the same time. The 595 can also be daisy chained. In this case, 48 outputs are controlled with only three wires (data, clock, and latch)."
+
* 74HC595 eight bit shift register with output latch. SIPO. Perfect for letting the propeller clock [[POV display]] slowly clock in the next value, then LOAD them all at once. Near the bottom of the page describing the [http://www.robotroom.com/Tach.html "Digital Numeric LED Displays Tachometer (RPMs), Temperature, and Counter"] project, David Cook says: "The 595 is a great 8-bit serial chip because data can be shifted in without affecting the existing output. All new data is then switched over at the same time. The 595 can also be daisy chained. In this case, 48 outputs are controlled with only three wires (data, clock, and latch)."
* 74HC166 -- for more input pins. PISO 8-bit parallel-load shift registers.
+
* 74HC166 - 8-bit parallel-load shift registers -- PISO.
* 74HC165 -- for more input pins. PISO 8-bit parallel-load shift registers.
+
 
  
 +
|-valign="top"
 +
|Shift registers
  
 +
|
 +
Often used to expand the number of ports, I need a bit more research here.
 +
|
 +
* 74HC595 -- for more output pins
 +
* 74HC165 -- for more input pins
 
<!----------------------------->
 
<!----------------------------->
  

Please note that all contributions to OpenCircuits may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see OpenCircuits:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)