I started a project that sets out to create an optical beacon tracker. It will have a transmitter a receiver side. The transmitter side with have a LED array and a single laser diode. The receiver side will intercept this signal with a quadro-photodiode to determine a more precise location. The QPD is quite small so initially the receiver will use gps coordinates to find the general location of the transmitter. Once the location is found, the QPD attached to a gimbal will move to said location. The transmitter will also have GPS and a gimbal that have the same function as the transmitter side.
I am working on this project with a friend who has two cube orange standard set, two here 4 gps modules and antennas, and the associated telemetry modules that are part of the ecosystem. I am not that experienced in coding and neither is he. I was wondering if it’s feasible to somehow get the gps coordinates and use them in a tracking algorithm on an esp32. If so how should we go about this?