8000 GitHub - Andreas237/geocalc: Online geographic calculator. For use with a vehicle-mounted antenna rotator tracking a moving APRS projectile. Pulls APRS data from the internet, then makes Az/EL estimation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from N2WU/geocalc

Online geographic calculator. For use with a vehicle-mounted antenna rotator tracking a moving APRS projectile. Pulls APRS data from the internet, then makes Az/EL estimation

Notifications You must be signed in to change notification settings

Andreas237/geocalc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

geocalc

Online geographic calculator from David cross - converted to python and used for own purposes by Nolan Pearce N2WU

This script should run headless on a raspberry pi connected to antenna rotator, GPS, and gyroscope.

When starting the script, the gyroscope should be as flat and stationary as possible and orientated compass (magnetic) north. The gyroscope will only read angular velocities on the z axis (rotation)

The code requires you to put in your aprs.fi API key in the azel_calc.py script. My api key is there now. It asks for text input for callsign - you must change this if you want to run headless.

Accomplishes the following:

  1. Takes input "station" GPS coordinates
  2. Parses target GPS coordinates from APRS
  3. Outputs elevation, azimuth, and distance
  4. Adjusts azimuth if device is rotated in any way
  5. Adjusts antenna rotator to appropriate elevationand azimuth

About

Online geographic calculator. For use with a vehicle-mounted antenna rotator tracking a moving APRS projectile. Pulls APRS data from the internet, then makes Az/EL estimation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.9%
  • HTML 30.1%
0