Tagged Questions

8
votes
9answers
1k views

What's the best way to learn how to build circuits

I've always wanted to have a better understanding of what is happening at the hardware level. As a practical level, anything after compile equals 'magic' and I'd like to remedy that. I'd like to ...
7
votes
8answers
440 views

What is a good piece of low cost electronic kit for programming? [closed]

Now that systems are so powerful, there doesn't seem to be anything like the fun challenge of trying to get the most out of some 8-bit micro and with less than 64kb memory. Is there something (that ...
2
votes
5answers
354 views

Or gate using 2 NANDS

The diagrams I've seen for making an OR gate from a NAND gate use 3 NAND gates but if you have both inputs connected to both connectors of a NAND gate and then the output of this gate as inputs to ...
1
vote
0answers
58 views

HSPICE TNOM unit? C or K [closed]

What is the unit of TNOM in OPTIONS line of HSPICE? K or C?
0
votes
1answer
27 views

Making an overflow circuit [closed]

I have this controller, and it is off, when the pin is floating, and turns on when you connect anything to it (so ground, or 5V or anything). So how can I control this controller using a circuit?! ...
0
votes
1answer
193 views

Which program is the best for drawing electronic circuit schematics [closed]

I would like to use a program to draw electronic schematics. I would like to know which one is the best one for doing this, I mean, which one is the easiest and the most complete. With complete I mean ...
0
votes
0answers
161 views

How can I connect the KT3170 (The DTMF reciever) to USB (4bit data)?

This will be my first try at USB intefacing ! May I know how to transfer the data from pins : 11-15 of KT3170 IC to USB ? Data sheet : ...
-1
votes
1answer
501 views

LED Quix Buzzer Circuit With Logic Gates [closed]

I want to Make Simple a Quiz Buzzer Circuit With LED. e.g. I need LED instead of Buzzer. I don't need any reset Switch. I want to maximize the Use of Logic Gates in this Circuit. and Obviously no ...
-5
votes
1answer
408 views

How To Design 4 bit Binary Multiplier [closed]

hi i want to desin Multiplication is illustrated by the following example: Multiplicand: 1011 (11 b) Multiplier: × 1010 (10 b) ...