Skip to content

hukm/GeoSol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoSol

Firmware for ARM microcontroller to solve Geodetic problems

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.

Demo

https://youtu.be/wYdfMhwXWZA

Hardware

-ARM® Cortex™-M4 Core Starter Kit

-GPS module.

Direct geodetic problem

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.

Inverse geodetic problem

Having coordinates of two points we can calculate distance and polar angle between them.

Polar serif problem

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.

About

Firmware for ARM microcontroller to solve Geodetic problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors