cyclops1982 / RAKTracker

Example code that get's a distance measure and sends it via lora. First implementation. Very basic.
0 stars 0 forks source link

Consider info that is send in lora message #18

Open cyclops1982 opened 1 week ago

cyclops1982 commented 1 week ago

Currently ,we send a few GPS details:

The question is if we really need them. So here goes:

We could replace nr of satellites & fixtype with one flag that tells us something about the valid fix and hdop. Do we want to always do that? Not sure. Ideally we'd just send a 'debug on' message and then start sending it out, which means supporting more message formats in the code.

Leads me to think that we can leave out the motion flags and just have a tracker that always has that? Even if it's disabled we can just send 00's maybe?

One thing that we really should do is introduce a 'debug' mode for at home/lab. Because we do see differences with on the USB cable and int he field. So what is the HDOP value in the field? Was GNSSFIXOK true or false? These flags should be added. Adding this to a 'debug' message might make sense.