mattwach / epaper_clock

Autosetting clock based on an epaper display. Runs about a year on batteries and has basic weather telemetry (temperature, pressure, humidity).
Apache License 2.0
42 stars 6 forks source link

Replace GPS module with radio-controlled clock module #1

Open nopizzaa opened 2 years ago

nopizzaa commented 2 years ago

First of all, this project is amazing!

Could you make a solution to replace the gps module with a inexpensive dcf77 (it specific to my region), or with any other radio clock module?

Link to a cheap DCF77 module on eBay

mattwach commented 2 years ago

GPS location is used to calculate sunrise/sunset times. If switching to a dcf77, the sunrise/sunset feature would need to be dropped from the display.

For many people, this tradeoff would be acceptable and could implemented via compiler flags, but it's not something i would probably get to anytime soon.