ubcuas / Antenna-Tracker

Antenna Tracker Software to Maintain Drone Connection
MIT License
1 stars 0 forks source link

Start GCOM integration research #9

Open dislasriv opened 1 month ago

dislasriv commented 1 month ago

Overview

The main task we have right now is to send GPS coordinates through the serial port, to the antenna consistently. We are planning on using GCOM to get these coordinates. Since GCOM is written in Python, ideally we would want to find a way to make a python file to send these coordinates serially.

Things to figure out:

dislasriv commented 1 month ago

We are planning to stick with our Arduino unit for now. I am going to look into methods we can use to send coordinates via serial port using python.