Hey
The GPS has a PPS pin that triggers a high state every second, and I would like the LORA to send at the same rate as the GPS receives data, which is 1Hz it’s possible?
I used to check the auxPin and PPS pin from the GPS module, whether they are on high value in my code attached example.
“while (digitalRead(ppsPin)==HIGH && digitalRead(auxPin) ==HIGH)”
Attachments:
You must be
logged in to view attached files.