Re: [Fwd: u-blox binary protocol boilerplate code]

2008-05-29 Thread beren
If you look at the ATR0635 datasheet directly from Atmel: http://www.atmel.com/dyn/resources/prod_documents/doc4928.pdf you'll read on page 14: RAW (RAW message support requires an additional license) U-blox (Atmel's software partner) only sells some of its products with RAW message support

Re: [Fwd: u-blox binary protocol boilerplate code]

2008-05-29 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Somebody in the thread at some point said: | If you look at the ATR0635 datasheet directly from Atmel: | | http://www.atmel.com/dyn/resources/prod_documents/doc4928.pdf | | you'll read on page 14: | RAW (RAW message support requires an additional

Re: [Fwd: u-blox binary protocol boilerplate code]

2008-05-28 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Somebody in the thread at some point said: | On Wed, 28 May 2008 03:08:24 +0200, Michael Shiloh | [EMAIL PROTECTED] wrote: | | I'd like to request if there's any boilerplate code available to deal | with the binary protocol as provided by the

Re: [Fwd: u-blox binary protocol boilerplate code]

2008-05-28 Thread Joseph Reeves
We're looking to develop a combined DGPS and A-GPS application for the platform, for which we need the data contained within this binary protocol. We're already using an application that gets GPS data from GPSD (TangoGPS), one that gets its data from the FreeRunner's internal serial port (an in

Re: [Fwd: u-blox binary protocol boilerplate code]

2008-05-28 Thread Alexey Feldgendler
On Wed, 28 May 2008 03:08:24 +0200, Michael Shiloh [EMAIL PROTECTED] wrote: I'd like to request if there's any boilerplate code available to deal with the binary protocol as provided by the FreeRunner's u-blox chip? This would be a great help to us. What's the advantage of that binary

Re: [Fwd: u-blox binary protocol boilerplate code]

2008-05-28 Thread beren
On Wednesday 28 May 2008 11:46:45 Joseph Reeves wrote: We're looking to develop a combined DGPS and A-GPS application for the platform, for which we need the data contained within this binary protocol. That sounds great - I presume you need access to the RXM-RAW message which to the best of my

Re: [Fwd: u-blox binary protocol boilerplate code]

2008-05-28 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Somebody in the thread at some point said: | On Wednesday 28 May 2008 11:46:45 Joseph Reeves wrote: | We're looking to develop a combined DGPS and A-GPS application for the | platform, for which we need the data contained within this binary protocol.

Re: [Fwd: u-blox binary protocol boilerplate code]

2008-05-28 Thread Joseph Reeves
According to the datasheet for the chip ATR0635, DGPS is a supported feature: http://www.u-blox.com/products/Data_Sheets/ATR0630_35_SglChip_Data_Sheet(GPS.G4-X-06009).pdf If I'm reading this correct, we've also got supersense available, which should improve accuracy. I'll be the first to admit,

Re: [Fwd: u-blox binary protocol boilerplate code]

2008-05-28 Thread Andreas Kemnade
Hi, On Wed, 28 May 2008 15:36:55 +0100 Joseph Reeves [EMAIL PROTECTED] wrote: According to the datasheet for the chip ATR0635, DGPS is a supported feature: If DGPS is supported, it means that you can feed DGPS data from some source into it. But you need the raw data messages, if you want to

[Fwd: u-blox binary protocol boilerplate code]

2008-05-27 Thread Michael Shiloh
Since this question might be of general interest, I've taken the liberty of answering it on the list. Joseph asked about u-blox code, and Andy pointed us to the DM2 test code: