Utah, USA
Offline
Newbie
Karma: 0
Posts: 26
|
 |
« on: August 01, 2011, 10:08:38 pm » |
I'm trying to get used to reading data sheets. I have a 7 segment single digit display (Ledtech LC 8031-11). Are the segments usually labeled clockwise from the top ABCDEF with G being the middle horizontal segment? I'm not seeing anything on the data sheet that tells me anything.
A -- F | | B -- E | | C -- D
|
|
|
|
|
Logged
|
A bad day at the beach is better than a good day at work.
|
|
|
|
Toronto, Canada
Offline
Edison Member
Karma: 2
Posts: 1233
"Keep it R.E.I.L. - "Research, Experiment, Investigate and Learn"
|
 |
« Reply #1 on: August 01, 2011, 10:16:02 pm » |
I'm trying to get used to reading data sheets. I have a 7 segment single digit display (Ledtech LC 8031-11). Are the segments usually labeled clockwise from the top ABCDEF with G being the middle horizontal segment? Correct. The datasheet alway assume you know what is a , b , c ... The datasheet will tell yopu what pin is for which segments and it is a coomun anode or a commun cathode. And also the current and voltage of the segments. example : 1.8 V @ 10mA. And DONT forget the limiting resistors !!!
|
|
|
|
|
Logged
|
|
|
|
|
Utah, USA
Offline
Newbie
Karma: 0
Posts: 26
|
 |
« Reply #2 on: August 01, 2011, 10:36:29 pm » |
I'm going to assume that I will need a resistor for each segment. Correct?
|
|
|
|
|
Logged
|
A bad day at the beach is better than a good day at work.
|
|
|
|
Global Moderator
Boston area, metrowest
Offline
Brattain Member
Karma: 249
Posts: 16572
Available for Design & Build services
|
 |
« Reply #3 on: August 02, 2011, 12:38:55 am » |
Yes. a resister per segment.
|
|
|
|
|
Logged
|
|
|
|
|
Toronto, Canada
Offline
Edison Member
Karma: 2
Posts: 1233
"Keep it R.E.I.L. - "Research, Experiment, Investigate and Learn"
|
 |
« Reply #4 on: August 02, 2011, 10:54:23 am » |
I have a 7 segment single digit display (Ledtech LC 8031-11). I try to locate on the web the datasheet with no sucess. This display is a CA <-- Commun Anode or CC <-- Commun Cathode If CA, the CA goes to +5, if CC the CC goes to GND. To display them using the code digitalWrite( pin, LOW or HIGH ) is : use LOW with CA, or use HIGH with CC.
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Boston area, metrowest
Offline
Brattain Member
Karma: 249
Posts: 16572
Available for Design & Build services
|
 |
« Reply #5 on: August 02, 2011, 06:52:23 pm » |
I imagine you will find the part is very similar to 8041-11, different color perhaps. http://www.datasheetdir.com/LC8041-11+download
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Boston area, metrowest
Offline
Brattain Member
Karma: 249
Posts: 16572
Available for Design & Build services
|
 |
« Reply #6 on: August 02, 2011, 06:58:15 pm » |
|
|
|
|
|
Logged
|
|
|
|
|
Massachusetts, USA
Offline
Tesla Member
Karma: 98
Posts: 6389
|
 |
« Reply #7 on: August 02, 2011, 07:13:41 pm » |
I have a 7 segment single digit display (Ledtech LC 8031-11)
That model number is for a 17-segment alphanumeric display, not 7-segment. The datasheet shows the face of the display and what each of the 17 segments are called. Then it shows which pin goes to each segment.
|
|
|
|
|
Logged
|
|
|
|
|
Toronto, Canada
Offline
Edison Member
Karma: 2
Posts: 1233
"Keep it R.E.I.L. - "Research, Experiment, Investigate and Learn"
|
 |
« Reply #8 on: August 02, 2011, 08:45:00 pm » |
@CrossRoads I will use those sites for futures use. Thanks.  @johnwasser I notice the LC is a CC - Commun Cathode Alphanumeric display. So how can we help the PO Summerman ? I guess he is wondering how to connect the display. 17 pins... usage of shift registers.
|
|
|
|
|
Logged
|
|
|
|
|
Utah, USA
Offline
Newbie
Karma: 0
Posts: 26
|
 |
« Reply #9 on: August 04, 2011, 08:35:17 pm » |
I finally got it figured out and have it up and running. The Data sheet I pulled off the web is for a Ledtech single digit display with four models. I found a couple of different data sheets that had this one listed and the easiest one to use is a single page. There are several models on the page and the one I used to get what I needed was for the LC80X1-11 which I figured was the one I have. It took me a couple of nights putting the circuit together and taking it apart several times to finally get it figured out and working. This has given me some good learning on how use data sheets.
Another question I have is concerning the difference between a common cathode (LC80X1-11) and the common anode (LA80X1-11) type. I have a grab bag of these single digit displays of both types. I tried hooking one of the common anode types up but it isn't working. There must be a different way to hook those up than the common cathode types.
Thanks everyone for the input to this discussion. I sure appreciate the help.
|
|
|
|
« Last Edit: August 04, 2011, 08:43:26 pm by Summerman »
|
Logged
|
A bad day at the beach is better than a good day at work.
|
|
|
|
Massachusetts, USA
Offline
Tesla Member
Karma: 98
Posts: 6389
|
 |
« Reply #10 on: August 04, 2011, 08:43:32 pm » |
Another question I have is concerning the difference between a common cathode (LC80X1-11) and the common anode (LA80X1-11) type. I have a grab bag of these single digit displays of both types. I tried hooking one of the common anode types up but it isn't working. There must be a different way to hook those up than the common cathode types.
The difference is the direction the current flows through the LEDs. Each segment still connects through a resistor to a data pin. The Common is either tied to Ground (Common Cathode) and the segment lights when the output pin is HIGH or connected to +5 (Common Anode) and the segment lights when the output pin is LOW.
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Boston area, metrowest
Offline
Brattain Member
Karma: 249
Posts: 16572
Available for Design & Build services
|
 |
« Reply #11 on: August 04, 2011, 08:52:22 pm » |
This should answer your anode/cathode question. The logic part can be the arduino output, a shift register, etc.
|
|
|
|
|
Logged
|
|
|
|
|
Utah, USA
Offline
Newbie
Karma: 0
Posts: 26
|
 |
« Reply #12 on: August 04, 2011, 09:01:26 pm » |
Thanks. That works. I just need to play around with circuit and sketch to make sure I understand what is going on. Thanks for that explanation.
|
|
|
|
|
Logged
|
A bad day at the beach is better than a good day at work.
|
|
|
|
Utah, USA
Offline
Newbie
Karma: 0
Posts: 26
|
 |
« Reply #13 on: August 04, 2011, 09:29:11 pm » |
CrossRoads,
Thanks for the diagram.
Is that a shift register in the diagram?
|
|
|
|
|
Logged
|
A bad day at the beach is better than a good day at work.
|
|
|
|
Global Moderator
Boston area, metrowest
Offline
Brattain Member
Karma: 249
Posts: 16572
Available for Design & Build services
|
 |
« Reply #14 on: August 04, 2011, 09:54:37 pm » |
Yes, just happened to be on the diagram I started from. http://focus.ti.com/lit/ds/symlink/tpic6b595.pdfThe prior diagram would work with a 'normal' '595 ike 74HC595. The TPIC6B595 is open drain tho, so the outputs need pullup resisters. It would actually be hooked like this. Current to drive the segments comes from +5, not from the device.
|
|
|
|
|
Logged
|
|
|
|
|
|