DCF77 library for Arduino - zip « Arduino « Downloads
Attribute | Value |
---|---|
Version | 0.9.8 |
Date posted | July 5, 2012 |
Downloaded | 31017 times |
Categories | Arduino |
Tags | code, atomic, time, dcf77, arduino, library |
Description
The DCF77 library adds the ability to your Arduino to read and decode the atomic time broadcasted by the DCF77 radio-station. Example sketches have been added to
1) illustrate and debug the incoming signal
2) use the library and convert to different time zones.
In order to exploit all features in the library, Both the Time and
TimeZone library are included.
version 0.9.8 adds support for inverted pulses
March 16, 2013 at 12:10 PM
Cerco libreria EEprom per arduino due
March 23, 2013 at 4:36 PM
Se volete donare un Arduino Due, posso fare la libreria EEPROM la rendono compatibile con 🙂
January 29, 2014 at 8:50 AM
Hi,
I m trying to compile you example code with Arduino IDE 1.0.5. But I not able to compiling it properly. I have copied error below .
‘EEPROM’ was not declared in this scope.
please help me with this ……..
Regards,
Meet
April 6, 2014 at 2:02 PM
Hi
That is strange. Can you check if you have the most recent version? Cheers, Thijs
May 2, 2014 at 3:56 PM
Hi Thijs,
have You seen anywhere DCF device project (sketch) under Esplora?
There are pins D1, D0, D7, / D3, D11 (both on TK)
For example, I tried read DCF via D3 on INT 1. Result: null
Regards from Polish
May 2, 2014 at 4:17 PM
Ok, I have a solutions. Interrupt=0
Regards .
May 8, 2014 at 9:30 PM
Good to hear you fixed it
May 24, 2014 at 11:00 AM
Hi,
I’m intersting with your librairy, to communicate between NetDuino and ArDuino.
Is your projet compatible with .Net Micro ?
Thanks
Vincnet
July 1, 2014 at 11:03 AM
Hi Vincnet, I do not have a NetDuino, so I haven’t tried. I never optimized for memory footprint or efficiency, so even if it works, it might be a bit heavy for the NetDuino. It looks like a cool idea, though, so let me know what you find!
Thijs