User:Mmontour/HHNotes

From Openmoko

< User:Mmontour(Difference between revisions)
Jump to: navigation, search
(My notes about exploring the Hammerhead protocol)

Revision as of 00:00, 19 August 2007

This page contains some of my notes about the Hammerhead GPS protocol.

Based on my observations as well as other people's comments (including the "sphyrna" documentation), I treat the "0xFF" packet as a request to read registers from the device. These registers are potentially addressed from 0x00 to 0xFF (the 5th byte of the packet) and are specific to each "channel" (0x00 to 0x08, the lower 4 bits of the 4th byte of the packet). I will use this terminology on this page.

  • It looks like the last byte of a packet from the GPS may be 0x00 rather than 0xFC in some error conditions. This is not confirmed and may just be a bug in my software, but I saw this when I was sending data to the device too quickly (before receiving its full response).
  • Shortly after powering up the device, registers 0x22 and 0x23 on channels 1-8 return a value of 0. A few seconds later, these registers return values of 0x00000005 and 0x80000000 respectively (note - may be endian-flipped).
  • ...
Personal tools