Difference between revisions of "GPS/BU 353"

From PaparazziUAV
Jump to navigation Jump to search
(Created page with "BU-353_gps_receiver.jpg == GPS specification == === Goal === Adapting the USGlobalsat BU-353 GPS receiver to work with the Parrot AR Drone v2.0 === Progress === It seems t…")
 
m (deleted unnecessary stuff)
 
(18 intermediate revisions by 5 users not shown)
Line 1: Line 1:
[[BU-353_gps_receiver.jpg]]
[[Image:BU-353_gps_receiver.jpg|thumb|right|250px|BU-353 GPS receiver]]
Our goal is to adapt the USGlobalsat BU-353 GPS receiver to work with the Parrot AR.Drone 2.0. In this part some general specifications of the sensor are given.<br/>
Costs about 47€ on Amazon.


== GPS specification ==
== Configuration ==
To use the sensor the system must be configured to receive the sended data correctly.<br/>
Standard serial setting: 8 data bits, no parity bit, 1 stop bit, 4800 baud


=== Goal ===
== Data transmitted by GPS ==
Adapting the USGlobalsat BU-353 GPS receiver to work with the Parrot AR Drone v2.0
The receiver is cpable of the [http://www.gpsinformation.org/dale/nmea.htm NMEA 0183] and SiRF protocoll.<br/>
The types the receiver is able to handle are: [http://www.gpsinformation.org/dale/nmea.htm#GGA GGA], [http://www.gpsinformation.org/dale/nmea.htm#GSA GSA], [http://www.gpsinformation.org/dale/nmea.htm#GSV GSV], [http://www.gpsinformation.org/dale/nmea.htm#RMC RMC], [http://www.gpsinformation.org/dale/nmea.htm#VTG VTG] and [http://www.gpsinformation.org/dale/nmea.htm#GLL GLL]. The last two datatypes are optional.


=== Progress ===
== Documentation ==
It seems to be possible to adapt the Linux Red Hat 9 driver of USGlobalsat to our needs. We still have to set the receiver´s output data to the SiRF binary format which should make reading it easier for us.
[http://www.usglobalsat.com/store/download/62/bu353_ds_ug.pdf Datasheet BU 353]
 
[[Category:Hardware]]

Latest revision as of 10:04, 1 December 2013

BU-353 GPS receiver

Our goal is to adapt the USGlobalsat BU-353 GPS receiver to work with the Parrot AR.Drone 2.0. In this part some general specifications of the sensor are given.
Costs about 47€ on Amazon.

Configuration

To use the sensor the system must be configured to receive the sended data correctly.
Standard serial setting: 8 data bits, no parity bit, 1 stop bit, 4800 baud

Data transmitted by GPS

The receiver is cpable of the NMEA 0183 and SiRF protocoll.
The types the receiver is able to handle are: GGA, GSA, GSV, RMC, VTG and GLL. The last two datatypes are optional.

Documentation

Datasheet BU 353