I am trying to get a new Dragino D22-LB and AIS01-LB to send data.
So far I can get them to join with very good signals but I can’t get them to send data. Nothing shows up in the live data stream after the join.
My gateway is an older gateway, a TTOG. It says it’s is LoRaWAN 1.0.2 and my devices are 1.0.3. Could that be a problem? My gateway appears to be getting data from other devices, just not mine. (I can provide a sample if requested)
{
"name": "ns.up.join.process",
"time": "2024-09-11T15:24:02.300938727Z",
"identifiers": [
{
"device_ids": {
"device_id": "davis-dragino-test4",
"application_ids": {
"application_id": "ucdavis-test-temperature"
},
"dev_eui": "A8404134B1888CA7",
"join_eui": "A840410000000101"
}
}
],
"data": {
"@type": "type.googleapis.com/ttn.lorawan.v3.UplinkMessage",
"raw_payload": "AAEBAAAAQUCop4yIsTRBQKhXwvxn2hc=",
"payload": {
"m_hdr": {},
"mic": "/GfaFw==",
"join_request_payload": {
"join_eui": "A840410000000101",
"dev_eui": "A8404134B1888CA7",
"dev_nonce": "C257"
}
},
"settings": {
"data_rate": {
"lora": {
"bandwidth": 125000,
"spreading_factor": 10,
"coding_rate": "4/5"
}
},
"frequency": "903100000",
"timestamp": 1729360564,
"time": "2024-09-11T15:23:43.998Z"
},
"rx_metadata": [
{
"gateway_ids": {
"gateway_id": "joules-the-cow",
"eui": "000080029C5E2EEF"
},
"time": "2024-09-11T15:23:43.998Z",
"timestamp": 1729360564,
"rssi": -95,
"channel_rssi": -95,
"snr": 6.8,
"location": {
"latitude": 38.54004,
"longitude": -121.74689,
"altitude": 46,
"source": "SOURCE_REGISTRY"
},
"uplink_token": "ChwKGgoOam91bGVzLXRoZS1jb3cSCAAAgAKcXi7vELTlz7gGGgsIkuyGtwYQq+zhKSCgnrCvqvYTKgwI/+uGtwYQgIvx2wM=",
"channel_index": 4,
"gps_time": "2024-09-11T15:23:43.998Z",
"received_at": "2024-09-11T15:24:01.936514454Z"
}
],
"received_at": "2024-09-11T15:24:02.091312102Z",
"correlation_ids": [
"gs:uplink:01J7GTYDNAVGYNJHYNQ66WW843"
],
"device_channel_index": 4,
"consumed_airtime": "0.370688s"
},
"correlation_ids": [
"gs:uplink:01J7GTYDNAVGYNJHYNQ66WW843"
],
"origin": "ip-10-101-7-152.us-west-1.compute.internal",
"context": {
"tenant-id": "CgN0dG4="
},
"visibility": {
"rights": [
"RIGHT_APPLICATION_TRAFFIC_READ"
]
},
"unique_id": "01J7GTYDVWD30TCQKSWSFC79GR"
}
I played around with this antenna 4 year ago and was able to get data from a sparkfun explorable kit. This is my first time trying to connect an Off The Shelf sensor so I may be doing something stupid but it seems like I should be able to trigger a data send and I’m not able to see anything after the initial join.