time-nuts@lists.febo.com

Discussion of precise time and frequency measurement

View all threads

Re: [time-nuts] wtd: WWVB info

CT
Clint Turner
Fri, Aug 7, 2015 10:30 PM

Hi Bob,

The use of the PIC for WWVB carrier/data detection was only ever
intended for use with a visual clock, thus uncertainty (e.g. lag, delay
or whatever you want to call it) was par for the course in the
implementation that I described.

On 8/7/2015 3:51 AM, time-nuts-request@febo.com wrote:

Hi

The gotcha with under sampling is the need for tight bandpass filters in front of the sampler. Narrow bandwidth always
equates to long delay. If the filters are analog (rather than digital) that delay will have drift and temperature sensitivity.
Both of those things are to be avoided (if possible) in a receiver intended for high accuracy use.

Bob

Neil, as for the link below, unfortunately that's not it.  The project
in question used the PIC's A/D converter to directly process the
signal.  This would rule out the PIC16F84 used in the link, below, as
that has no A/D capability.  I've looked some more and have still been
unable to find it:  I'm sure that it's on the Wayback Machine somewhere,
but things can be tricky to find if you don't already have a URL!

Clint,

Is this the design you are looking for?

http://webpages.charter.net/ekyle/WWVB.html

-Neil

I did see a mention of a "Tayloe" detector (or "QSD" - Quadrature
Sampling Detector) that might also be used to advantage in a project
like this.  As with A/D converters, they, too may be undersampled with
reasonable effect - Some of the readily-available SDR receiver kits do
this -  so it should be very practical to do something like the following:

  • Produce an audio/sine wave DDS in software using the PWM hardware in
    the processor (PIC, Arduino) at 4x the desired frequency using outboard
    low-pass filtering.
  • Slice it using the processor's onboard comparator or an outboard: Many
    PICs have comparators with outputs that may be made external.
  • Apply this sliced signal to a divide-by-four system or counter to
    produce the quadrature signal, or use the interrupt from the comparator
    have the processor produce a count on a pair of pins for a multi-channel
    analog switch.
  • Use a QSD (a.k.a. Tayloe) to yield "baseband" at/around DC.
  • Apply said baseband quadrature output to a pair of A/D inputs.  If the
    A/D's are sampled in quick succession compared to the detection
    bandwidth, reasonable balance could be maintained.

Again, the QSD could be operated at a fraction of the desired frequency
using undersampling techniques provided that the input was adequately
bandpass-filtered - but this would seem like overkill since
undersampling using the A/D converter could accomplish practically the
same thing and the quadrature channels (or Costas) be done in software.


Taking a different approach, one could feed the sine output (at audio
frequencies) to a plain-old 4046 VCO/PLL and multiply the audio
frequency to 4x the receive frequency (240 kHz for WWVB, 310 kHz for
DCF77, etc.) and then produce the quadrature clocks for a direct
conversion at-frequency, the advantage being that there would need not
be any particular bandpass filtering in front of the QSD - just standard
low-pass filtering - to produce the baseband/quadrature outputs.  The
phase/jitter incurred by the squaring/frequency multiplication would be
largely irrelevant in the long-term detection windows involved.

An audio-frequency DDS synthesizer with 32 bit accumulator resolution is
very easy to produce in software and with microHertz tuning resolution,
very fine phase control may be achieved in the long term:  I've used
PIC-based audio DDS generators referenced from stabilized oscillators to
produce references to synthesize VHF frequencies as well as discipline
VHF/UHF oscillators with excellent results - with special steps taken to
mitigate phase modulation issues - so such should be practical at 60 kHz
with trivial hardware.  (See links below for information on using audio
DDS techniques with respect to VHF oscillators.)

What would produce delay/uncertainty would be the necessary lowpass
filtering on the output of the QSD needed to limit the detection
bandwidth, but some of this could be mitigated with multiple windowed
detectors (in software), stable analog components and appropriate
characterization of the circuits involved.

It is probably fair to say that given the limited detection bandwidth
and, more importantly, the rather limited processing resources of a
low-end processor one will never quite achieve the same timing accuracy
that one might get with long-term correlation techniques to determine
the phase reversal of the original carrier down to the half-cycle -
minus propagational uncertainties, of course!

(One would have to be nuts to want to do all of this, but that's half of
the name of this group!)

73,

Clint
KA7OEI

References for using PIC-generated DDS audio signals as references for
VHF oscillators:

Hi Bob, The use of the PIC for WWVB carrier/data detection was only ever intended for use with a visual clock, thus uncertainty (e.g. lag, delay or whatever you want to call it) was par for the course in the implementation that I described. On 8/7/2015 3:51 AM, time-nuts-request@febo.com wrote: > Hi > > The gotcha with under sampling is the need for tight bandpass filters in front of the sampler. Narrow bandwidth always > equates to long delay. If the filters are analog (rather than digital) that delay will have drift and temperature sensitivity. > Both of those things are to be avoided (if possible) in a receiver intended for high accuracy use. > > Bob Neil, as for the link below, unfortunately that's not it. The project in question used the PIC's A/D converter to directly process the signal. This would rule out the PIC16F84 used in the link, below, as that has no A/D capability. I've looked some more and have still been unable to find it: I'm sure that it's on the Wayback Machine somewhere, but things can be tricky to find if you don't already have a URL! > Clint, > > Is this the design you are looking for? > > http://webpages.charter.net/ekyle/WWVB.html > > -Neil I did see a mention of a "Tayloe" detector (or "QSD" - Quadrature Sampling Detector) that might also be used to advantage in a project like this. As with A/D converters, they, too may be undersampled with reasonable effect - Some of the readily-available SDR receiver kits do this - so it should be very practical to do something like the following: - Produce an audio/sine wave DDS in software using the PWM hardware in the processor (PIC, Arduino) at 4x the desired frequency using outboard low-pass filtering. - Slice it using the processor's onboard comparator or an outboard: Many PICs have comparators with outputs that may be made external. - Apply this sliced signal to a divide-by-four system or counter to produce the quadrature signal, or use the interrupt from the comparator have the processor produce a count on a pair of pins for a multi-channel analog switch. - Use a QSD (a.k.a. Tayloe) to yield "baseband" at/around DC. - Apply said baseband quadrature output to a pair of A/D inputs. If the A/D's are sampled in quick succession compared to the detection bandwidth, reasonable balance could be maintained. Again, the QSD could be operated at a fraction of the desired frequency using undersampling techniques provided that the input was adequately bandpass-filtered - but this would seem like overkill since undersampling using the A/D converter could accomplish practically the same thing and the quadrature channels (or Costas) be done in software. * * * Taking a different approach, one could feed the sine output (at audio frequencies) to a plain-old 4046 VCO/PLL and multiply the audio frequency to 4x the receive frequency (240 kHz for WWVB, 310 kHz for DCF77, etc.) and then produce the quadrature clocks for a direct conversion at-frequency, the advantage being that there would need not be any particular bandpass filtering in front of the QSD - just standard low-pass filtering - to produce the baseband/quadrature outputs. The phase/jitter incurred by the squaring/frequency multiplication would be largely irrelevant in the long-term detection windows involved. An audio-frequency DDS synthesizer with 32 bit accumulator resolution is very easy to produce in software and with microHertz tuning resolution, very fine phase control may be achieved in the long term: I've used PIC-based audio DDS generators referenced from stabilized oscillators to produce references to synthesize VHF frequencies as well as discipline VHF/UHF oscillators with excellent results - with special steps taken to mitigate phase modulation issues - so such should be practical at 60 kHz with trivial hardware. (See links below for information on using audio DDS techniques with respect to VHF oscillators.) What would produce delay/uncertainty would be the necessary lowpass filtering on the output of the QSD needed to limit the detection bandwidth, but some of this could be mitigated with multiple windowed detectors (in software), stable analog components and appropriate characterization of the circuits involved. It is probably fair to say that given the limited detection bandwidth and, more importantly, the rather limited processing resources of a low-end processor one will never quite achieve the same timing accuracy that one might get with long-term correlation techniques to determine the phase reversal of the original carrier down to the half-cycle - minus propagational uncertainties, of course! (One would have to be nuts to want to do all of this, but that's half of the name of this group!) 73, Clint KA7OEI References for using PIC-generated DDS audio signals as references for VHF oscillators: - http://www.ka7oei.com/wxsat.html - http://utaharc.org/rptr/synchronous_62.html - using the same DDS techniques to discipline VCXOs.
D
Donald
Sat, Aug 8, 2015 3:33 AM

