dcf77 icon indicating copy to clipboard operation
dcf77 copied to clipboard

Noise resilient DCF77 decoder library for Arduino

Results 7 dcf77 issues
Sort by recently updated
recently updated
newest added

I'm attempting to run the library on an STM32 "[black pill](https://wiki.stm32duino.com/index.php?title=Black_Pill)". I see #defines in the code, and a couple of closed issues here, indicating at least one other person...

When attempting to compile a project for the Arduino Zero with a DCF77 module, I encountered the following error: ``` .pio/build/nanoatmega328new/libdcf77_xtal.a(dcf77.cpp.o): In function `DCF77_Clock::set_input_provider(unsigned char (*)())': dcf77.cpp:(.text._ZN11DCF77_Clock18set_input_providerEPFhvE+0x2): undefined reference to...

Tested using the ESP-WROOM-32 module. This module uses a 40 MHz crystal oscillator (+/- 10 ppm). The hardware GPTimer is prescaled to tick at 1 MHz, and the 1 kHz...

Hello Udo Could you please give me a few tips on which parts of the library I need to adapt to the Teensy platform (https://www.pjrc.com/store/teensy41.html)? Thank you very much Hans-Peter

Hello, like the topic says millis() and delay() is not working when I include your library. Those functions are used in a lot of libraries and I am wondering if...

Zio Tibia provided to PRs for ESP8266 and ESP32 respectively. I can not verify if they work on real hardware. The code looks good though. Is there anyone who can...

Tested using a Raspberry Pi Pico module. This module uses a 12 MHz crystal oscillator as a reference. The clock is generated using a PLL integrated into the RP2040 CPU....