Improving RTC accuracy #141
michpro
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Nice! May I ask why is using direct GD32 calls instead of the Arduino abstraction attachInterrupt(digitalPinToInterrupt(ppsPin), ppsIrqHandler, RISING); ? Is that not working in the core? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If anyone is interested in improving the accuracy of their RTC, I have created a piece of code that allows you to calibrate the RTC using the PPS signal from a GPS receiver: link
It works with GD32F30x, GD32F50x and GD32F10x cores.
Beta Was this translation helpful? Give feedback.
All reactions