On 8/7/2015 4:30 PM, Clint Turner wrote:

( very detailed explanation snipped )

Thank You for your explanation, I had thought of this as well, but I do
not know enough to implement this.

Looking at the WWVB chips that were available, what might it take to
make a discrete version of those designs ??

Thanks

On 8/7/2015 4:30 PM, Clint Turner wrote: > ( very detailed explanation snipped ) Thank You for your explanation, I had thought of this as well, but I do not know enough to implement this. Looking at the WWVB chips that were available, what might it take to make a discrete version of those designs ?? Thanks
BC
Bob Camp
Sat, Aug 8, 2015 5:16 PM

HI

Discrete as in resistors and transistors or discrete as in “stuff plus an MCU”?

Bob

On Aug 7, 2015, at 11:33 PM, Donald donvukovic@gmail.com wrote:

On 8/7/2015 4:30 PM, Clint Turner wrote:

( very detailed explanation snipped )

Thank You for your explanation, I had thought of this as well, but I do not know enough to implement this.

Looking at the WWVB chips that were available, what might it take to make a discrete version of those designs ??

Thanks


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

HI Discrete as in resistors and transistors or discrete as in “stuff plus an MCU”? Bob > On Aug 7, 2015, at 11:33 PM, Donald <donvukovic@gmail.com> wrote: > > On 8/7/2015 4:30 PM, Clint Turner wrote: > > ( very detailed explanation snipped ) > > Thank You for your explanation, I had thought of this as well, but I do not know enough to implement this. > > Looking at the WWVB chips that were available, what might it take to make a discrete version of those designs ?? > > Thanks > > > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there.
PS
paul swed
Sun, Aug 9, 2015 4:20 PM

I looked at the site its the typical cmall board with everything on it.
Saves you the trouble of doing that very fine soldering.
No antenna.
Regards
Paul
WB8TSL

On Sat, Aug 8, 2015 at 1:16 PM, Bob Camp kb8tq@n1k.org wrote:

HI

Discrete as in resistors and transistors or discrete as in “stuff plus an
MCU”?

Bob

On Aug 7, 2015, at 11:33 PM, Donald donvukovic@gmail.com wrote:

On 8/7/2015 4:30 PM, Clint Turner wrote:

( very detailed explanation snipped )

Thank You for your explanation, I had thought of this as well, but I do

not know enough to implement this.

Looking at the WWVB chips that were available, what might it take to

make a discrete version of those designs ??

Thanks


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to

and follow the instructions there.


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

I looked at the site its the typical cmall board with everything on it. Saves you the trouble of doing that very fine soldering. No antenna. Regards Paul WB8TSL On Sat, Aug 8, 2015 at 1:16 PM, Bob Camp <kb8tq@n1k.org> wrote: > HI > > Discrete as in resistors and transistors or discrete as in “stuff plus an > MCU”? > > Bob > > > On Aug 7, 2015, at 11:33 PM, Donald <donvukovic@gmail.com> wrote: > > > > On 8/7/2015 4:30 PM, Clint Turner wrote: > > > ( very detailed explanation snipped ) > > > > Thank You for your explanation, I had thought of this as well, but I do > not know enough to implement this. > > > > Looking at the WWVB chips that were available, what might it take to > make a discrete version of those designs ?? > > > > Thanks > > > > > > _______________________________________________ > > time-nuts mailing list -- time-nuts@febo.com > > To unsubscribe, go to > https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > > and follow the instructions there. > > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to > https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there. >
BC
Bob Camp
Sun, Aug 9, 2015 6:01 PM

Hi

Like it or not, the world is going to BGA’s. Even the “fine pitch” leaded stuff
is slowly going away. You might or might not like soldering a fine pitch IC.
Doing a BGA at home - sorry, not for me. I doubt it’s on the “fun list” for
anybody else either. We had better all get used to the idea that a part on a
board is the “smallest unit of construction” for this or that project.

Thankfully the fine people far over the ocean seem to be able to put a part
on a board for less money than I can buy the raw part. They as a group also seem to
deliver a working (though maybe a bit messy) part every time I’ve got this or
that. Hook a couple boards up and poof instant project. Even mounted to a
board the stuff is still tiny. Unless you are doing a “wearable” project it’ll be
plenty small enough.

Go for the board, it’s the way you do a prototype these days !! That’s every bit as true
at work as it is at home ….

Bob

On Aug 9, 2015, at 12:20 PM, paul swed paulswedb@gmail.com wrote:

I looked at the site its the typical cmall board with everything on it.
Saves you the trouble of doing that very fine soldering.
No antenna.
Regards
Paul
WB8TSL

On Sat, Aug 8, 2015 at 1:16 PM, Bob Camp kb8tq@n1k.org wrote:

HI

Discrete as in resistors and transistors or discrete as in “stuff plus an
MCU”?

Bob

On Aug 7, 2015, at 11:33 PM, Donald donvukovic@gmail.com wrote:

On 8/7/2015 4:30 PM, Clint Turner wrote:

( very detailed explanation snipped )

Thank You for your explanation, I had thought of this as well, but I do

not know enough to implement this.

Looking at the WWVB chips that were available, what might it take to

make a discrete version of those designs ??

Thanks


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to

and follow the instructions there.


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

Hi Like it or not, the world is going to BGA’s. Even the “fine pitch” leaded stuff is slowly going away. You might or might not like soldering a fine pitch IC. Doing a BGA at home - sorry, not for me. I doubt it’s on the “fun list” for anybody else either. We had better all get used to the idea that a part on a board is the “smallest unit of construction” for this or that project. Thankfully the fine people far over the ocean seem to be able to put a part on a board for less money than I can buy the raw part. They as a group also seem to deliver a working (though maybe a bit messy) part every time I’ve got this or that. Hook a couple boards up and *poof* instant project. Even mounted to a board the stuff is still tiny. Unless you are doing a “wearable” project it’ll be plenty small enough. Go for the board, it’s the way you do a prototype these days !! That’s every bit as true at work as it is at home …. Bob > On Aug 9, 2015, at 12:20 PM, paul swed <paulswedb@gmail.com> wrote: > > I looked at the site its the typical cmall board with everything on it. > Saves you the trouble of doing that very fine soldering. > No antenna. > Regards > Paul > WB8TSL > > On Sat, Aug 8, 2015 at 1:16 PM, Bob Camp <kb8tq@n1k.org> wrote: > >> HI >> >> Discrete as in resistors and transistors or discrete as in “stuff plus an >> MCU”? >> >> Bob >> >>> On Aug 7, 2015, at 11:33 PM, Donald <donvukovic@gmail.com> wrote: >>> >>> On 8/7/2015 4:30 PM, Clint Turner wrote: >>>> ( very detailed explanation snipped ) >>> >>> Thank You for your explanation, I had thought of this as well, but I do >> not know enough to implement this. >>> >>> Looking at the WWVB chips that were available, what might it take to >> make a discrete version of those designs ?? >>> >>> Thanks >>> >>> >>> _______________________________________________ >>> time-nuts mailing list -- time-nuts@febo.com >>> To unsubscribe, go to >> https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts >>> and follow the instructions there. >> >> _______________________________________________ >> time-nuts mailing list -- time-nuts@febo.com >> To unsubscribe, go to >> https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts >> and follow the instructions there. >> > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there.
D
Donald
Sun, Aug 9, 2015 6:11 PM

On 8/8/2015 11:16 AM, Bob Camp wrote:

HI

Discrete as in resistors and transistors or discrete as in “stuff plus an MCU”?

To be clear(er):

This data sheet is one of a few receivers from a few vendors:
http://www.datasheetcatalog.com/datasheets_pdf/U/4/2/2/U4221B.shtml

Looking at the data sheet link shows the internals of the receiver chip.

This chip outputs the serial stream of the WWVB pwm data.

From there any MCU can decode that stream via bit-bang.

