The clock still isn’t in a case, I managed to find a metal case just big enough for the receiver board, so I trimmed the receiver board down to size to get it in, to then discover that it hates metal boxes and stops working all together, d’oh!

I’ve spent a long time reworking the PIC code, to try and make it more robust, and have it decode the time successfully more often. As the official NPL Datasheet shows, 2 bits are transmitted a second.  To decide whether you’ve received 00, 01, 10 or 11 in any second, you look at the length and timing of the pulse that is sent. The PIC code used to sample the incoming pulses 3 times, and then make a decision on what the received digital bits were based on those 3 samples. I have now reworked the code so that the incoming pulse is sampled 300 times, and averaging is used to decide whether the incoming pulse should be 00, 01, 10 or 11.

Still need to put it in a case though!

2 thoughts on “minor update…”
  1. Any chance of knowing where you are located? I am in bournemouth and now cannot receive the signal at its new location. Any chance of the circuit and pic software or hex code? Alan Mcdermott-Roe G8UJS

  2. I’m in Cheltenham, Gloucestershire.

    I’ll be putting the circuit schematic and PIC code up in the next couple of weeks, after I’ve finished tinkering with the circuit! The schematic is only in my head at the moment, so I can’t give anything right now I’m afraid.

    Keep an eye out here in the next few weeks.

Comments are closed.