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 ...
4
votes
2answers
286 views

Circuit Design book for programmers

I need a book that teaches circuit design that will be useful when programming microcontrollers. Usually when I join a project, before I can start programming any logic into the microcontroller, it ...
2
votes
3answers
77 views

How to think about digital circuit design

How does one go about thinking about designing digital logic chips in an abstract way? I'm currently working through "The Elements of Computing Systems" I'm in the first chapter, and I've implemented ...
1
vote
2answers
23 views

What's the point of OR-gate?

If you want to have 1 as an output if either of two inputs are 1, why don you need an IC gate when you can just connect two wires and have one output from them?
1
vote
2answers
1k views

Advice on logic circuits and serial communications

As far as I understand the serial port so far, transferring data is done over pin 3. As shown here: There are two things that make me uncomfortable about this. The first is that it seems to imply ...
0
votes
2answers
331 views

Digital Circuits Half/Full Adders

I am taking a Digital Circuits class in which we do not use a book, only lecture notes. In the section that covers adders I only have 2 small examples covering addition and subtraction of binary ...