Tom Fifield

Results 220 comments of Tom Fifield

Probably wouldn't be hard to extend https://github.com/fifieldt/meshtastic-map-backend to bridge MQTT and JSON in general, rather than just for maps. Could maybe even add some native homeassistant json stuff to make...

this is what it looks like with ArduinoJson: https://github.com/meshtastic/firmware/pull/4661

Has anyone looked into the protobuf library for this conversion? https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/util/json_util.h

@GPSFan , do you happen to have numbers for what makes a 'bad' DOP we could throw out?

Thank you so much for the most excellent explanation,@GPSFan! I've been tracking some of the position data from my local mesh recently. Some examples below looking at 1 week of...

Yeah, it's very useful! Basically, I have a meshtastic device connected to a PC. I'm running some custom python code that connects to it using the serial connection and saves...

Ran code capturing HDOP for several hours; interesting results. Early conclusion is that we may want to consider the number of satellites as well as DOP. I had one HDOP=10.25...

@garthvh - only tried DOP from tinyGPS on a device - not from what comes over the mesh: https://github.com/meshtastic/firmware/compare/master...fifieldt:meshtastic-firmware:gps-nolock-time In my (admittedly limited) testing I was not able to find...