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
}
]
}
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 } ] }