Coder Social home page Coder Social logo

dcf77transmitter's Introduction

General

Simulates the DCF77 time code signal on a GPIO pin. It uses PWM with carrier frequency set to 25.833 kHz (third harmonic) as Tasmota limits the max PWM frequency to 50kHz (look for PWM_MAX in the source code). Also draws a digital clock on the dislplay if LVGL is supported.

Installation

Upload the Tasmota appication DCF77Transmitter.tapp to the file system and reboot. The application run in the background and the transmitted data is written in the logs:

DCF: Sun 04.02.24 16:02 CET: 0-00000000000000-000101-00100001-0110101-001000-111-01000-001001001

To build manually, execute following in the repo directory

rm -f DCF77Transmitter.tapp; zip -j -0 DCF77Transmitter.tapp src/*.be

Configuration

The signal is submitted to the first configured PWM pin, check with: gpio.pin(gpio.PWM1)

Following parameter could be configured in the persist module:

dcf77_offset - integer (default: 60): Time offset of the transmitted time in seconds (by default next minute)

dcf77_dst - boolean (default: false): By default the local time is submitted as CET. Set to true to submit it as CEST.

Antenna

Best results are achieved if you connect a ferrite antenna over 330 ohm resistor and a capactior to ground.

It also works with analog beeper or even with a led connected to the GPIO pin.

Normally the clock gets syncrhonized in about two minutes depending on the distance and signal strength.

dcf77transmitter's People

Contributors

mdaskalov avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.