Anyway, things where I live have changed such that I no longer receive
the radio broadcast time signals from Ft. Collins, Co. etc. etc. My "Atomic"
wall clocks, even my watches no longer pick it up. My watch does pick up
the signal when I'm staying elsewhere in the country. I have no issues with
NTP protocol for my SOHO at home. That works well. MY PDC picks up the
NTP signal, and then re-broadcasts it to the other machines via Windows
Time Service.
What I'm looking for (and asking the NG), if they exist, are one or both of
the following:
1) A small, low power "transmitter" device that attaches to your SOHO,
receives the NTP signal, and then re-broadcasts it in "radio broadcast"
format for all your other atomic clock devices in the house that receive
via that signal?
2) Failing the above (and I'd imagine how the US Authorities might have issues
with it), then perhaps a set of wall clocks (digital or analog) with either USB
or RJ-45 NIC ports that can synchronize directly via NTP signals... I mean
"Cheap" ones, not "Industry Grade" devices in the $1000+ etc. range.
Pie in the sky, perhaps, but there's no harm in asking... :-)
Thanks much.
____________________________________________
Regards,
Arnold
I have a feeling that the only thing missing would be an actual mW
transmitter, tuned to the proper frequency, and gated by a signal line
from an rs232 or printer port:
The actual sw to wiggle said line according to the US/UK/GER transmitter
rules would be trivial to write. :-)
In fact, if anyone have a suitable transmitter for DCF, I'd be happy to
write the sw...
Terje
--
- <Terje.Mathisen at tmsw.no>
"almost all programming can be viewed as an exercise in caching"
But if all you want is an accurate clock, any cell phone is pretty
good, iPhones and iPads stay on-time most people now have one of there
with them full time. You see very few peole with wrist watches
anymore and no one under 30.
My purpose for getting WWWV is to compare it with GPS time and I hope
maybe learn something about the atmosphere. Any different in the two
times must be because of the path delay.
> _______________________________________________
> questions mailing list
> ques...@lists.ntp.org
> http://lists.ntp.org/listinfo/questions
>
--
Chris Albertson
Redondo Beach, California
>1) A small, low power "transmitter" device that attaches to your SOHO,
>receives the NTP signal, and then re-broadcasts it in "radio broadcast"
>format for all your other atomic clock devices in the house that
>receive via that signal?
You'd have to check the legality of this sort of repeater with your
country's equivalent of the FCC.
If you can receive DCF, JJY60, MSF and WWVB you can use this to
rebroadcast it:
http://www.c-max-time.com/home/index.php
Time Signal Generator Shop Floor Booster
TSG100 TSG100 is a Time Signal Generator especially designed for shops
and exhibition halls. Once started it will automatically receive the
time and transmit the selected signal to syncronize all RC products in a
6m radius.
The external loop antenna connection allow to enlarge the coverage area
up to 50m radius.
$550 from digikey
NIST suggest this antenna -->
http://tf.nist.gov/service/pdf/1936_antenna_wwv.pdf
Also see this thread -->
http://www.radiobanter.com/showthread.php?t=62837
There is also the CHU shortwave time signal from
Canada on 3330 kHz, 7850 kHz and 14670 kHz -->
http://www.nrc-cnrc.gc.ca/eng/services/inms/time-services/short-wave.html
>2) Failing the above (and I'd imagine how the US Authorities might have
>issues with it), then perhaps a set of wall clocks (digital or analog)
>with either USB or RJ-45 NIC ports that can synchronize directly via
>NTP signals... I mean "Cheap" ones, not "Industry Grade" devices in the
>$1000+ etc. range.
Either of these will acquire the time over a network:
http://www.chumby.com
http://dash.chumby.com
If you're up for a project you could build your own Arduino based SNTP clock
(which polls your local NTP server.)
Starting points:
http://arduino.cc/en/Tutorial/UdpNtpClient
http://www.faludi.com/code/open-source-arduino-clock/
http://www.youtube.com/watch?v=_4zJcqZKzms
http://7in7.tumblr.com/post/38066438/open-source-arduino-clock-project
http://hacknmod.com/hack/arduino-based-led-alarm-clock/
--
Steve Kostecke <kost...@ntp.org>
NTP Public Services Project - http://support.ntp.org/
You would not have to write it. An time code generator is included
with the NTP source (the source file is .../utils/tg.c) By default it
is not compiled.
Quote for the source code follows:
* This program can generate audio signals that simulate the WWV/H
* broadcast timecode. Alternatively, it can generate the IRIG-B
* timecode commonly used to synchronize laboratory equipment. It is
* intended to test the WWV/H driver (refclock_wwv.c) and the IRIG
* driver (refclock_irig.c) in the NTP driver collection.