When "designing" (well...) some things in digital electronics, I come accross some issues that were certainly solved before ;-)
1) When power is applied, you want that some things are reset before we can start. With a microcontroller this is easy, but how is that solved without using a microcontroller?
2) When an output goes from e.g. HIGH to LOW, I want to detect that (easy) and give a pulse, only a pulse, to another digital component. There are one-shot triggers, like the 74121, but that seems like a solution which requires quite come components? Isn't there a simple solution with a C, and R en a transistor for example?
3) Sometimes you just need to have a little delay, to make sure some input or output has become stable. Is this the easiest solution: from output X a resistor to input Y and from input Y a capacitor to ground (R/C nework)?
4) To create one-way traffic in signals between digital IC's, using a diode is the best option?
I think these are all pretty common design issues so you'd expect that there are simple solutions. In my solutions the number of parts "explodes" ;-)
1) When power is applied, you want that some things are reset before we can start. With a microcontroller this is easy, but how is that solved without using a microcontroller?
2) When an output goes from e.g. HIGH to LOW, I want to detect that (easy) and give a pulse, only a pulse, to another digital component. There are one-shot triggers, like the 74121, but that seems like a solution which requires quite come components? Isn't there a simple solution with a C, and R en a transistor for example?
3) Sometimes you just need to have a little delay, to make sure some input or output has become stable. Is this the easiest solution: from output X a resistor to input Y and from input Y a capacitor to ground (R/C nework)?
4) To create one-way traffic in signals between digital IC's, using a diode is the best option?
I think these are all pretty common design issues so you'd expect that there are simple solutions. In my solutions the number of parts "explodes" ;-)

