Several months ago I tinkered around with a Raspberry Pi to make a cheap HTPC (home theater PC). For those of you that don’t know, a Raspberry Pi is a credit card–sized single-board computer initially designed to be a cheap platform for teaching basic computer science in schools. For only $35, you get a capable computer with HDMI out, internet connectivity, and USB ports. It’s open source meaning the source code is freely available and may be redistributed and modified.
Yesterday i started researching if i could use my Raspberry Pi to make a homemade GPS device for the RZR. I don’t care about ‘turn by turn’ trail directions or 3d mapping. I just want to be able to plot my trucks LatLong and have the RaspPi tell me which direction to travel (N,S,E,W) and the distance back. Well, i found this GPS attachment for the RasPi from Adafruit (geek site):
It’s an incredibility sensitive GPS unit that can plug directly into the Raspberry Pi.
For the screen, i decided to use a OLED (like an E-reader) to be easly visible in direct sun, like the one below. I could mount the screen directly in the dash.
I’m still researching the inputs, like buttons or possibly a remote? And i’ll also need to figure out the GUI. I figured i’d start a post and keep track of the project in case someone else is interested! Stay tuned.