RadioBanter

RadioBanter (https://www.radiobanter.com/)
-   Homebrew (https://www.radiobanter.com/homebrew/)
-   -   LED PIC based counter? (https://www.radiobanter.com/homebrew/22307-led-pic-based-counter.html)

Dale Parfitt February 11th 04 01:47 PM

LED PIC based counter?
 
Anyone know of a PIC based frequency counter using the low current 7 segment
readouts as in the Elecraft KX-1? Size, durability and I drain are the
important factors here- LCD displays are not an option.

Tnx,

Dale W4OP



Mike W February 11th 04 02:54 PM

On Wed, 11 Feb 2004 13:47:22 GMT, "Dale Parfitt"
wrote:

Anyone know of a PIC based frequency counter using the low current 7 segment
readouts as in the Elecraft KX-1? Size, durability and I drain are the
important factors here- LCD displays are not an option.

have a look at...
http://www.qsl.net/om3cph/om3cph.html
it may be what you are looking for

Mike W February 11th 04 02:54 PM

On Wed, 11 Feb 2004 13:47:22 GMT, "Dale Parfitt"
wrote:

Anyone know of a PIC based frequency counter using the low current 7 segment
readouts as in the Elecraft KX-1? Size, durability and I drain are the
important factors here- LCD displays are not an option.

have a look at...
http://www.qsl.net/om3cph/om3cph.html
it may be what you are looking for

Avery Fineman February 12th 04 12:42 AM

In article , "Dale Parfitt"
writes:

Anyone know of a PIC based frequency counter using the low current 7 segment
readouts as in the Elecraft KX-1? Size, durability and I drain are the
important factors here- LCD displays are not an option.


A problem there is finding an LED numeric display with low current
per segment or a driver capable of higher peak current for sequential
strobing of an array of LEDs. The only thing that I could recommend
is the miniature LED array with integral magnifying lens and filter that
HP made for their first scientific calculator, the HP-35.

In the HP 1979 Optoelectronic databook, the 5082-7200 series and
5082-7400 series have varying numeric character assemblies from
2 to 16 digits. The 5082-7240 is an 8-digit assembly "capable of
being driven by MOS circuits" (according to catalog text, apparently
in reference to calculator use). Average per segment current is
about 0.5 mA and peak current (for strobing array) is 5.0 mA. The
character height is 2.59mm by 1.52mm wide but magnified by the
integral plastic lens. I've stared at that HP-35 calculator display
long enough without eyestrain from the appearance (only headaches
from results not meeting expectations). Brightness is okay to use
in a well-lighted office environment but gets a bit dim outdoors in the
shade (such as a QRP outing?).

I don't know if they are made any more, couldn't get through the
Agilent-HP site to find them. Someone makes those little LED
numeric arrays now, used in hand-carried frequency counters.

A PIC would strobe segments and the program could be adjusted
to optimize the on-time duty cycle for a particular segment. In using
unmagnified LEDs, the average segment current is around 5 mA
minimum for sufficient brightness but that is variable depending on
the molded-in filtering for various colors (attenuates brightness).
Strobing would require higher peak currents.

Len Anderson
retired (from regular hours) electronic engineer person

Avery Fineman February 12th 04 12:42 AM

In article , "Dale Parfitt"
writes:

Anyone know of a PIC based frequency counter using the low current 7 segment
readouts as in the Elecraft KX-1? Size, durability and I drain are the
important factors here- LCD displays are not an option.


A problem there is finding an LED numeric display with low current
per segment or a driver capable of higher peak current for sequential
strobing of an array of LEDs. The only thing that I could recommend
is the miniature LED array with integral magnifying lens and filter that
HP made for their first scientific calculator, the HP-35.

In the HP 1979 Optoelectronic databook, the 5082-7200 series and
5082-7400 series have varying numeric character assemblies from
2 to 16 digits. The 5082-7240 is an 8-digit assembly "capable of
being driven by MOS circuits" (according to catalog text, apparently
in reference to calculator use). Average per segment current is
about 0.5 mA and peak current (for strobing array) is 5.0 mA. The
character height is 2.59mm by 1.52mm wide but magnified by the
integral plastic lens. I've stared at that HP-35 calculator display
long enough without eyestrain from the appearance (only headaches
from results not meeting expectations). Brightness is okay to use
in a well-lighted office environment but gets a bit dim outdoors in the
shade (such as a QRP outing?).

I don't know if they are made any more, couldn't get through the
Agilent-HP site to find them. Someone makes those little LED
numeric arrays now, used in hand-carried frequency counters.

A PIC would strobe segments and the program could be adjusted
to optimize the on-time duty cycle for a particular segment. In using
unmagnified LEDs, the average segment current is around 5 mA
minimum for sufficient brightness but that is variable depending on
the molded-in filtering for various colors (attenuates brightness).
Strobing would require higher peak currents.

Len Anderson
retired (from regular hours) electronic engineer person

Tim Wescott February 13th 04 01:44 AM

Hey! I think I have some of those. Since I'm never going to use them, I
suppose I could part with them.

But first the obligitory assesment of assumptions: Why are LCD displays not
an option? Could you drive an LCD from your PIC? I've seen info on this
from the LCD manufacturers; it looks quite doable from a PIC.

"Avery Fineman" wrote in message
...
In article , "Dale Parfitt"
writes:

Anyone know of a PIC based frequency counter using the low current 7

segment
readouts as in the Elecraft KX-1? Size, durability and I drain are the
important factors here- LCD displays are not an option.


A problem there is finding an LED numeric display with low current
per segment or a driver capable of higher peak current for sequential
strobing of an array of LEDs. The only thing that I could recommend
is the miniature LED array with integral magnifying lens and filter

that
HP made for their first scientific calculator, the HP-35.

In the HP 1979 Optoelectronic databook, the 5082-7200 series and
5082-7400 series have varying numeric character assemblies from
2 to 16 digits. The 5082-7240 is an 8-digit assembly "capable of
being driven by MOS circuits" (according to catalog text, apparently
in reference to calculator use). Average per segment current is
about 0.5 mA and peak current (for strobing array) is 5.0 mA. The
character height is 2.59mm by 1.52mm wide but magnified by the
integral plastic lens. I've stared at that HP-35 calculator display
long enough without eyestrain from the appearance (only headaches
from results not meeting expectations). Brightness is okay to use
in a well-lighted office environment but gets a bit dim outdoors in the
shade (such as a QRP outing?).