On 8/8/2015 11:16 AM, Bob Camp wrote: > HI > > Discrete as in resistors and transistors or discrete as in “stuff plus an MCU”? To be clear(er): This data sheet is one of a few receivers from a few vendors: http://www.datasheetcatalog.com/datasheets_pdf/U/4/2/2/U4221B.shtml Looking at the data sheet link shows the internals of the receiver chip. This chip outputs the serial stream of the WWVB pwm data. From there any MCU can decode that stream via bit-bang.
D
Donald
Sun, Aug 9, 2015 7:54 PM

On 8/9/2015 12:01 PM, Bob Camp wrote:
< snip >

Back to my original comment,  These boards and chips are no longer
available in the US.
From the UK I have purchased some older boards and they do work as
described.

After all the discussion, I guess WWVB is no longer a profitable market.
Buying boards from far away is all that's left.

Thanks to all that responded, I just take the easy (and costly) way out.

Don

On 8/9/2015 12:01 PM, Bob Camp wrote: < snip > Back to my original comment, These boards and chips are no longer available in the US. From the UK I have purchased some older boards and they do work as described. After all the discussion, I guess WWVB is no longer a profitable market. Buying boards from far away is all that's left. Thanks to all that responded, I just take the easy (and costly) way out. Don
BC
Bob Camp
Sun, Aug 9, 2015 8:16 PM

Hi

Ok, that’s a 20 year old IC. When it talks about doing WWVB, it’s talking about
the AM modulation format. It’s not talking about the new phase modulation approach.
These are the chips that probably will disappear completely once the chips for the newer format
show up.

Bob

On Aug 9, 2015, at 2:11 PM, Donald donvukovic@gmail.com wrote:

On 8/8/2015 11:16 AM, Bob Camp wrote:

HI

Discrete as in resistors and transistors or discrete as in “stuff plus an MCU”?

To be clear(er):

This data sheet is one of a few receivers from a few vendors:
http://www.datasheetcatalog.com/datasheets_pdf/U/4/2/2/U4221B.shtml

Looking at the data sheet link shows the internals of the receiver chip.

This chip outputs the serial stream of the WWVB pwm data.

From there any MCU can decode that stream via bit-bang.


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

Hi Ok, that’s a 20 year old IC. When it talks about doing WWVB, it’s talking about the AM modulation format. It’s not talking about the new phase modulation approach. These are the chips that probably will disappear completely once the chips for the newer format show up. Bob > On Aug 9, 2015, at 2:11 PM, Donald <donvukovic@gmail.com> wrote: > > On 8/8/2015 11:16 AM, Bob Camp wrote: >> HI >> >> Discrete as in resistors and transistors or discrete as in “stuff plus an MCU”? > To be clear(er): > > This data sheet is one of a few receivers from a few vendors: > http://www.datasheetcatalog.com/datasheets_pdf/U/4/2/2/U4221B.shtml > > Looking at the data sheet link shows the internals of the receiver chip. > > This chip outputs the serial stream of the WWVB pwm data. > > From there any MCU can decode that stream via bit-bang. > > > > > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there.
TV
Tom Van Baak
Sun, Aug 9, 2015 8:20 PM

This data sheet is one of a few receivers from a few vendors:
http://www.datasheetcatalog.com/datasheets_pdf/U/4/2/2/U4221B.shtml

Looking at the data sheet link shows the internals of the receiver chip.

This chip outputs the serial stream of the WWVB pwm data.

From there any MCU can decode that stream via bit-bang.

Hi Don,

About the U4221B -- that TEMIC series was widely used in WWVB receivers 15 to 20 years ago. The problem for many hobbyists today is that these very nice chips have long since been out of production. Note the May '96 date on the datasheet.

I figure there minimal low-volume demand -- just not enough WWVB hobbyists in the world. And for high-volume -- companies like Sony, Seiko, Casio, and Junghans typically roll their own chips, one where they can fully integrate the receiver into the single IC that does everything else: clock, calendar, display, subcode decode, motor control, power management (solar charge).

WWVB RCC (radio controlled clocks) and watches have evolved -- many companies now offer "multi-band" clocks that automatically handle all the world-wide LF broadcasts (WWVB,JJY40/60,MSF,DCF77). This further lowers the market demand for a WWVB-only plain receiver IC.

Under my http://leapsecond.com/pages/sony-wwvb/ page is a full set of vintage Temic datasheets:

http://leapsecond.com/pages/sony-wwvb/U4221B-96.pdf
http://leapsecond.com/pages/sony-wwvb/U4223B-97.pdf
http://leapsecond.com/pages/sony-wwvb/U4224B-98.pdf
http://leapsecond.com/pages/sony-wwvb/T4225B-96.pdf
http://leapsecond.com/pages/sony-wwvb/U4226B-98.pdf
http://leapsecond.com/pages/sony-wwvb/

And lastly, this old Temic time code document is a must-read for anyone playing with RC clocks:

http://leapsecond.com/pages/sony-wwvb/timeco-97.pdf

/tvb

> This data sheet is one of a few receivers from a few vendors: > http://www.datasheetcatalog.com/datasheets_pdf/U/4/2/2/U4221B.shtml > > Looking at the data sheet link shows the internals of the receiver chip. > > This chip outputs the serial stream of the WWVB pwm data. > > From there any MCU can decode that stream via bit-bang. Hi Don, About the U4221B -- that TEMIC series was widely used in WWVB receivers 15 to 20 years ago. The problem for many hobbyists today is that these very nice chips have long since been out of production. Note the May '96 date on the datasheet. I figure there minimal low-volume demand -- just not enough WWVB hobbyists in the world. And for high-volume -- companies like Sony, Seiko, Casio, and Junghans typically roll their own chips, one where they can fully integrate the receiver into the single IC that does everything else: clock, calendar, display, subcode decode, motor control, power management (solar charge). WWVB RCC (radio controlled clocks) and watches have evolved -- many companies now offer "multi-band" clocks that automatically handle all the world-wide LF broadcasts (WWVB,JJY40/60,MSF,DCF77). This further lowers the market demand for a WWVB-only plain receiver IC. Under my http://leapsecond.com/pages/sony-wwvb/ page is a full set of vintage Temic datasheets: http://leapsecond.com/pages/sony-wwvb/U4221B-96.pdf http://leapsecond.com/pages/sony-wwvb/U4223B-97.pdf http://leapsecond.com/pages/sony-wwvb/U4224B-98.pdf http://leapsecond.com/pages/sony-wwvb/T4225B-96.pdf http://leapsecond.com/pages/sony-wwvb/U4226B-98.pdf http://leapsecond.com/pages/sony-wwvb/ And lastly, this old Temic time code document is a must-read for anyone playing with RC clocks: http://leapsecond.com/pages/sony-wwvb/timeco-97.pdf /tvb
BC
Bob Camp
Sun, Aug 9, 2015 9:02 PM

Hi

Maybe a little more on “why demodulate the phase mod?”.

  1. The signal to noise of the recovered data stream will be significantly
    better with the phase mod data. The NIST paper is correct about that.
    That alone makes it a neat thing.

  2. The interference rejection of the phase mod approach is better. This
    is a bigger deal in some parts of the country than others. Night time MSF rejection
    is not easy here in the Northeast ...

  3. You need to demodulate (to some degree) the phase mod to implement
    a “frequency reference” receiver. All the fine old ones no longer work directly
    with the current WWVB signal.

  4. There is more information in the phase mod signal than in the AM modulation
    data stream. It would be fun / useful  to have access to that data.

  5. The last crop of precision receivers came out several decades ago. There
    are a lot of things you could try today that simply did not make (economic) sense
    back then. Propagation prediction based on location, season, and time of day would be
    pretty high up on that list.

  6. A whole lot has happened in the world of amateur SDR that could apply to this sort
    of receiver. This is at the “cheap and slow” end of the world. That makes applying
    a digital radio a whole lot easier than at microwaves.

  7. A lot of us grew up with phase comparison (either WWVB or Loran-C) as
    a method of calibrating / evaluating frequency standards. It’s a technique that
    is know to work. It may not be of interest to the word at large. It is of interest
    to a number of people here on the list.

  8. You might learn something by building a receiver like this. Can you detect
    the phase transitions to X,XXX us or to XX.X ns? who knows. Can you better
    catch cycle slips with the help of the phase mod? Again, unknown until the
    receiver is up and running.

  9. GPSDO’s are an outgrowth of the original WWVB ( or more generaly VLF)
    disciplined standards. We (or at least I) now have piles of these GPSDO things
    taking up room in the front hall. They are getting pretty cheap. Using some of
    what has been learned in that arena (and some of the hardware) to improve a
    WWVB approach is a real possibility.

  10. Since GPSDO’s are all over the place. You can use one as a reference
    for a lot of the development of a WWVB device. We don’t all have to move into
    Tom’s basement and “borrow” the H-Maser signal in order to get one going.

