UMONS-GFA / ardas

FM Sensors conditionning based on on Arduino
GNU General Public License v3.0
0 stars 1 forks source link

Temperature compensated RTC #80

Open kaufmanno opened 6 years ago

kaufmanno commented 6 years ago

Implement a version with a temperature compensated clock such as DS3231.

kaufmanno commented 6 years ago

~The DS3231 does not have SQW other than 32kHz. We might need a frequency divider circuit such as this one that uses a 555 and two 4013. In our version, we might need three 4013 to produce a 4kHz signal from the 32kHz SQW.~ The DS3231 does actually have a SQW output at 1Hz, 1.024kHz, 4.096kHz and 8.192kHz, but I leave the link to the frequency divider for further reference...