I don't know if they are made any more, couldn't get through the
Agilent-HP site to find them. Someone makes those little LED
numeric arrays now, used in hand-carried frequency counters.

A PIC would strobe segments and the program could be adjusted
to optimize the on-time duty cycle for a particular segment. In using
unmagnified LEDs, the average segment current is around 5 mA
minimum for sufficient brightness but that is variable depending on
the molded-in filtering for various colors (attenuates brightness).
Strobing would require higher peak currents.

Len Anderson
retired (from regular hours) electronic engineer person




Tim Wescott February 13th 04 01:44 AM

Hey! I think I have some of those. Since I'm never going to use them, I
suppose I could part with them.

But first the obligitory assesment of assumptions: Why are LCD displays not
an option? Could you drive an LCD from your PIC? I've seen info on this
from the LCD manufacturers; it looks quite doable from a PIC.

"Avery Fineman" wrote in message
...
In article , "Dale Parfitt"
writes:

Anyone know of a PIC based frequency counter using the low current 7

segment
readouts as in the Elecraft KX-1? Size, durability and I drain are the
important factors here- LCD displays are not an option.


A problem there is finding an LED numeric display with low current
per segment or a driver capable of higher peak current for sequential
strobing of an array of LEDs. The only thing that I could recommend
is the miniature LED array with integral magnifying lens and filter