Bottom line it’s a “basement compatible” project. It’s not massively expensive. It
does not require “nutty” levels of instrumentation. You can go as far as you desire
towards the full list of bells and whistles. Compared to other “Time Nut” grade projects
it’s towards the simple end of the list. (Consider that home built H-Masers, DIY Rb’s,
Ion clocks, and Cs fountains have been suggested in the past). It’s a lot of work and
by no means trivial to do. I’d say it’s worth trying.

Bob

On Aug 9, 2015, at 3:54 PM, Donald donvukovic@gmail.com wrote:

On 8/9/2015 12:01 PM, Bob Camp wrote:
< snip >

Back to my original comment,  These boards and chips are no longer available in the US.
From the UK I have purchased some older boards and they do work as described.

After all the discussion, I guess WWVB is no longer a profitable market.
Buying boards from far away is all that's left.

Thanks to all that responded, I just take the easy (and costly) way out.

Don


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

Hi Maybe a little more on “why demodulate the phase mod?”. 1) The signal to noise of the recovered data stream will be significantly better with the phase mod data. The NIST paper is correct about that. That alone makes it a neat thing. 2) The interference rejection of the phase mod approach is better. This is a bigger deal in some parts of the country than others. Night time MSF rejection is not easy here in the Northeast ... 3) You need to demodulate (to some degree) the phase mod to implement a “frequency reference” receiver. All the fine old ones no longer work directly with the current WWVB signal. 4) There is more information in the phase mod signal than in the AM modulation data stream. It would be fun / useful to have access to that data. 5) The last crop of precision receivers came out several decades ago. There are a *lot* of things you could try today that simply did not make (economic) sense back then. Propagation prediction based on location, season, and time of day would be pretty high up on that list. 6) A whole lot has happened in the world of amateur SDR that *could* apply to this sort of receiver. This is at the “cheap and slow” end of the world. That makes applying a digital radio a whole lot easier than at microwaves. 7) A lot of us grew up with phase comparison (either WWVB or Loran-C) as a method of calibrating / evaluating frequency standards. It’s a technique that is know to work. It may not be of interest to the word at large. It is of interest to a number of people here on the list. 8) You might learn something by building a receiver like this. Can you detect the phase transitions to X,XXX us or to XX.X ns? who knows. Can you better catch cycle slips with the help of the phase mod? Again, unknown until the receiver is up and running. 9) GPSDO’s are an outgrowth of the original WWVB ( or more generaly VLF) disciplined standards. We (or at least I) now have piles of these GPSDO things taking up room in the front hall. They are getting pretty cheap. Using some of what has been learned in that arena (and some of the hardware) to improve a WWVB approach is a real possibility. 10) Since GPSDO’s are all over the place. You *can* use one as a reference for a lot of the development of a WWVB device. We don’t all have to move into Tom’s basement and “borrow” the H-Maser signal in order to get one going. Bottom line it’s a “basement compatible” project. It’s not massively expensive. It does not require “nutty” levels of instrumentation. You can go as far as you desire towards the full list of bells and whistles. Compared to other “Time Nut” grade projects it’s towards the simple end of the list. (Consider that home built H-Masers, DIY Rb’s, Ion clocks, and Cs fountains have been suggested in the past). It’s a *lot* of work and by no means trivial to do. I’d say it’s worth trying. Bob > On Aug 9, 2015, at 3:54 PM, Donald <donvukovic@gmail.com> wrote: > > On 8/9/2015 12:01 PM, Bob Camp wrote: > < snip > > > Back to my original comment, These boards and chips are no longer available in the US. > From the UK I have purchased some older boards and they do work as described. > > After all the discussion, I guess WWVB is no longer a profitable market. > Buying boards from far away is all that's left. > > Thanks to all that responded, I just take the easy (and costly) way out. > > Don > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there.
D
Donald
Sun, Aug 9, 2015 10:56 PM

On 8/9/2015 2:16 PM, Bob Camp wrote:

Hi

Ok, that’s a 20 year old IC. When it talks about doing WWVB, it’s talking about
the AM modulation format. It’s not talking about the new phase modulation approach.
These are the chips that probably will disappear completely once the chips for the newer format show up.

This has been discussed on time-nuts before:
https://www.febo.com/pipermail/time-nuts/2014-July/085445.html

A few months ago I too contacted Everset about getting some chips.

So over a year has passed and the new chips are not available.

Which is why asked for a "simple receiver",

Another discussion talks about the patent Everset has, I do not think
others will be joining the party.

The chip I chose is one of many 20 year old chips.
Except the Everset chip, there have been no new chips developed in over
20 years.

As they say in the old country, "Oh well"

On 8/9/2015 2:16 PM, Bob Camp wrote: > Hi > > Ok, that’s a 20 year old IC. When it talks about doing WWVB, it’s talking about > the AM modulation format. It’s not talking about the new phase modulation approach. > These are the chips that probably will disappear completely once the chips for the newer format show up. This has been discussed on time-nuts before: https://www.febo.com/pipermail/time-nuts/2014-July/085445.html A few months ago I too contacted Everset about getting some chips. So over a year has passed and the new chips are not available. Which is why asked for a "simple receiver", Another discussion talks about the patent Everset has, I do not think others will be joining the party. The chip I chose is one of many 20 year old chips. Except the Everset chip, there have been no new chips developed in over 20 years. As they say in the old country, "Oh well"
BC
Bob Camp
Sun, Aug 9, 2015 11:33 PM

Hi

If you never have tried to keep an IC in production, there are some basic things
that may not be very obvious:

  1. Chip geometries shrink fast. A 4 year old production geometry is essentialy obsolete.
  2. Manufacturing lines either are retired or re-tooled to the new rules on a regular basis
    a line that is still running the same process and gear it had 4-6 years ago is a rarity.
  3. Digital stuff shrinks with some fairly simple rules. You still pay (big) bucks to
    re-tool the masks for the new process. That phone call comes in about every 4 years.
  4. Analog stuff does not shrink with simple rules. You re-model and (effectively)
    redesign the part each time you change process. Add that on top of the charges
    for the digital process.

You would think that keeping an old like open would make sense. Basic math
unfortunately is not on your side. Make 1/10 as many chips on that line (and 1/10 the
batch sizes) and the cost goes through the roof. That’s fine for those who can afford
to pay $100 for a chip that used to cost $2. For the rest of us, not so good a solution.

No matter how cool all the design rules get, you still have to go dice the wafer. That’s a
process that does not shrink much with time.  There is a minimum size they can dice a wafer
down to. The same ~1 mm x 1 mm rule works today that worked back in 1970. If you have a
function that uses one gate, it’s still going to be on a minimum sized die.

The new process costs less per transistor than the old process. It probably costs more per square
yard of silicon. A chip that made sense at some number of devices on the old process makes
more sense at 4X that number of devices on the new process. Effectively you get a bunch
more capability for free on a minimum sized die.

A consumer IC will sell in the “> thousands per day” range at it’s peak. A successful IC will sell
at a 10X multiple past that. That’s what gets the prices down to the level that we get used
to seeing. Drop back to  <50K a year and you get a phone call from the foundry about “last
time buy”.

Can you move your gizmo to a new foundary when you get that call? Sure you can. Expect
to pay for new masks and all the modeling runs that go with them. There’s a couple of bucks
onto the price of each IC you make.

If you are selling into a cost sensitive application, (and who isn’t), the expectation is that the price
of components comes down at a fairly steep rate every quarter (or at least every year). Start bumping
the price up and your customer is going to look for an alternative. Down goes volume some more.

None of this even begins to get into the test and quality assurance part of keeping an IC going. It
also does not look at things like field support, inventory, and marketing. None of those things are
free.

