|
EDIT: Just added a delay line of NOT gates to make sure the clock signal comes in after the DAC module updates (which means the counter is now in sync with the display)!
Hello again! This time I’ve got a different type of seven-segment display. This one has the counter on one end of the workspace, and the display on the other, with only two wires connecting them!
This is possible because of the Digital-to-Analog and Analog-to-Digital converters which were added in the latest EC update.
This circuit takes the binary code from the counter, converts it to analog, and sends it out along the main wire with the clock pulse on a separate wire.
Then, at the other side, the clock pulse meets up with the main signal, which in turn triggers the other converter, which takes the analog signal and converts it back into binary. The binary signal then goes to the seven-segment decoder, which takes the binary code and converts it to the seven-segment code which drives the display.
Just a little test that I’ve been wanting to do with the converters. Hope you like it!
|