ClockTamerWishList

Democratising Wireless Innovation
Revision as of 10:52, 29 May 2015 by AndrewBack (talk | contribs) (Created page with "== Hardware == # Add a separate LED for GPS lock indication # Add a buffer to allow J4 to be used as 1-pps output == Software == # Debug a bug with ''HWI'' breaking the ne...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Hardware

  1. Add a separate LED for GPS lock indication
  2. Add a buffer to allow J4 to be used as 1-pps output


Software

  1. Debug a bug with HWI breaking the next command after it.
  2. Support external 1-pps GPS locking.
  3. Implement filtering with 48-bit or 64-bit precision. This will allow us to have measurement accuracy as high as 0.1ppb and the accuracy will be limited by heating noise and integration time. If someone implements the following set of functions for ATMega, it would be a huge help:
int48 mul48(int32,int32);
int32 div48(int48,int32);
int48 add48(int48,int48);
int48 sub48(int48,int48);
  1. Implement filter with better convergence time then current exponential filter. It should be possible to drop convergence time to 50ppb to 2.5min and to 0.3ppm to 17sec.