Skip to content

Pelado-Mat/AntTracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

347 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AntTracker

ESP32 based Antenna Tracker for tracking a moving model aircraft or drone with a small high-gain UHF or SHF antenna. Supports Mavlink 1 & 2, CRSF, and GPS

Forked from zs6buj Ant Tracker to do a major clean up.

Tested HW

How to build the SW

  1. Install Platformio
  2. Check config.h and edit the options. Double check the pin definitions!
  3. Connect the esp32 dev kit module
  4. run pio run -t upload to build and upload It should download the correct libraries, build and upload the code.

Developed for

TODO

  • CleanUp: Add proper header files to the code files under include/
  • CleanUp: Remove STM code, this will be an esp32 only project
  • Document HW wiring and working components
  • Add Tracker batery voltage sensors. Voltage Divider: R1: 600k R2: 100k for a 5s setup
  • Test BoxGPS Support
  • Test QMC5883L Compass support
  • Fix: HMC588L compass support

Ideas

  • move to a runtime configuration
  • Add a web interface for configuration
  • Add a Gyro ?

About

Antenna Tracker for tracking a moving model aircraft or drone with a small high-gain UHF or SHF antenna

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 95.3%
  • C++ 4.7%