That all seems a bit much. It’s not. I’ve been in the middle of a lot of these phone calls
over the years. There’s been a lot of money spent on new masks and redesigns. The amazing
thing is not that IC’s go out of production on a regular basis. The amazing thing is that any of them
stay IN production for more than 8 or 10 years.

The net result is pretty much always that the simple old devices get replaced with ever more
complex new alternatives. The new ones may be harder to find for a basement hobbyist . The guys
who use them in volume know right were to get them. The volume of basic IC’s has been dropping
for years and will continue to do so. (That’s in pieces, in dollars … wow!)

Bob

On Aug 9, 2015, at 4:20 PM, Tom Van Baak tvb@LeapSecond.com wrote:

This data sheet is one of a few receivers from a few vendors:
http://www.datasheetcatalog.com/datasheets_pdf/U/4/2/2/U4221B.shtml

Looking at the data sheet link shows the internals of the receiver chip.

This chip outputs the serial stream of the WWVB pwm data.

From there any MCU can decode that stream via bit-bang.

Hi Don,

About the U4221B -- that TEMIC series was widely used in WWVB receivers 15 to 20 years ago. The problem for many hobbyists today is that these very nice chips have long since been out of production. Note the May '96 date on the datasheet.

I figure there minimal low-volume demand -- just not enough WWVB hobbyists in the world. And for high-volume -- companies like Sony, Seiko, Casio, and Junghans typically roll their own chips, one where they can fully integrate the receiver into the single IC that does everything else: clock, calendar, display, subcode decode, motor control, power management (solar charge).

WWVB RCC (radio controlled clocks) and watches have evolved -- many companies now offer "multi-band" clocks that automatically handle all the world-wide LF broadcasts (WWVB,JJY40/60,MSF,DCF77). This further lowers the market demand for a WWVB-only plain receiver IC.

Under my http://leapsecond.com/pages/sony-wwvb/ page is a full set of vintage Temic datasheets:

http://leapsecond.com/pages/sony-wwvb/U4221B-96.pdf
http://leapsecond.com/pages/sony-wwvb/U4223B-97.pdf
http://leapsecond.com/pages/sony-wwvb/U4224B-98.pdf
http://leapsecond.com/pages/sony-wwvb/T4225B-96.pdf
http://leapsecond.com/pages/sony-wwvb/U4226B-98.pdf
http://leapsecond.com/pages/sony-wwvb/

And lastly, this old Temic time code document is a must-read for anyone playing with RC clocks:

http://leapsecond.com/pages/sony-wwvb/timeco-97.pdf

/tvb


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

Hi If you never have tried to keep an IC in production, there are some basic things that may not be very obvious: 1) Chip geometries shrink fast. A 4 year old production geometry is essentialy obsolete. 2) Manufacturing lines either are retired or re-tooled to the new rules on a regular basis a line that is still running the same process and gear it had 4-6 years ago is a rarity. 3) Digital stuff shrinks with some fairly simple rules. You still pay (big) bucks to re-tool the masks for the new process. That phone call comes in about every 4 years. 4) Analog stuff does not shrink with simple rules. You re-model and (effectively) redesign the part each time you change process. Add that on top of the charges for the digital process. You would *think* that keeping an old like open would make sense. Basic math unfortunately is not on your side. Make 1/10 as many chips on that line (and 1/10 the batch sizes) and the cost goes through the roof. That’s fine for those who can afford to pay $100 for a chip that used to cost $2. For the rest of us, not so good a solution. No matter how cool all the design rules get, you still have to go dice the wafer. That’s a process that does not shrink much with time. There is a minimum size they can dice a wafer down to. The same ~1 mm x 1 mm rule works today that worked back in 1970. If you have a function that uses one gate, it’s still going to be on a minimum sized die. The new process costs less per transistor than the old process. It probably costs more per square yard of silicon. A chip that made sense at some number of devices on the old process makes more sense at 4X that number of devices on the new process. Effectively you get a bunch more capability for free on a minimum sized die. A consumer IC will sell in the “> thousands per day” range at it’s peak. A successful IC will sell at a 10X multiple past that. That’s what gets the prices down to the level that we get used to seeing. Drop back to <50K a year and you get a phone call from the foundry about “last time buy”. Can you move your gizmo to a new foundary when you get that call? Sure you can. Expect to pay for new masks and all the modeling runs that go with them. There’s a couple of bucks onto the price of each IC you make. If you are selling into a cost sensitive application, (and who isn’t), the expectation is that the price of components comes down at a fairly steep rate every quarter (or at least every year). Start bumping the price up and your customer is going to look for an alternative. Down goes volume some more. None of this even begins to get into the test and quality assurance part of keeping an IC going. It also does not look at things like field support, inventory, and marketing. None of those things are free. That all seems a bit much. It’s not. I’ve been in the middle of a *lot* of these phone calls over the years. There’s been a lot of money spent on new masks and redesigns. The amazing thing is not that IC’s go out of production on a regular basis. The amazing thing is that any of them stay IN production for more than 8 or 10 years. The net result is pretty much always that the simple old devices get replaced with ever more complex new alternatives. The new ones may be harder to find for a basement hobbyist . The guys who use them in volume know right were to get them. The volume of basic IC’s has been dropping for years and will continue to do so. (That’s in pieces, in dollars … wow!) Bob > On Aug 9, 2015, at 4:20 PM, Tom Van Baak <tvb@LeapSecond.com> wrote: > >> This data sheet is one of a few receivers from a few vendors: >> http://www.datasheetcatalog.com/datasheets_pdf/U/4/2/2/U4221B.shtml >> >> Looking at the data sheet link shows the internals of the receiver chip. >> >> This chip outputs the serial stream of the WWVB pwm data. >> >> From there any MCU can decode that stream via bit-bang. > > Hi Don, > > About the U4221B -- that TEMIC series was widely used in WWVB receivers 15 to 20 years ago. The problem for many hobbyists today is that these very nice chips have long since been out of production. Note the May '96 date on the datasheet. > > I figure there minimal low-volume demand -- just not enough WWVB hobbyists in the world. And for high-volume -- companies like Sony, Seiko, Casio, and Junghans typically roll their own chips, one where they can fully integrate the receiver into the single IC that does everything else: clock, calendar, display, subcode decode, motor control, power management (solar charge). > > WWVB RCC (radio controlled clocks) and watches have evolved -- many companies now offer "multi-band" clocks that automatically handle all the world-wide LF broadcasts (WWVB,JJY40/60,MSF,DCF77). This further lowers the market demand for a WWVB-only plain receiver IC. > > Under my http://leapsecond.com/pages/sony-wwvb/ page is a full set of vintage Temic datasheets: > > http://leapsecond.com/pages/sony-wwvb/U4221B-96.pdf > http://leapsecond.com/pages/sony-wwvb/U4223B-97.pdf > http://leapsecond.com/pages/sony-wwvb/U4224B-98.pdf > http://leapsecond.com/pages/sony-wwvb/T4225B-96.pdf > http://leapsecond.com/pages/sony-wwvb/U4226B-98.pdf > http://leapsecond.com/pages/sony-wwvb/ > > And lastly, this old Temic time code document is a must-read for anyone playing with RC clocks: > > http://leapsecond.com/pages/sony-wwvb/timeco-97.pdf > > /tvb > > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there.
BC
Bob Camp
Sun, Aug 9, 2015 11:40 PM

Hi

On Aug 9, 2015, at 6:56 PM, Donald donvukovic@gmail.com wrote:

On 8/9/2015 2:16 PM, Bob Camp wrote:

Hi

Ok, that’s a 20 year old IC. When it talks about doing WWVB, it’s talking about
the AM modulation format. It’s not talking about the new phase modulation approach.
These are the chips that probably will disappear completely once the chips for the newer format show up.

This has been discussed on time-nuts before:
https://www.febo.com/pipermail/time-nuts/2014-July/085445.html

A few months ago I too contacted Everset about getting some chips.

So over a year has passed and the new chips are not available.

Which is why asked for a "simple receiver",

Another discussion talks about the patent Everset has, I do not think others will be joining the party.

The chip I chose is one of many 20 year old chips.
Except the Everset chip, there have been no new chips developed in over 20 years.

