My project is to build a GPS beacon installed and used in tracking an RC airplane. For the beacon I am using Pi Zero 2W, Adafruit mini GPS PA1010D, and a Waveshare SX1262 915M LoRa Hat. For the the receiver I am using Pi Zero 2W, and a Waveshare SX1262 915M LoRa Hat. They beacon and receiver are setup as Peer to Peer. I have the beacon transmitting its GPS longitude and latitude to the receiver. The receiver does receive the sent data and displays it on the terminal window properly. I want to grab the receiver's displayed longitude / latitude and use it in some calculations. I haven't been able to figure out how to grab the longitude / latitude for calculations. In the program I am calling for the received message to be displayed using the "Receive()" command. All formatting and display is done "by magic". I think it is done in firmware and is a blackbox. Any ideas on how to get this data?
Statistics: Posted by Lee0123 — Tue Apr 15, 2025 9:44 pm