Adding GPS to Raspberry Pi running PiAware / Dump1090?

Jon–

using GPSD will get you basic GPS location and timing. You can also use GPS to run NTP, giving you more accurate timing. That takes extra work. See for example:

http://www.satsignal.eu/ntp/Raspberry-Pi-NTP.html#user-mode

which is the best I’ve found so far and walks through things in detail.

Note that the latest and greatest kernel, 3.18, introduces dev_tree, which changes (some might say screws up) how software interacts with various interfaces such as i2c, gpio, and the like.

having something like dump1090 automagically detect the shared memory segments updated by GPSD and dealing with location information would be interesting to see…

cheers and 73

bob k6rtm