noppingen / Lora-TTNMapper-T-Beam-v10

TTNMapper node on TTGO "T-Beam v10"
https://www.onderka.com/computer-und-netzwerk/ttnmapper-node-mit-ttgo-t-beam-v10
11 stars 5 forks source link

Payload sent to TTN pnly has the gateway information #6

Open fabioqueiros opened 3 years ago

fabioqueiros commented 3 years ago

I installed your code in my TTGO TBEAM (T22 v1.0 20190612), change the ID TTN data and can see new data arriving in TTN console. But the data arrived to TTN console only has the gateway information, i think is missing the payload information. This is an example received in TTN console: { "time": "2020-12-28T11:40:54.169806394Z", "frequency": 868.3, "modulation": "LORA", "data_rate": "SF8BW125", "coding_rate": "4/5", "gateways": [ { "gtw_id": "eui-b827ebfffe6c58a0", "timestamp": 1707396380, "time": "2020-12-28T11:40:54.139229Z", "channel": 1, "rssi": -120, "snr": -6.2, "latitude": 41.24213, "longitude": -8.63811, "altitude": 64 } ] }

fabioqueiros commented 3 years ago

@noppingen In TTN what you receive with this code? I just receive the GPS coordinates of the gateway and not my device coordinates.