lora-aprs / LoRa_APRS_Tracker

A LoRa based APRS tracker for ESP32 boards.
MIT License
301 stars 105 forks source link

Lora APRS Tracker update rate #101

Closed YO3HCM closed 10 months ago

YO3HCM commented 1 year ago

Hi, congrats for the nice project, I successfully used it with a raspberry pi as GW.

My problem: I need to increase update rate.. ideally 10s between transmissions No matter how much I lower the numbers in track.json the period will not get lower than 1min.

What is your recommendation?

Thank you

richonguzman commented 11 months ago

you need to use fixed time delta of the beacons ---> smartBeacon > active = false

smartBeacon uses the values of smart beacon info and not a fixed lower time

peterus commented 10 months ago

1min is already a lot for lora (you need more than 10 sec to just send your message). if you would decrease it further there would be no airtime for others.