Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/26/08 03:54
Read: times


 
#161132 - The 8650 is a standard alarm clock IC
Responding to: ???'s previous message
The display is from an alarm clock and the IC that drove it was a complete alarm clock on a chip. I just want to use the display on its own with an 8051 driving it. I decoded it so I could use a lookup table, but in the end even to use a single segment I have a fundamental question.

Let's say you've got a board with two LED's on it but the LEDs have separate anodes and a common cathode. In order to control each LED separately you'll need to use the micro-controller to supply current to the correct anode. This is my first problem because I'm a beginner at this, I've only used the micro-controller ports to connect ground, not voltage to a device. Usually I have the voltage connected to the anode on an LED and then just have a port on the 8051 connect to ground and that's how I control it.

Then, assuming the above is possible and I can supply voltage to at least two pins via software, I already know how to connect the other pins to ground and can get it to work.

Eric's suggestion that I use a high side driver is probably a little over my head. But since he mentioned transistors I was also thinking that I could use a transistor as a relay to turn on voltage to each anode. Then I could use a port/pin on the micro to control the voltage to the correct anode via a transistor and use other ports to connect the correct cathode pin to ground. I've never used a transistor before except when plugging it into someone else's design, but maybe I could figure it out.

List of 40 messages in thread
TopicAuthorDate
Help with 4 digit LED 7 segment display            01/01/70 00:00      
   common cathode            01/01/70 00:00      
   Maybe it is a standard display            01/01/70 00:00      
      It's standard, but I can't find a spec sheet            01/01/70 00:00      
         an old-time part, perhaps?            01/01/70 00:00      
            The 8650 is a standard alarm clock IC            01/01/70 00:00      
               add up the forward voltages, adjust the resistors ...            01/01/70 00:00      
                  Diagram            01/01/70 00:00      
                     It's all up to you ...            01/01/70 00:00      
                        Too soon to start worrying about voltage            01/01/70 00:00      
                           Be careful ... you only have one of these ... right?            01/01/70 00:00      
                     beware            01/01/70 00:00      
                        Interesting concept            01/01/70 00:00      
                        Don't think so            01/01/70 00:00      
                           make a FULL schematic            01/01/70 00:00      
                              Of course            01/01/70 00:00      
                           Careful, now!            01/01/70 00:00      
                     Diagram mis-labeled, sorry            01/01/70 00:00      
   Please consider that....            01/01/70 00:00      
      Lookup table            01/01/70 00:00      
         'Ohm" it out            01/01/70 00:00      
            I don't see how            01/01/70 00:00      
               then forget transistors            01/01/70 00:00      
         2-Anode 12-Cathode Drive Diagram            01/01/70 00:00      
            Thanks            01/01/70 00:00      
   It works like this....            01/01/70 00:00      
      Vbe, not Vce            01/01/70 00:00      
         that was probably I who did that ... and you're right            01/01/70 00:00      
            Well...            01/01/70 00:00      
               take a close look            01/01/70 00:00      
               I doubt it            01/01/70 00:00      
                  Possibly a radio section too            01/01/70 00:00      
                  Crystals            01/01/70 00:00      
                     That C### is a capacitor number, I think            01/01/70 00:00      
      How about this?            01/01/70 00:00      
         use PNP at the high side            01/01/70 00:00      
         ...And get rid of the extra resistor in the...            01/01/70 00:00      
            Thanks. Time to test and draw            01/01/70 00:00      
               multimeter solution            01/01/70 00:00      
                  Similar to what I did            01/01/70 00:00      

Back to Subject List