I have a watch on my wrist and a clock on the wall. Both synch to WWVB. They use chips to do this.
The silicon in the watch came out about 4 years ago. The chip in the clock is about 7 years old.
The watch chip is now obsolete and has been replaced by a newer one. I have not taken a hammer
to a newer clock to see what they are now using. New chips for WWVB are very much being actively
designed all the time. They integrate a lot of functions in the chip beyond a simple receiver.

Bob

As they say in the old country, "Oh well"


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

Hi > On Aug 9, 2015, at 6:56 PM, Donald <donvukovic@gmail.com> wrote: > > On 8/9/2015 2:16 PM, Bob Camp wrote: >> Hi >> >> Ok, that’s a 20 year old IC. When it talks about doing WWVB, it’s talking about >> the AM modulation format. It’s not talking about the new phase modulation approach. >> These are the chips that probably will disappear completely once the chips for the newer format show up. > > This has been discussed on time-nuts before: > https://www.febo.com/pipermail/time-nuts/2014-July/085445.html > > A few months ago I too contacted Everset about getting some chips. > > So over a year has passed and the new chips are not available. > > Which is why asked for a "simple receiver", > > Another discussion talks about the patent Everset has, I do not think others will be joining the party. > > The chip I chose is one of many 20 year old chips. > Except the Everset chip, there have been no new chips developed in over 20 years. I have a watch on my wrist and a clock on the wall. Both synch to WWVB. They use chips to do this. The silicon in the watch came out about 4 years ago. The chip in the clock is about 7 years old. The watch chip is now obsolete and has been replaced by a newer one. I have not taken a hammer to a newer clock to see what they are now using. New chips for WWVB are very much being actively designed all the time. They integrate a *lot* of functions in the chip beyond a simple receiver. Bob > > As they say in the old country, "Oh well" > > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there.
JL
Jim Lux
Mon, Aug 10, 2015 1:11 AM

On 8/9/15 4:33 PM, Bob Camp wrote:

Hi

If you never have tried to keep an IC in production, there are some basic things
that may not be very obvious:

<snip>

There's always Rochester Electronics.. "leaders in the trailing edge"
(no kidding, that's their slogan)..

They buy old fabs, masks, etc, and keep producing small runs of older
parts.  For a price.

At some point, multiproject wafers (like MOSIS) might become a hobby
product.  So far, it's in the "several kilobuck" minimum purchase, and,
as well, the tools aren't easy to come by. Or, more properly, good
design tools are expensive, tedious design tools are free.. you CAN
layout an IC for MOSIS with a ruler and and a quadrille pad.. get your
copy of Carver and Mead and have at it)

For digital stuff, small boards with FPGAs or microcontrollers on them
are probably the sweet spot for small runs.

The same is not true for analog.

On 8/9/15 4:33 PM, Bob Camp wrote: > Hi > > If you never have tried to keep an IC in production, there are some basic things > that may not be very obvious: > > <snip> There's always Rochester Electronics.. "leaders in the trailing edge" (no kidding, that's their slogan).. They buy old fabs, masks, etc, and keep producing small runs of older parts. For a price. At some point, multiproject wafers (like MOSIS) might become a hobby product. So far, it's in the "several kilobuck" minimum purchase, and, as well, the tools aren't easy to come by. Or, more properly, good design tools are expensive, tedious design tools are free.. you CAN layout an IC for MOSIS with a ruler and and a quadrille pad.. get your copy of Carver and Mead and have at it) For digital stuff, small boards with FPGAs or microcontrollers on them are probably the sweet spot for small runs. The same is not true for analog.
D
Donald
Mon, Aug 10, 2015 2:38 AM

I wish to thank you all for the information presented here about WWVB
receivers.

A few years ago I had been building some LED clocks for friends, more
art then electronics.
Those clocks had a WWVB receiver I got from Digikey.

Today I am re-visiting those clocks as Word Clocks.
Letters instead of numbers forming words, I am sure you have seen them
around.

People keep saying there are WWVB chips available, but I can not find
any chips.
When I ask for information about these chips, no response.
I have asked about discrete designs and Digital designs, no response.
I am not able to design these myself. So any tangible information would
help.

Ok, I can not get chips/modules here in the US.
I do find modules from Europe and China.

I am in Boulder, Colorado.
This is where Sparkfun is located.
I asked them about the receiver modules they had carried for years,
They said they can not get them any more, OK.

But why ?

Nobody knows.

Digikey won't even answer my emails about them.

I had asked a China manufacture for 2 units, but they can not sell me 2
units.
But if I buy 20 units (I would be a manufacture) then they can sell them
to me.

So, bottom line.

I can only get modules from Europe/China at $20 each.

OK.

If I have come across too <pick your favorite term>, I apologize.

I thought this would be a simple question with a simple answer.

On another note, I have found a WiFi module for $3.00 and I can connect
to an NNTP server.
ESP-8266, if you need a serial to WiFi connection.

I will re-start my project with a new direction.

Thank You for your response.

Don

I wish to thank you all for the information presented here about WWVB receivers. A few years ago I had been building some LED clocks for friends, more art then electronics. Those clocks had a WWVB receiver I got from Digikey. Today I am re-visiting those clocks as Word Clocks. Letters instead of numbers forming words, I am sure you have seen them around. People keep saying there are WWVB chips available, but I can not find any chips. When I ask for information about these chips, no response. I have asked about discrete designs and Digital designs, no response. I am not able to design these myself. So any tangible information would help. Ok, I can not get chips/modules here in the US. I do find modules from Europe and China. I am in Boulder, Colorado. This is where Sparkfun is located. I asked them about the receiver modules they had carried for years, They said they can not get them any more, OK. But why ? Nobody knows. Digikey won't even answer my emails about them. I had asked a China manufacture for 2 units, but they can not sell me 2 units. But if I buy 20 units (I would be a manufacture) then they can sell them to me. So, bottom line. I can only get modules from Europe/China at $20 each. OK. If I have come across too <pick your favorite term>, I apologize. I thought this would be a simple question with a simple answer. On another note, I have found a WiFi module for $3.00 and I can connect to an NNTP server. ESP-8266, if you need a serial to WiFi connection. I will re-start my project with a new direction. Thank You for your response. Don
JA
John Allen
Mon, Aug 10, 2015 2:57 AM

Hi Jim -

You wrote:
At some point, multiproject wafers (like MOSIS) might become a hobby
product.  So far, it's in the "several kilobuck" minimum purchase, and,
as well, the tools aren't easy to come by. Or, more properly, good
design tools are expensive, tedious design tools are free.. you CAN
layout an IC for MOSIS with a ruler and and a quadrille pad.. get your
copy of Carver and Mead and have at it)

I assume that you mean Carver Mead and Lynn Conway, Introduction to VLSI System Design 1978.

I am enjoying this thread!

Regards, John Allen K1AE

-----Original Message-----
From: time-nuts [mailto:time-nuts-bounces@febo.com] On Behalf Of Jim Lux
Sent: Sunday, August 09, 2015 9:12 PM
To: time-nuts@febo.com
Subject: Re: [time-nuts] wtd: WWVB info

On 8/9/15 4:33 PM, Bob Camp wrote:

Hi

If you never have tried to keep an IC in production, there are some basic things
that may not be very obvious:

<snip>

There's always Rochester Electronics.. "leaders in the trailing edge"
(no kidding, that's their slogan)..

They buy old fabs, masks, etc, and keep producing small runs of older
parts.  For a price.

At some point, multiproject wafers (like MOSIS) might become a hobby
product.  So far, it's in the "several kilobuck" minimum purchase, and,
as well, the tools aren't easy to come by. Or, more properly, good
design tools are expensive, tedious design tools are free.. you CAN
layout an IC for MOSIS with a ruler and and a quadrille pad.. get your
copy of Carver and Mead and have at it)

For digital stuff, small boards with FPGAs or microcontrollers on them
are probably the sweet spot for small runs.

The same is not true for analog.


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

