micooke / WWVB

Arduino WWVB Transmitter for Attiny85, nano, micro etc.
MIT License
30 stars 5 forks source link

No issue. First successful time set for me on a WWVB clock ! #3

Closed mr-sneezy closed 8 years ago

mr-sneezy commented 8 years ago

Hey, had success. I just had a first success with minimum.ino in setting the time, date and year on a desk clock, then repeated again to make sure, with full success. Will test with a CASIO watch now...

mr-sneezy commented 8 years ago

test_board1

micooke commented 8 years ago

Awesome news! Let me know how you go with the casio.

Now all i need to do is calibrate the other setups im supporting.

Ill calibrate the 16MHz Atmega32u4 first, then check the Attiny85, then the 8MHz variants.

After that its time to revisit the gps demo and get the full system working.

mr-sneezy commented 8 years ago

Hi mate. Yes the Nano-with-GPS version doesn't work, tested it yesterday and again tonight. Also tested simpleGPS again to be sure the GPS was up, I see that the parsed day of the month is out by 11...

RAW: 210116 @ 94933 10/1/17 (2017) @ 19:19:33.0 Travelling : 0.00 Knots @ {3453.78, -13840.00} {Lat, Lon}

$GPRMC,094934.00,A,3448.12345,S,13840.12345,E,0.041,,210116,,,A*

RAW: 210116 @ 94934 10/1/17 (2016) @ 19:19:34.0 Travelling : 0.00 Knots @ {3448.00, -13840.00} {Lat, Lon}

$GPRMC,094934.00,3448.12345,S,13840.12345,E,1,08,1.19,183.9,M,-3.1,M,,*

mr-sneezy commented 8 years ago

.