Royaltek RBT-2300 and Karmic Koala
I recently had to make use of a GPS logger in Linux. Here’s how I made it work in Karmic, incase any one is interested:
- First, make sure you have necessary bluetooth packages. If not, install it using:
- Switch on the GPS, scan and check if you can find the device:
The output would be something like the following:
We are interested in the channel in which the device operates. Let’s find that out:
This will give you lots of information about the device. Pay attention to the channel. For instance, my device says:
- Use this channel to create an entry in the
rfcomm.conf
file:
enter the following at the end of the file:
Once you have done this, you can connect to the device:
- I found rtkgps (http://wohlberg.net/public/software/misc/rtkgps/) to be a good utility to access GPS logs.