Tags
Categories
- Computers (9)
- Electronics (4)
- Internet (3)
- Musings (1)
- Photography (2)
- Vehicles (1)
Meta
Archives
- August 2010 (1)
- February 2010 (1)
- April 2009 (1)
- March 2009 (1)
- February 2009 (1)
- December 2008 (1)
- November 2008 (2)
- October 2008 (1)
- September 2008 (1)
- June 2008 (1)
- March 2008 (3)
- February 2008 (2)
-
Recent Posts
Tag Archives: gps
GPS plasmoid
Having recently acquired a bluetooth GPS receiver for as little as 20 €, and just having switched to KDE 4, i tried to combine those two, and write a little plasmoid to show the current position on the desktop.
And that is basically everything to say, enjoy the little applet.
Installation
Make sure gpsd is installed and set up properly. Also make sure the python bindings are installed.
In Ubuntu you would need to:
sudo apt-get install gpsd python-gps sudo dpkg-reconfigure gpsd sudo apt-get install python-plasma python-dev
After those are installed, you can proceed to install the plasmoid with plasmapkg -i.
GPS Mouse in Python
Some months ago I aquired a cheap gps mouse (Royaltek RGM-2000, really cheap, 2 € + shipping) at ebay. My plans to use it in combination with an microcontroller and a display haven’t worked out, it is a lot of work and the garmin units do that job fine.
However, playing around with it in python lead to better results. Getting the data to google earth works nicely, and at least qlandkarte can read the generated gpx tracks.
Usage
- Start the Program, add a parameter for the port your nmea device is attached to (/dev/ttyUSB0 is the default