This program is created to automatize and speed-up solving of geodetic problems on real objects.
Three problems will be solved: Direct geodetic problem, Inverse geodetic problem, Polar serif problem
Microcontroller reads data from GPS-module and potentiometers to use it as an input in geodetic problems. Output is viewed on small screen and can be exported to SD-card.
-ARM® Cortex™-M4 Core Starter Kit
Having coordinate of one point, polar angle from this point to another point and distance between them we are able to find coordinates of second point.
Having coordinates of two points we can calculate distance and polar angle between them.
Given three points(P1,P2,P3) on the plane. We know coordinates of first two, polar angle between two lines which connect P1 and P2, P1 and P3 and distance from P1 to P3. Our goal is to find coordinates of point P3.