Hi Jim - You wrote: At some point, multiproject wafers (like MOSIS) might become a hobby product. So far, it's in the "several kilobuck" minimum purchase, and, as well, the tools aren't easy to come by. Or, more properly, good design tools are expensive, tedious design tools are free.. you CAN layout an IC for MOSIS with a ruler and and a quadrille pad.. get your copy of Carver and Mead and have at it) I assume that you mean Carver Mead and Lynn Conway, Introduction to VLSI System Design 1978. I am enjoying this thread! Regards, John Allen K1AE -----Original Message----- From: time-nuts [mailto:time-nuts-bounces@febo.com] On Behalf Of Jim Lux Sent: Sunday, August 09, 2015 9:12 PM To: time-nuts@febo.com Subject: Re: [time-nuts] wtd: WWVB info On 8/9/15 4:33 PM, Bob Camp wrote: > Hi > > If you never have tried to keep an IC in production, there are some basic things > that may not be very obvious: > > <snip> There's always Rochester Electronics.. "leaders in the trailing edge" (no kidding, that's their slogan).. They buy old fabs, masks, etc, and keep producing small runs of older parts. For a price. At some point, multiproject wafers (like MOSIS) might become a hobby product. So far, it's in the "several kilobuck" minimum purchase, and, as well, the tools aren't easy to come by. Or, more properly, good design tools are expensive, tedious design tools are free.. you CAN layout an IC for MOSIS with a ruler and and a quadrille pad.. get your copy of Carver and Mead and have at it) For digital stuff, small boards with FPGAs or microcontrollers on them are probably the sweet spot for small runs. The same is not true for analog. _______________________________________________ time-nuts mailing list -- time-nuts@febo.com To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts and follow the instructions there. --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
JL
Jim Lux
Mon, Aug 10, 2015 3:54 AM

On 8/9/15 7:57 PM, John Allen wrote:

Hi Jim -

You wrote:
At some point, multiproject wafers (like MOSIS) might become a hobby
product.  So far, it's in the "several kilobuck" minimum purchase, and,
as well, the tools aren't easy to come by. Or, more properly, good
design tools are expensive, tedious design tools are free.. you CAN
layout an IC for MOSIS with a ruler and and a quadrille pad.. get your
copy of Carver and Mead and have at it)

I assume that you mean Carver Mead and Lynn Conway, Introduction to VLSI System Design 1978.

Yup, Mead and Conway.. I misspoke/mistyped..
that's the one.

On 8/9/15 7:57 PM, John Allen wrote: > Hi Jim - > > You wrote: > At some point, multiproject wafers (like MOSIS) might become a hobby > product. So far, it's in the "several kilobuck" minimum purchase, and, > as well, the tools aren't easy to come by. Or, more properly, good > design tools are expensive, tedious design tools are free.. you CAN > layout an IC for MOSIS with a ruler and and a quadrille pad.. get your > copy of Carver and Mead and have at it) > > I assume that you mean Carver Mead and Lynn Conway, Introduction to VLSI System Design 1978. > Yup, Mead and Conway.. I misspoke/mistyped.. that's the one.
BI
Brian Inglis
Wed, Aug 12, 2015 4:57 AM

Hi Donald,

On the page referenced by Alex later in this thread, there is a link to
Galleon as a US distributor of the HKW modules and WWVB receiver chip:
http://www.ntp-time-server.com/wwvb-receiver/wwvb-receiver.html
where the price may or may not be lower than direct shipping from EU,
or availability could be as vaporous as elsewhere.

--
Take care. Thanks, Brian Inglis

On 2015-08-09 20:38, Donald wrote:

I wish to thank you all for the information presented here about WWVB receivers.
A few years ago I had been building some LED clocks for friends, more art then electronics.
Those clocks had a WWVB receiver I got from Digikey.
Today I am re-visiting those clocks as Word Clocks.
Letters instead of numbers forming words, I am sure you have seen them around.
People keep saying there are WWVB chips available, but I can not find any chips.
When I ask for information about these chips, no response.
I have asked about discrete designs and Digital designs, no response.
I am not able to design these myself. So any tangible information would help.
Ok, I can not get chips/modules here in the US.
I do find modules from Europe and China.
I am in Boulder, Colorado.
This is where Sparkfun is located.
I asked them about the receiver modules they had carried for years,
They said they can not get them any more, OK.
But why ?
Nobody knows.
Digikey won't even answer my emails about them.
I had asked a China manufacture for 2 units, but they can not sell me 2 units.
But if I buy 20 units (I would be a manufacture) then they can sell them to me.
So, bottom line.
I can only get modules from Europe/China at $20 each.
OK.
If I have come across too <pick your favorite term>, I apologize.
I thought this would be a simple question with a simple answer.
On another note, I have found a WiFi module for $3.00 and I can connect to an NNTP server.
ESP-8266, if you need a serial to WiFi connection.
I will re-start my project with a new direction.
Thank You for your response.

Hi Donald, On the page referenced by Alex later in this thread, there is a link to Galleon as a US distributor of the HKW modules and WWVB receiver chip: http://www.ntp-time-server.com/wwvb-receiver/wwvb-receiver.html where the price may or may not be lower than direct shipping from EU, or availability could be as vaporous as elsewhere. -- Take care. Thanks, Brian Inglis On 2015-08-09 20:38, Donald wrote: > I wish to thank you all for the information presented here about WWVB receivers. > A few years ago I had been building some LED clocks for friends, more art then electronics. > Those clocks had a WWVB receiver I got from Digikey. > Today I am re-visiting those clocks as Word Clocks. > Letters instead of numbers forming words, I am sure you have seen them around. > People keep saying there are WWVB chips available, but I can not find any chips. > When I ask for information about these chips, no response. > I have asked about discrete designs and Digital designs, no response. > I am not able to design these myself. So any tangible information would help. > Ok, I can not get chips/modules here in the US. > I do find modules from Europe and China. > I am in Boulder, Colorado. > This is where Sparkfun is located. > I asked them about the receiver modules they had carried for years, > They said they can not get them any more, OK. > But why ? > Nobody knows. > Digikey won't even answer my emails about them. > I had asked a China manufacture for 2 units, but they can not sell me 2 units. > But if I buy 20 units (I would be a manufacture) then they can sell them to me. > So, bottom line. > I can only get modules from Europe/China at $20 each. > OK. > If I have come across too <pick your favorite term>, I apologize. > I thought this would be a simple question with a simple answer. > On another note, I have found a WiFi module for $3.00 and I can connect to an NNTP server. > ESP-8266, if you need a serial to WiFi connection. > I will re-start my project with a new direction. > Thank You for your response.
AP
Alexander Pummer
Fri, Aug 21, 2015 3:31 AM

it looks like somebody already made a decoder for a wwvb like
transmission, see here:

Performance Analysis and Receiver Architectures of DCF77
Radio-Controlled Clocks

  • Daniel Engeler
    Daniel Engeler
    <researcher/75928367_Daniel_Engeler>

Zuhlke Engineering AG, Schlieren, Switzerland.
IEEE transactions on ultrasonics, ferroelectrics, and frequency control
<journal/1525-8955_IEEE_transactions_on_ultrasonics_ferroelectrics_and_frequency_control>
(Impact Factor: 1.5). 05/2012; 59(5):869-84. DOI: 10.1109/TUFFC.2012.2272
Source: PubMed http://www.ncbi.nlm.nih.gov/pubmed/22622972

ABSTRACT DCF77 is a long-wave radio transmitter located in Germany.
Atomic clocks generate a 77.5-kHz carrier which is amplitude- and
phase-modulated to broadcast the official time. The signal is used by
industrial and consumer radio-controlled clocks. DCF77 faces competition
from the Global Positioning System (GPS) which provides higher accuracy
time. Still, DCF77 and other long-wave time services worldwide remain
popular because they allow indoor reception at lower cost, lower power,
and sufficient accuracy. Indoor long-wave reception is challenged by
signal attenuation and electromagnetic interference from an increasing
number of devices, particularly switched-mode power supplies. This paper
introduces new receiver architectures and compares them with existing
detectors and time decoders. Simulations and analytical calculations
characterize the performance in terms of bit error rate and decoding
probability, depending on input noise and narrow-band interference. The
most promising detector with maximum-likelihood time decoder displays
the time in less than 60 s after power-up and at a noise level of
E(b)/N(0) = 2.7 dB, an improvement of 20 dB over previous receivers. A
field-programmable gate array-based demonstration receiver built for the
purposes of this paper confirms the capabilities of these new
algorithms. The findings of this paper enable future high-performance
DCF77 receivers and further study of indoor long-wave reception.

The DCF77 has very similar modulation scheme as the new wwvb, therefore
the methode used to decode the DCF77 could be used --perhaps with some
modifications -- to decode the phase modulation of the wwvb also
74
KJ6UHN
Alex

