Andrew Back <[email protected]> wrote: > > I got one of those SYMTRIK modules working but the antenna orientation > did seem a bit fiddly, and this was MSF and not DCF77. > > http://www.designspark.com/content/atomic-time-raspberry-pi > > Don't suppose you're using a Raspberry Pi for this? I'd like to get > this working with its GPIO rather than using a USB-serial, which only > really served as a proof-of-concept.
That's exactly my setup yes :-) I got the GPIO working without much trouble, using a cleaned-up version of the example C code from the Wiki http://elinux.org/Rpi_Low-level_peripherals#GPIO_Driving_Example_.28C.29 though I had to look at the data sheet for the GPIO read address #define GPIO_GET gpio[13] The shell / filesystem interface to the kernel GPIO driver was also handy for testing. Tony. -- f.anthony.n.finch <[email protected]> http://dotat.at/ Humber, Thames, Dover: Southwest backing southeast 4 or 5. Slight or moderate. Occasional rain, fog patches. Moderate, occasionally very poor. _______________________________________________ time-nuts mailing list -- [email protected] To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts and follow the instructions there.
