Maker Pro
Maker Pro

Four pin AND?

E

ehsjr

Jan 1, 1970
0
Is there a 4 pin AND chip available?
Something like this:

+12 -----+
|
[R] (external)
|
+--- out
|
-----o----
| | |
| /c |
inA o---| |
| \e |
| | |
| | |
| /c |
inB o---| |
| \e |
| | |
-----o----
|
Gnd-------+

Ed
 
S

Spehro Pefhany

Jan 1, 1970
0
Is there a 4 pin AND chip available?
Something like this:

+12 -----+
|
[R] (external)
|
+--- out
|
-----o----
| | |
| /c |
inA o---| |
| \e |
| | |
| | |
| /c |
inB o---| |
| \e |
| | |
-----o----
|
Gnd-------+

Ed

That would be a NAND gate, eh? And I imagine you'd want some base
resistors in most cases.


There are very small gates like the following:

http://www.toshiba.com/taec/components2/Datasheet_Sync//169/7277.pdf


Or you could probably cob something together with a 6-pin transistor
array..



Best regards,
Spehro Pefhany
 
J

Jamie

Jan 1, 1970
0
ehsjr said:
Is there a 4 pin AND chip available?
Something like this:

+12 -----+
|
[R] (external)
|
+--- out
|
-----o----
| | |
| /c |
inA o---| |
| \e |
| | |
| | |
| /c |
inB o---| |
| \e |
| | |
-----o----
|
Gnd-------+

Ed
a dual digital smt transistor?
 
E

ehsjr

Jan 1, 1970
0
Spehro said:
Is there a 4 pin AND chip available?
Something like this:

+12 -----+
|
[R] (external)
|
+--- out
|
-----o----
| | |
| /c |
inA o---| |
| \e |
| | |
| | |
| /c |
inB o---| |
| \e |
| | |
-----o----
|
Gnd-------+

Ed


That would be a NAND gate, eh? And I imagine you'd want some base
resistors in most cases.

Yes NAND - it would be nice if the base resistors were in
the chip, but not required. Requirements changed from
"when signal is present" to "when signal is present and
clock is high" - the prototype was already made. Grumble.

Ed
 
S

Spehro Pefhany

Jan 1, 1970
0
Spehro said:
Is there a 4 pin AND chip available?
Something like this:

+12 -----+
|
[R] (external)
|
+--- out
|
-----o----
| | |
| /c |
inA o---| |
| \e |
| | |
| | |
| /c |
inB o---| |
| \e |
| | |
-----o----
|
Gnd-------+

Ed


That would be a NAND gate, eh? And I imagine you'd want some base
resistors in most cases.

Yes NAND - it would be nice if the base resistors were in
the chip, but not required. Requirements changed from
"when signal is present" to "when signal is present and
clock is high" - the prototype was already made. Grumble.

Ed

Eg. Panasonic XP0431500L w/10K resistors, about 2mm square, but the
TC7SZ00 is cheaper.

http://www.semicon.panasonic.co.jp/ds/eng/SJJ00180BED.pdf



Best regards,
Spehro Pefhany
 
E

ehsjr

Jan 1, 1970
0
Spehro said:
Spehro said:
On Tue, 13 Mar 2007 17:51:42 GMT, the renowned ehsjr



Is there a 4 pin AND chip available?
Something like this:

+12 -----+
|
[R] (external)
|
+--- out
|
-----o----
| | |
| /c |
inA o---| |
| \e |
| | |
| | |
| /c |
inB o---| |
| \e |
| | |
-----o----
|
Gnd-------+

Ed


That would be a NAND gate, eh? And I imagine you'd want some base
resistors in most cases.

Yes NAND - it would be nice if the base resistors were in
the chip, but not required. Requirements changed from
"when signal is present" to "when signal is present and
clock is high" - the prototype was already made. Grumble.

Ed


Eg. Panasonic XP0431500L w/10K resistors, about 2mm square, but the
TC7SZ00 is cheaper.

http://www.semicon.panasonic.co.jp/ds/eng/SJJ00180BED.pdf

Nice. Thanks!

Ed
 
Top