{"id":368,"date":"2012-02-11T18:47:39","date_gmt":"2012-02-12T02:47:39","guid":{"rendered":"http:\/\/sethjust.com\/?p=368"},"modified":"2012-02-11T18:51:14","modified_gmt":"2012-02-12T02:51:14","slug":"bluetooth-android-gps-on-os-x","status":"publish","type":"post","link":"https:\/\/sethjust.com\/2012\/02\/11\/bluetooth-android-gps-on-os-x\/","title":{"rendered":"Bluetooth Android GPS on OS X"},"content":{"rendered":"
Inspired by this<\/a>\u00c2\u00a0link from the GPSd homepage<\/a>\u00c2\u00a0I set out to use my brand new Android phone as a bluetooth gps. Naturally, I wanted to use it with GPSd, but on OS X. I read through the Linux directions and thought “this shouldn’t be terribly hard on a Mac!” As it turns out, I was right!<\/p>\n The first step was downloading an app to the phone. I used the free GPS over BT<\/a>, but the steps should work with most other programs like it.<\/a><\/p>\n Once that’s up and running, it’s time to pair your computer and phone.\u00c2\u00a0Make sure that the GPS to BT program is running at this point!<\/p>\n <\/p>\n If everything worked properly, you should see the following:<\/a>Make sure that it says “A computer serial port was created”. If it doesn’t say this, your computer didn’t pick up on the serial data stream from the GPS program, and you should retry pairing.<\/p>\n Once OS X has created a serial port, you simply need to point GPSd at it. In a terminal, run<\/p>\n One of the results should be \/dev\/tty.[[devicename]]-BluetoothService — this is what to point GPSd at:<\/p>\nls \/dev\/tty.*<\/pre>\n
sudo gpsd -n \/dev\/tty.[[devicename]]-BluetoothService<\/pre>\n