Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: ScaleRobotics; Keyword(s):

Search: Search took 0.01 seconds.

  1. Re: Bearing calculation out of 2 nmea strings

    Sounds like a fine approach to me. The more complicated stuff is for if you want to know which direction and distance it is to something. If you just want to see if its been moved, and don't care...
  2. Here is the part that corrects for the length of...

    Here is the part that corrects for the length of longitude, as latitude increases. This was written for the PIC16, and was used in addition to above code.



    do_cordic: ...
  3. I used the Cordic to get the heading and...

    I used the Cordic to get the heading and distance. To get this to work, you need to calculate the difference between the two waypoints

    lathome_hi = the 37 part of the 37.12345 degrees...
Results 1 to 3 of 3