Discussion Board

Results 1 to 3 of 3
  1. #1
    Registered User acar3's Avatar
    Join Date
    Sep 2004
    Posts
    40
    Hi,

    We are using this call: IMPORT_C TTime TPositionSatelliteInfo::SatelliteTime ( ) const to obtain satellite time in order to synchronize mobile device with an accuracy of

    milliseconds. When mobile device is configured to use "Integrated GPS" an accuracy of seconds is obtained, however when A-GPS is configured we obtain an accuracy of milliseconds but this type of

    synchronization involve a delay (due to the use of the network connection) that we would like to avoid.



    is there any way to obtain a synchronization with an accuracy of milliseconds using the integrated GPS?


    The implementation of a GPS driver could be a solution...? Is this case, is it possible to implement a GPS driver? what kind of support should we need?


    Thanks in advance

  2. #2
    Registered User JarekP's Avatar
    Join Date
    Jun 2009
    Posts
    8
    Try to get the current UTC time as soon as you receive the location update.
    Compare the UTC time with the update time embedded in TPositionInfo (not the satellite time). It will give you an approximate skew time.
    Add the skew time to the satellite time when.

    The accuracy will be dependent on the CPU load and couple of other factors. As you said, ideally it should be implemented somewhere at the very bottom of the stack.

  3. #3
    Registered User acar3's Avatar
    Join Date
    Sep 2004
    Posts
    40
    Thank you very much for the suggestion, I will try it!!

    Acar

Similar Threads

  1. [split] Nokia 5800 GPS - time to first fix
    By cool7jr in forum Symbian C++
    Replies: 7
    Last Post: 2009-06-10, 15:54
  2. GPS time
    By bean_ong in forum Python
    Replies: 2
    Last Post: 2009-03-17, 14:06
  3. Replies: 7
    Last Post: 2008-07-02, 16:36
  4. Replies: 0
    Last Post: 2008-05-12, 09:57
  5. Bizarre calendar/time zone change handling in Nokia 9500
    By noetus in forum General Development Questions
    Replies: 0
    Last Post: 2005-09-19, 19:27

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved