Hello,
I have an ESP based TTGO oled device in the V2 console, it works just fine. Before the migrate to V3 I wanted to try with another Chip as a new device in the V3. I registered a new APB device in the V3, I changed the NWSKEY, APPSKEY and DEVADDR and I uploaded the sketch (LMIC). I have a gateway in the V2 and another one in the V3. They are also ESP based Chips with 1ch gateway library. Both are receiving the Pakets, I see that in the WebGUI, but in the V3 Console by the device section shows nothing.
I have no idea where should I change my settings or my sketch that it goes online.
The keys are irrelevant I can generate a new if I get it work.
I am using ABP and not OTAA because my gateway’s uplink channel is limtied to one. If I write and test my code it is really slow to get the node online, so OTAA is not an option.!
TTN console uplink message from the gateway:
{
"name": "gs.up.receive",
"time": "2021-07-18T11:56:30.600686327Z",
"identifiers": [
{
"gateway_ids": {
"gateway_id": "xxx-gateway-001" <== of coruse it is not mine
}
},
{
"gateway_ids": {
"gateway_id": "xxx-gateway-001", <== of coruse it is not mine
"eui": "MYEUI in HEX"
}
}
],
"data": {
"@type": "type.googleapis.com/ttn.lorawan.v3.UplinkMessage",
"raw_payload": "QPctCyYAawAB0SS6I3oXlNoXo1vw6puGwvXKEzb+QttBU+c=",
"payload": {
"m_hdr": {
"m_type": "UNCONFIRMED_UP"
},
"mic": "20FT5w==",
"mac_payload": {
"f_hdr": {
"dev_addr": "260B2DF7",
"f_ctrl": {},
"f_cnt": 107
},
"f_port": 1,
"frm_payload": "0SS6I3oXlNoXo1vw6puGwvXKEzb+Qg=="
}
},
"settings": {
"data_rate": {
"lora": {
"bandwidth": 125000,
"spreading_factor": 7
}
},
"coding_rate": "4/5",
"frequency": "868099975",
"timestamp": 1112970797
},
"rx_metadata": [
{
"gateway_ids": {
"gateway_id": "xxx-gateway-001",
"eui": "MYEUI in HEX"
},
"timestamp": 1112970797,
"rssi": -43,
"channel_rssi": -43,
"snr": 9,
"uplink_token": "CiEKHwoTb3JpbWF0ZS1nYXRld2F5LTAwMhIIfJ69///wrPgQrazakgQaDAjurdCHBhDUiq+eAiDIv+qRsp0B"
}
],
"received_at": "2021-07-18T11:56:30.600556884Z",
"correlation_ids": [
"gs:conn:01FAWJES6Y57CC16WN58X2A8FJ",
"gs:uplink:01FAWQK508Z8WTB4WWXVYZ1TY9"
]
},
"correlation_ids": [
"gs:conn:01FAWJES6Y57CC16WN58X2A8FJ",
"gs:uplink:01FAWQK508Z8WTB4WWXVYZ1TY9"
],
"origin": "ip-10-100-12-248.eu-west-1.compute.internal",
"context": {
"tenant-id": "CgN0dG4="
},
"visibility": {
"rights": [
"RIGHT_GATEWAY_TRAFFIC_READ",
"RIGHT_GATEWAY_TRAFFIC_READ"
]
},
"unique_id": "01FAWQK50809VJ2Z1X9R87Q60N"
}
Can somebody help me?
Thanks