The MSF radio clock bitstream is synchronised, decoded, and the time displayed on an LED display driven by a shift-register.
Bit | Segment |
---|---|
41-35 | Hours tens G-A (41=G, 35=A) |
34-28 | Hours ones G-A as above |
27-21 | Minutes tens G-A as above |
20-14 | Minutes ones G-A as above |
13-7 | Seconds tens G-A as above |
6-0 | Seconds ones G-A as above |
Time and date are always both shifted out, so an 84-bit shift register will show both simultaneously.
# | Input | Output |
---|---|---|
0 | clock | shift_clk |
1 | reset | shift_data |
2 | data | shift_latch |
3 | inverted | |
4 | shift_date | |
5 | ||
6 | ||
7 |