Issue: RAK811-H when set to sometimes attempt to join on the frequency: 923800000 (not a TTN OTAA Join frequency)
Setup: Standard RAK811 Breakout with the firmware 3.0.0.3.H
Server: TTN
Details: Here is my connection data:
{
"name": "ns.up.join.receive",
"time": "2021-05-17T12:33:31.288419225Z",
"identifiers": [
{
"device_ids": {
"device_id": "rak",
"application_ids": {
"application_id": "testapp"
},
"dev_eui": "0000101011000001",
"join_eui": "0000200000001000",
"dev_addr": "00F7B0A5"
}
}
],
"data": {
"@type": "type.googleapis.com/ttn.lorawan.v3.UplinkMessage",
"raw_payload": "AAAQAAAAIAAAAQAAERAQAADxsRLffd4=",
"payload": {
"m_hdr": {},
"mic": "Et993g==",
"join_request_payload": {
"join_eui": "0000200000001000",
"dev_eui": "0000101011000001",
"dev_nonce": "B1F1"
}
},
"settings": {
"data_rate": {
"lora": {
"bandwidth": 125000,
"spreading_factor": 7
}
},
"data_rate_index": 5,
"coding_rate": "4/5",
"frequency": "923800000",
"timestamp": 4237758724
},
"rx_metadata": [
{
"gateway_ids": {
"gateway_id": "ttog",
"eui": "000080029C2B2AA7"
},
"timestamp": 4237758724,
"rssi": -73,
"channel_rssi": -73,
"snr": 8,
"uplink_token": "ChIKEAoEdHRvZxIIAACAApwrKqcQhKLc5A8aDAibxYmFBhDI79WIASCg7+nwqu8E",
"channel_index": 3
}
],
"received_at": "2021-05-17T12:33:31.287521297Z",
"correlation_ids": [
"gs:conn:01F5WGN2N024MCK08G7D05BZME",
"gs:up:host:01F5WGN2NAGBGAREKBHA9C78GZ",
"gs:uplink:01F5X52BMP2FHVF74D3JTYQ7D0",
"ns:uplink:01F5X52BMQY0KG9P40VD60NPAB",
"rpc:/ttn.lorawan.v3.GsNs/HandleUplink:01F5X52BMQG5DDA94CR8RV3MTZ"
],
"consumed_airtime": "0.061696s"
},
"correlation_ids": [
"gs:conn:01F5WGN2N024MCK08G7D05BZME",
"gs:up:host:01F5WGN2NAGBGAREKBHA9C78GZ",
"gs:uplink:01F5X52BMP2FHVF74D3JTYQ7D0",
"ns:uplink:01F5X52BMQY0KG9P40VD60NPAB",
"rpc:/ttn.lorawan.v3.GsNs/HandleUplink:01F5X52BMQG5DDA94CR8RV3MTZ"
],
"origin": "ea2b6361d534",
"visibility": {
"rights": [
"RIGHT_APPLICATION_TRAFFIC_READ"
]
},
"unique_id": "01F5X52BMR7QWERMS20VFVTZBT"
}
As you can see the connection frequency is incorrect.
Are there any plans to fix this?