that
HP made for their first scientific calculator, the HP-35.

In the HP 1979 Optoelectronic databook, the 5082-7200 series and
5082-7400 series have varying numeric character assemblies from
2 to 16 digits. The 5082-7240 is an 8-digit assembly "capable of
being driven by MOS circuits" (according to catalog text, apparently
in reference to calculator use). Average per segment current is
about 0.5 mA and peak current (for strobing array) is 5.0 mA. The
character height is 2.59mm by 1.52mm wide but magnified by the
integral plastic lens. I've stared at that HP-35 calculator display
long enough without eyestrain from the appearance (only headaches
from results not meeting expectations). Brightness is okay to use
in a well-lighted office environment but gets a bit dim outdoors in the
shade (such as a QRP outing?).

I don't know if they are made any more, couldn't get through the
Agilent-HP site to find them. Someone makes those little LED
numeric arrays now, used in hand-carried frequency counters.

A PIC would strobe segments and the program could be adjusted
to optimize the on-time duty cycle for a particular segment. In using
unmagnified LEDs, the average segment current is around 5 mA
minimum for sufficient brightness but that is variable depending on
the molded-in filtering for various colors (attenuates brightness).
Strobing would require higher peak currents.

Len Anderson
retired (from regular hours) electronic engineer person




xpyttl February 13th 04 03:18 AM

"Tim Wescott" wrote in message
...

But first the obligitory assesment of assumptions: Why are LCD displays

not
an option? Could you drive an LCD from your PIC? I've seen info on this
from the LCD manufacturers; it looks quite doable from a PIC.


I was wondering that myself. It's a whole bunch lower power than LEDs,
which seemed to be a requirement, and the circuitry is a pile simpler. The
one requirement he did have was "durability" that maybe you could argue LEDs
had a leg up on. Well, maybe with those teeny LED displays you could keep
the size smaller than an LCD, but I suspect you would more than make up for
it in drive circuitry, unless maybe he's thinking surface mount.

Oh, and driving an LCD is a piece of cake from a PIC.

...



xpyttl February 13th 04 03:18 AM

"Tim Wescott" wrote in message
...

But first the obligitory assesment of assumptions: Why are LCD displays

not
an option? Could you drive an LCD from your PIC? I've seen info on this
from the LCD manufacturers; it looks quite doable from a PIC.


I was wondering that myself. It's a whole bunch lower power than LEDs,
which seemed to be a requirement, and the circuitry is a pile simpler. The
one requirement he did have was "durability" that maybe you could argue LEDs
had a leg up on. Well, maybe with those teeny LED displays you could keep
the size smaller than an LCD, but I suspect you would more than make up for
it in drive circuitry, unless maybe he's thinking surface mount.

Oh, and driving an LCD is a piece of cake from a PIC.

...



Dale Parfitt February 13th 04 04:43 AM


"xpyttl" wrote in message
...
"Tim Wescott" wrote in message
...

But first the obligitory assesment of assumptions: Why are LCD displays

not
an option? Could you drive an LCD from your PIC? I've seen info on

this
from the LCD manufacturers; it looks quite doable from a PIC.


I was wondering that myself. It's a whole bunch lower power than LEDs,
which seemed to be a requirement, and the circuitry is a pile simpler.

The
one requirement he did have was "durability" that maybe you could argue

LEDs
had a leg up on. Well, maybe with those teeny LED displays you could keep
the size smaller than an LCD, but I suspect you would more than make up

for
it in drive circuitry, unless maybe he's thinking surface mount.

Oh, and driving an LCD is a piece of cake from a PIC.

..I appreciate all the comments. The glass cases of the LCD- aside from

being large, is a bit fragile. This is going in a very small trail ready
radio- that may have to survive falls from 3000' rock cliffs. Already lost
an LCD that way.

Dale W4OP






All times are GMT +1. The time now is 03:23 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
RadioBanter.com