Slashdot Mirror


Hackable In-Car GPS Unit?

gigne writes "I'm in the market for a new, in-car GPS/sat nav. I am preferably looking for one that has live, up-to-date traffic information and route planning that doesn't make you want to cry. I'm not quite dumb enough to drive off a cliff, but something that doesn't even try and lead me to watery doom is preferable. The only thing I absolutely must have is the ability to hack it. It would be preferable if it ran GNU/Linux, but given a convincing argument, I would be swayed to another OS. Without wanting the Moon on a stick, what is the best device that would offer a decent modding community and a good feature set?"

6 of 208 comments (clear)

  1. in-car computer by socsoc · · Score: 4, Informative

    Sounds like you want something more than a TomTom. Peruse the forums at mp3car.com and you'll find tons of information. Build a computer in there and you can have whatever flavor of GNU/Linux you like. Add GPS and you're done. Add EVDO and you have Internets to watch pornhub while traveling down the interstate.

  2. Mio GPS by pkbarbiedoll · · Score: 4, Informative

    I own one of these and it is hackable. Good luck!

  3. Obligatory XKCD Reference by BobReturns · · Score: 4, Informative

    Randall Munroe had a cool python program on his blag at one point for a simple GPS program for linux. Can be found here

  4. not exactly "hackable", but... by v1 · · Score: 5, Informative

    the new garmin units plug in like a usb thumb drive and you have direct access to their .GPX data files. The files are in flat XML, heavily documented, and very flexible. (apparently garmin has gone away from NMEA/serial, good riddance)

    They come with two pieces of software, one that runs locally on your computer and the other is a browser plugin that I assume gives java control over the same things. I was very impressed with the software, but it does have its limits. (such as building routes) But since the files are xml you can use any off the shelf standard .GPX editing program (there are several, and I recently wrote my own too) to edit things how you need to. Some are free, most are pay. But the software for the garmin is free with it.

    You can't ssh into the thing, but as far as file/format goes, this is about as "open" as it gets. FYI I have an Edge 605, use it on my bike. It's got a really small screen unfortunately but those are the breaks for small and long battery life.

    --
    I work for the Department of Redundancy Department.
  5. Freerunner by wurp · · Score: 4, Informative

    Get a Freerunner. It's an open phone with: GPS, internet via gprs, accelerometers, full bluetooth, wifi, 640x480 touchscreen. It runs any of several flavors of Linux (including Debian or Android, but my personal choice is SHR) and there are already Free gps programs that use OpenStreetMap (TangoGPS or Navit).

    It's about $250, IIRC, but of course you can carry it around and use it to browse the web and receive calls, as well as using it in-vehicle for navigation.

    It doesn't get any hackabler.

  6. Re:You're a couple of generations too late by commlinx · · Score: 4, Informative

    Without the developer API you can still access the functions that were there, you just need to roll your own code. The site http://www.opentom.org/Main_Page is a good reference for source code and documentation.

    I've got a TomTom One V3 that doesn't have Bluetooth and got console access by running a scope over the external connector to determine the functions and attached a TTL to serial converter, I've posted details of the connector pinouts for anyone interested http://blog.peter-johnson.com.au/?p=49