We are currently working on a DGPS solution for UAVs to improve precision up to centimeter levels. Our architecture is the following, we use two Ublox GPS with raw data activated, one for the base station, the other one for the rover. The rover GPS is connected to the Intel Edison breakout board that also receives the base station GPS signal through a telemetry (for the moment, we are also focusing on a 2G/3G/4G solution that would remove all range problems). Then, the Intel Edison runs the RTKLIB code that outputs a DGPS solution to the DroPix flight controller with Ardupilot 3.2.1 firmware. 

We have been running tests with GPS mounted on cars and dataloggers. The logs were post-processed afterwards with the library in order to obtain DGPS solutions.

 

3689661288?profile=original

 

Results were quite good in areas with wide sky views, worse in places with a high number of obstacles (trees or houses), where the solution became float or even single and the precision was completely lost. The high precision, when available, can tell exactly on what lane the car is and can even report the movements inside the road.

The static solution has a precision of less than 2 centimeters.

3689661652?profile=original

 

Mounted on a drone, the GPS has no line-of-sight problem and we get the fix solution most of the time.

3689661538?profile=original 

This process also works in real time (no datalogger/post-processing), except that the flight controller does not get the signal. The Edison outputs NMEA sentences ($GPGSA $GLGSA $GPGSV $GLGSV $GPRMC $GPGGA) that are routed to the FC via serial communication (the TX of the Edison is connected to the RX GPS port of the Dropix, both other cables remain unconnected). We have been trying changing baudrates, frequencies and messages but in no way the FC would get the message. Does someone know how to communicate with the FC without having to convert the NMEA messages into UBlox binary protocol?

E-mail me when people leave their comments –

You need to be a member of diydrones to add comments!

Join diydrones

Comments

  • Hello Jesus,

    We have been working a lot since that post!

    Integration is finished and behaviour is really good.

    We will release our own board really soon so you will hear about our system!

    Best,

    Kevin

  • Hello Kevin.

    Great work. I think a lot of people is looking in the same direction. Its a pity you did not get many responses.

    Did you finally get the dropix understanding the NMEA corrected position? If so, how did it behave?

    Good luck

  • Great work guys, my suggestion would be to send Tridge a private message as I know he's been working on something similar lately.

This reply was deleted.