Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Matija Nalis committed Jan 9, 2015
1 parent 2fd61d0 commit 9e5c451
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions TODO.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
- finish parsing 50bps data (to look for Ephemeris data)

- why does 50BPS data (both in raw GSD4t data from strace.log, and more
importantly from Samsung-generated SLCLog.gp2 MID 08) seems broken most of
the time (TLM is invalid, parity does not verify etc)?

- if we had ephemeris (either from 50BPS data, or downloaded from Internet
AGPS way), what else would we need to calculate satellite pseudorange?
The time of transmission? Find where that can be acquired from (first from
raw GPS communication - 50BPS data or something else?), and then try to find
it SLCLog.gp2 and finally in raw GSD4t datastream.

- when we have calculated SV pseudoranges, we can proceed to trilaterate our
position in ECEF, and from there convert to WGS84 lat/lon/height coordinates.

- find what other unknown bits mean and if they can be used for better
precision, faster fix etc.

0 comments on commit 9e5c451

Please sign in to comment.