Page 1 of 1

PIC source code

Posted: Tue Dec 27, 2016 10:27 pm
by Tony
PIC source code for the In-8-2 clock:
Coppertop piccode.rar
(23.78 KiB) Downloaded 1117 times

Re: PIC source code

Posted: Sat Jul 14, 2018 11:23 am
by xabitire
There is a bug in the 1 hour summer time update when using the clock with a GPS dongle. The problem is that the BST update is applied before the read GPS time gets applied, which is why the BST update just gets ignored. The fix is to run the BST update after the GSP update is applied.

I attached my updated sources including a compiled hex below.

The update also includes a bugfix of Skyraider fixing a problem with GSP dongles that send empty messages before they get a time sync (see viewtopic.php?f=24&t=133).