How do I discern Maidenhead Locator from GPS lat long info.


Results 1 to 40 of 126

Threaded View

  1. #34
    Join Date
    May 2013
    Location
    australia
    Posts
    2,644

    Default Re: How do I discern Maidenhead Locator from GPS lat long info.

    first off , what has your post got to do with maidenhead ? why not start a new relevant post instead of confusing this one

    secondly posting figures as pictures makes life difficult for anyone inclined to assist


    in you google numbers query (which is really deg ,min, sec conversion to decimal degrees )

    how did you get 38 + 2/60 + 3.49/3600 = 38.034297

    my calculator says 38.0343027 ps (in 32 bit float result is 38.0343018, with 64 bit float 38.0343028)done on pic24f using xc16

    you will have fun trying to get math accurate to 10 significant digits on that chip [even 32 bit floats struggle]
    your best bet is nbit math

    the decimal portion can be :-
    mins *1000000/6 + sec *1000/36

    parsing the nmea sentences is well covered but you may be interested in this

    http://support.melabs.com/forum/picb...strtok-usercmd

    a strtok function for pbp

    parsing strings with spaghetti code will always by a shortcut to madness
    Last edited by richard; - 21st May 2018 at 11:13.
    Warning I'm not a teacher

Similar Threads

  1. LAT replaces PORT command?
    By markscotford in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 3rd December 2011, 16:37
  2. Need Info for PBP?
    By azmax100 in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 30th January 2009, 07:44
  3. Replies: 1
    Last Post: - 27th July 2008, 06:14
  4. dmx info.
    By oscar in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 8th May 2005, 11:54

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts