I stumbled upon a few of these LW004-CT “panic buttons/ trackers” fobs that support LoRa …
But I am running into a few difficulties (no tech documentation came with them and very limited hits googling around docs/manuals ) …
I am able to see the fob sending out a join message to my gateway on the ttn network , the traffic log on the gateway seems to indicate the message is forwarded to an “experimental_ttnv2” and then to a “packet broker” and then to a “cluster” but nothing seems to be going back down to the device … (the gateway console show no downlink message and the fob repeat its join message up 8-10 times and then gives up until i cycle the power on the fob)
Here is a sample join uplink message :
{
"name": "gs.up.receive",
"time": "2021-10-29T03:50:53.107207129Z",
"identifiers": [
{
"gateway_ids": {
"gateway_id": "lora-pierre"
}
},
{
"gateway_ids": {
"gateway_id": "lora-pierre",
"eui": "58A0CBFFFEXXXXXX"
}
}
],
"data": {
"@type": "type.googleapis.com/ttn.lorawan.v3.UplinkMessage",
"raw_payload": "AEZIZ25pc2lSxAhL//+BBeX1tTaXFBI=",
"payload": {
"m_hdr": {},
"mic": "NpcUEg==",
"join_request_payload": {
"join_eui": "526973696EXXXXXX",
"dev_eui": "E50581FFFFXXXXXX",
"dev_nonce": "B5F5"
}
},
"settings": {
"data_rate": {
"lora": {
"bandwidth": 125000,
"spreading_factor": 10
}
},
"coding_rate": "4/5",
"frequency": "903700000",
"timestamp": 2101117116,
"time": "2021-10-29T03:50:53.008403062Z"
},
"rx_metadata": [
{
"gateway_ids": {
"gateway_id": "lora-pierre",
"eui": "58A0CBFFFEXXXXXX"
},
"time": "2021-10-29T03:50:53.008403062Z",
"timestamp": 2101117116,
"rssi": -47,
"channel_rssi": -47,
"snr": 12.75,
"uplink_token": "ChkKFwoLbG9yYS1waWVycmUSCFigy//+gDl3ELyB8ukHGgsInd/tiwYQp7+KMyDgvNuik7QD"
}
],
"received_at": "2021-10-29T03:50:53.107126695Z",
"correlation_ids": [
"gs:conn:01FK4MEK7PDN6SY32CVJTYC9QE",
"gs:uplink:01FK52QZDKERCEHPHFKN6YQQ2Q"
]
},
"correlation_ids": [
"gs:conn:01FK4MEK7PDN6SY32CVJTYC9QE",
"gs:uplink:01FK52QZDKERCEHPHFKN6YQQ2Q"
],
"origin": "ip-10-101-14-140.us-west-1.compute.internal",
"context": {
"tenant-id": "CgN0dG4="
},
"visibility": {
"rights": [
"RIGHT_GATEWAY_TRAFFIC_READ",
"RIGHT_GATEWAY_TRAFFIC_READ"
]
},
"unique_id": "01FK52QZDK58C3YX8Y94CZEEX3"
}
As far as device setup is concerned in TTN I have used the devuid printed on the box , and tried a couple of permutations on the LoRa version (currently trying 1.0.2 as it seems common in other products from mokosmart) and put all 0’s in the appkey …
Note : Those fobs are also equipped with bluetooth and mokosmart even has an android app “moko lora” that supposedly allows to access / view the fob configuration (IDs / keys etc) but I cant seem to get the fob paired via bluetooth with my phone (it discovers the fob but wont pair with it)…
Any tips welcome …