(adsbygoogle = window.adsbygoogle || []).push({});
How to install USB GPS dongle to Raspberry Pi Raspbian Wheezy.
I needed GPS on my Raspberry Pi to do some wardriving and I found Globalsat BU-353 GPS USB receiver SiRF III dongle which has worked perfectly.
First we have to install GPSD and GPS-Clients with apt-get:
apt-get install […]