On 8/9/2015 7:57 PM, John Allen wrote:

Hi Jim -

You wrote:
At some point, multiproject wafers (like MOSIS) might become a hobby
product.  So far, it's in the "several kilobuck" minimum purchase, and,
as well, the tools aren't easy to come by. Or, more properly, good
design tools are expensive, tedious design tools are free.. you CAN
layout an IC for MOSIS with a ruler and and a quadrille pad.. get your
copy of Carver and Mead and have at it)

I assume that you mean Carver Mead and Lynn Conway, Introduction to VLSI System Design 1978.

I am enjoying this thread!

Regards, John Allen K1AE

-----Original Message-----
From: time-nuts [mailto:time-nuts-bounces@febo.com] On Behalf Of Jim Lux
Sent: Sunday, August 09, 2015 9:12 PM
To: time-nuts@febo.com
Subject: Re: [time-nuts] wtd: WWVB info

On 8/9/15 4:33 PM, Bob Camp wrote:

Hi

If you never have tried to keep an IC in production, there are some basic things
that may not be very obvious:

<snip>

There's always Rochester Electronics.. "leaders in the trailing edge"
(no kidding, that's their slogan)..

They buy old fabs, masks, etc, and keep producing small runs of older
parts.  For a price.

At some point, multiproject wafers (like MOSIS) might become a hobby
product.  So far, it's in the "several kilobuck" minimum purchase, and,
as well, the tools aren't easy to come by. Or, more properly, good
design tools are expensive, tedious design tools are free.. you CAN
layout an IC for MOSIS with a ruler and and a quadrille pad.. get your
copy of Carver and Mead and have at it)

For digital stuff, small boards with FPGAs or microcontrollers on them
are probably the sweet spot for small runs.

The same is not true for analog.


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

it looks like somebody already made a decoder for a wwvb like transmission, see here: Performance Analysis and Receiver Architectures of DCF77 Radio-Controlled Clocks * Daniel Engeler Daniel Engeler <researcher/75928367_Daniel_Engeler> Zuhlke Engineering AG, Schlieren, Switzerland. IEEE transactions on ultrasonics, ferroelectrics, and frequency control <journal/1525-8955_IEEE_transactions_on_ultrasonics_ferroelectrics_and_frequency_control> (Impact Factor: 1.5). 05/2012; 59(5):869-84. DOI: 10.1109/TUFFC.2012.2272 Source: PubMed <http://www.ncbi.nlm.nih.gov/pubmed/22622972> *ABSTRACT* DCF77 is a long-wave radio transmitter located in Germany. Atomic clocks generate a 77.5-kHz carrier which is amplitude- and phase-modulated to broadcast the official time. The signal is used by industrial and consumer radio-controlled clocks. DCF77 faces competition from the Global Positioning System (GPS) which provides higher accuracy time. Still, DCF77 and other long-wave time services worldwide remain popular because they allow indoor reception at lower cost, lower power, and sufficient accuracy. Indoor long-wave reception is challenged by signal attenuation and electromagnetic interference from an increasing number of devices, particularly switched-mode power supplies. This paper introduces new receiver architectures and compares them with existing detectors and time decoders. Simulations and analytical calculations characterize the performance in terms of bit error rate and decoding probability, depending on input noise and narrow-band interference. The most promising detector with maximum-likelihood time decoder displays the time in less than 60 s after power-up and at a noise level of E(b)/N(0) = 2.7 dB, an improvement of 20 dB over previous receivers. A field-programmable gate array-based demonstration receiver built for the purposes of this paper confirms the capabilities of these new algorithms. The findings of this paper enable future high-performance DCF77 receivers and further study of indoor long-wave reception. The DCF77 has very similar modulation scheme as the new wwvb, therefore the methode used to decode the DCF77 could be used --perhaps with some modifications -- to decode the phase modulation of the wwvb also 74 KJ6UHN Alex On 8/9/2015 7:57 PM, John Allen wrote: > Hi Jim - > > You wrote: > At some point, multiproject wafers (like MOSIS) might become a hobby > product. So far, it's in the "several kilobuck" minimum purchase, and, > as well, the tools aren't easy to come by. Or, more properly, good > design tools are expensive, tedious design tools are free.. you CAN > layout an IC for MOSIS with a ruler and and a quadrille pad.. get your > copy of Carver and Mead and have at it) > > I assume that you mean Carver Mead and Lynn Conway, Introduction to VLSI System Design 1978. > > I am enjoying this thread! > > Regards, John Allen K1AE > > -----Original Message----- > From: time-nuts [mailto:time-nuts-bounces@febo.com] On Behalf Of Jim Lux > Sent: Sunday, August 09, 2015 9:12 PM > To: time-nuts@febo.com > Subject: Re: [time-nuts] wtd: WWVB info > > On 8/9/15 4:33 PM, Bob Camp wrote: >> Hi >> >> If you never have tried to keep an IC in production, there are some basic things >> that may not be very obvious: >> >> <snip> > There's always Rochester Electronics.. "leaders in the trailing edge" > (no kidding, that's their slogan).. > > They buy old fabs, masks, etc, and keep producing small runs of older > parts. For a price. > > At some point, multiproject wafers (like MOSIS) might become a hobby > product. So far, it's in the "several kilobuck" minimum purchase, and, > as well, the tools aren't easy to come by. Or, more properly, good > design tools are expensive, tedious design tools are free.. you CAN > layout an IC for MOSIS with a ruler and and a quadrille pad.. get your > copy of Carver and Mead and have at it) > > For digital stuff, small boards with FPGAs or microcontrollers on them > are probably the sweet spot for small runs. > > The same is not true for analog. > > > > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there. > > > --- > This email has been checked for viruses by Avast antivirus software. > https://www.avast.com/antivirus > > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there.
TV
Tom Van Baak
Mon, Aug 24, 2015 5:34 PM

Don, Alex,

That IEEE PDF you're looking for has shown up on a .ru site. Google for "Performance Analysis and Receiver Architectures" and you'll see it near the top. I grabbed a copy to read and so far my PC isn't infected.

The thread that Daniel Engeler (the author of the paper) started on time-nuts is here:
https://www.febo.com/pipermail/time-nuts/2012-June/068021.html

/tvb

----- Original Message -----
From: "Donald" donvukovic@gmail.com
To: "Discussion of precise time and frequency measurement" time-nuts@febo.com
Sent: Friday, August 21, 2015 10:03 AM
Subject: Re: [time-nuts] wtd: WWVB info

On 8/20/2015 9:31 PM, Alexander Pummer wrote:

it looks like somebody already made a decoder for a wwvb like
transmission, see here:

Performance Analysis and Receiver Architectures of DCF77
Radio-Controlled Clocks

  • Daniel Engeler
    Daniel Engeler
    <researcher/75928367_Daniel_Engeler>

Seems that this was covered 3 years ago on this forum:

see above

As noted is this link, getting access to this article is limited to IEEE
subscribers.

Did any one get the pdf as linked by Daniel Engeler 3 years ago ?

Thanks

don

Don, Alex, That IEEE PDF you're looking for has shown up on a .ru site. Google for "Performance Analysis and Receiver Architectures" and you'll see it near the top. I grabbed a copy to read and so far my PC isn't infected. The thread that Daniel Engeler (the author of the paper) started on time-nuts is here: https://www.febo.com/pipermail/time-nuts/2012-June/068021.html /tvb ----- Original Message ----- From: "Donald" <donvukovic@gmail.com> To: "Discussion of precise time and frequency measurement" <time-nuts@febo.com> Sent: Friday, August 21, 2015 10:03 AM Subject: Re: [time-nuts] wtd: WWVB info > On 8/20/2015 9:31 PM, Alexander Pummer wrote: >> it looks like somebody already made a decoder for a wwvb like >> transmission, see here: >> >> >> Performance Analysis and Receiver Architectures of DCF77 >> Radio-Controlled Clocks >> >> * >> Daniel Engeler >> Daniel Engeler >> <researcher/75928367_Daniel_Engeler> > > Seems that this was covered 3 years ago on this forum: see above > As noted is this link, getting access to this article is limited to IEEE > subscribers. > > Did any one get the pdf as linked by Daniel Engeler 3 years ago ? > > Thanks > > don