Skip to content

Instantly share code, notes, and snippets.

View JesseB0rn's full-sized avatar

Jesse Born JesseB0rn

View GitHub Profile
@JesseB0rn
JesseB0rn / dcf77-parser.py
Created February 23, 2023 20:33
Script for parsing DCF77 data captured as raw voltage data.
"""
Script for parsing DCF77 data captured as raw voltage data.
Input:
Takes a CSV with two columns:
| Timestamp in s | Voltage in V |
---------------------------------
values ...
Sampling rate needs to be no less than 100HZ