Hardware components: | ||||||
|
× | 1 | ||||
|
× | 1 | ||||
|
× | 1 |
STORY
I setup a differential GPS system for my Raspberry Pi robot projects. I am using the RTK library for precise navigation. For the system I need a base station and a mobile unit. The mobile unit is built into my home made robot Big Rob. How the setup with a mobile unit, base station, two Raspberry Pi’s and the RTK library works is described in detail on my own blog.
http://custom-build-robots.com
The following picture shows the theoretical setup of my RTK solution.
On the left you see the robot car with the mobile unit. On the right you see the base station. Both, the robot and the base station are communicating to calculate their precise position. The GPS antennas I bought are using the USA-GPS signal as well the Russian GLOSNOSS signal as a raw data stream.
I build the base station into a cheap lunch box which is water proof and could easily store a Raspberry Pi, power-bank and the GPS receiver. The box is inexpensive and easy to machine. The box needs to be water proof because the whole setup is designed for an outdoor operation.
The next picture shows one Raspberry Pi with a GPS receiver module mounted on top. Depending on the RTK library configuration it could be a base station or the mobile unit. The GPS-receiver is a RasPiGNSS Aldebaran module which I got from an Austrian developer.
You could reach his website and online store via the following link: http://drfasching.com/
How the setup works is described on my blog. I published as well a detailed description of the RTK library configuration. The setup is a little bit tricky but I think with my guide and a little bit Linux experience feasible.
I wrote seven articles how to setup the differential GPS solution for precise GNSS positioning. I am using for this setup two Raspberry Pi’s which are communicating via WIFI or a XBee module.
The introduction article is available here and will explain the basics: Precise GPS GNSS positioning with a Raspberry Pi and the RTKLIB – introduction
The next article explains the theoretical setup of the system. Precise GPS GNSS positioning with a Raspberry Pi and the RTKLIB – theoretical setup
Important are the antennas for this setup. With a good antenna configuration you well get very fast a fix and precise GPS position. Precise GPS GNSS positioning with a Raspberry Pi and the RTKLIB – GPS antenna setup
After all the hardware related descriptions the following article describes how to install all the software you need. I used a normal Raspbian image and installed all the additional packages.
Precise GPS GNSS positioning with a Raspberry Pi and the RTKLIB – software installation
After installing the software like the RTK library you have to configure your base station. This is explained in the following chapter. Precise GPS GNSS positioning with a Raspberry Pi and the RTKLIB – configuration RTKLIB base station
To get a precise NMEA GPS coordination stream you have to setup a mobile unit as well in your robot. How to setup the mobile unit and connect it with the base station is explained in the following post. Precise GPS GNSS positioning with a Raspberry Pi and the RTKLIB – configuration RTKLIB mobile unit
WIFI is a signal for short distances. This is the reason why I bought a XBee pro module for connecting the base station with the robot. All you need to know about streaming the GPS data from the base station via the XBee modules to the robot is explained in the following how to guide.
Precise GPS GNSS positioning with a Raspberry Pi and the RTKLIB – XBee serial data transmission
Actual status:
Actual I am developing my Big Rob robot. Big Rob is a Raspberry Pi powered robot for outdoor usage. The robot itself is the mobile unit which is now able to navigate very precise.
The use case for the robot is not yet defined. But with a precise navigation system on board I could build a security robot, a lawnmower or just a scary bot to protect my neighborhood.
Read More: Raspberry Pi Powered Roboter with Differential GPS