How to read an equipment's 7 segment display

bertus

Joined Apr 5, 2008
22,921
Hello,

Is it a single display or are there more displays?
If there are more displays, they could be multiplexed.

Bertus
 

Thread Starter

RodSTAR

Joined Jan 3, 2008
15
Hello,

Is it a single display or are there more displays?
If there are more displays, they could be multiplexed.

Bertus
Hello Bertus,
It's a single digital display, so it's not multiplexed (Reply #6)
thx 4 asking.

Now, being Friday afternoon i'll start playing around with this stuff.
 

takao21203

Joined Apr 28, 2012
3,702
The signals might be static or not (means the actual led segments may not always be on). how about removing the display and put your own in place that you drive with a small controller?
 

BobTPH

Joined Jun 5, 2013
11,514
Why do we keep getting questions and answers when the problem is already solved?

The display is common cathode, not multiplexed. He is connecting to the digital outputs before the resistors, so the voltages will be 0V for ON 5V for OFF.

Bob
 

dannyf

Joined Sep 13, 2015
2,197
lots of possibilities. for example, you can put light sensors on the segments and read them that way.

or use different gpio pins do that.

shift registers can be used as well.

all depends on how complex this is, and how intrusive do you want to be.
 
Top