DeuxVis / Lora-TTNMapper-T-Beam

TTNMapper on the TTGO T-Beam
GNU General Public License v3.0
109 stars 47 forks source link

Decoder produces strange GPS values #14

Closed oricoh closed 4 years ago

oricoh commented 5 years ago

In the serial monitor I see the correct GPS values, but on LoRaServer.io with the Decode functions I am seeing very funny values like these:

altitude:8311 hdop:11.1 latitude:-39.09643346646032 longitude:-27.51430556263361

Any idea?

svjakobs commented 5 years ago

Similar issue here: { "altitude": 0, "hdop": 0.1, "latitude": -44.94489401250446, "longitude": -178.38226308716912 }

DeuxVis commented 5 years ago

I have no experience with loraserver.io, but it seems interesting.

To clarify, you problem is showing up when using your own instance of lorawan server(s), right ? Did you try that on the things network at all ? Can you show the decoder code you are using please ?

DeuxVis commented 4 years ago

I suppose the OP solved his problem or lost interest : closing because of inactivity.

Feel free to comment about what was the solution for https://www.chirpstack.io/ - previously loraserver.io - if you find one.