Arduino-DCF77 icon indicating copy to clipboard operation
Arduino-DCF77 copied to clipboard

Efficient and complete DCF77 library for Arduino

Results 18 Arduino-DCF77 issues
Sort by recently updated
recently updated
newest added

## Summary In order to have a better GUI or have more information of decoder, I added a basic callback for give information of the decoding process, errors, etc. ##...

I use the library on an Arduino Nano and it works great. When I try to use it on an Seeeduino XIAO (ATSAMD21G18A-MU), I get no time update. With the...

I'm using your library in a light controller that I built based on an Arduino Nano. This runs 24/7 and is responsible to switch on some outdoor lighting based on...

I use an ESP8266 and if want to use your Library I get this error message: ``` ISR not in IRAM! User exception (panic/abort/assert) --------------- CUT HERE FOR EXCEPTION DECODER...

Hello, I test this lib with 8mhz cpu, but don't work. Seams that only works with 16mhz clock. I divide /2 this vars: ``` #define DCFRejectionTime 700/2 // Pulse-to-Pulse rejection...

I use the library on a Uno and it works great. When I try to use it on an Arduino MKR 1400, I get no time update. With the example...

using this library under Arduino-IDE 1.6.11 gives a compile error: _InternalClockSync:28: error: 'time_t time' redeclared as different kind of symbol time_t time; ``` ^_ ```

The constructor now additionally accepts: - EnableInputPullup - CompareToUTC Allow to use RTC instead of TimeLib. To archive this, you have to `#define DCF77_USE_RTC` before `#include "DCF77.h"`. This should work...

Specifying the library dependencies in the `depends` field of library.properties causes the Arduino Library Manager (Arduino IDE 1.8.10 and newer) to offer to install any missing dependencies during installation of...