Karali
Newbie level 1
- Joined
- Nov 22, 2012
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,295
Hello everybody,
I have a specific question to the following challenge:
There are seven resistors (R1, R2, ... , R7) which have one common node. Now I cut through those resistors depending on the desired binary code, e.g. when I cut the resistor R2 and R3 I get the following binary code: 0000110 with MSB = R7 and LSB = R1.
Now there are several solutions to read those values out. The simplest way is to measure the resistance of each resistor with respect to the common node with a multimeter. Since this is very impractical, I would like to contact those contact points all at once using eight contact spring probes and display the binary code as a decimal number using three 7-segment LEDs.
Now what would you recommend? I first started with a truth-table and then I wanted to simplify the problem using KV diagram until I noted that it is very extensive when you have seven input-variables... I already googelt and found out that when you want to use more than one 7-segment LED you have to mupliplex the whole circuit using a microcontroller, several logical building blocks, etc. and then you also have to program it.
Aren't there easier ways? e.g. only by using a 7-segment decoder and some logic gatters?!
Thank you in advance!
Regards,
Karali
I have a specific question to the following challenge:
There are seven resistors (R1, R2, ... , R7) which have one common node. Now I cut through those resistors depending on the desired binary code, e.g. when I cut the resistor R2 and R3 I get the following binary code: 0000110 with MSB = R7 and LSB = R1.
Now there are several solutions to read those values out. The simplest way is to measure the resistance of each resistor with respect to the common node with a multimeter. Since this is very impractical, I would like to contact those contact points all at once using eight contact spring probes and display the binary code as a decimal number using three 7-segment LEDs.
Now what would you recommend? I first started with a truth-table and then I wanted to simplify the problem using KV diagram until I noted that it is very extensive when you have seven input-variables... I already googelt and found out that when you want to use more than one 7-segment LED you have to mupliplex the whole circuit using a microcontroller, several logical building blocks, etc. and then you also have to program it.
Aren't there easier ways? e.g. only by using a 7-segment decoder and some logic gatters?!
Thank you in advance!
Regards,
Karali