Hello!
I’m currently using Chirpstack V4, I’m using Chirpstack whit LoRa modulation and LR-FHSS modulation.
When using LR-FHSS modulation it works fine (using this help), i can receive the data and everything is in order.
But when I try to use LoRa modulation the data is not showed anywhere in my application, here’s the data shown by the gateway:
{
"phy_payload": {
"mhdr": {
"m_type": "UnconfirmedDataUp",
"major": "LoRaWANR1"
},
"mic": [
114,
192,
247,
153
],
"payload": {
"f_port": 10,
"fhdr": {
"devaddr": "10000000",
"f_cnt": 193,
"f_ctrl": {
"ack": false,
"adr": false,
"adr_ack_req": false,
"class_b": false,
"f_opts_len": 0,
"f_pending": false
},
"f_opts": []
},
"frm_payload": "386690559980c7ce1e78"
}
},
"rx_info": [
{
"channel": 20,
"context": "ymxsEw==",
"crcStatus": "CRC_OK",
"gatewayId": ----------------------------
"location": {
------------------------------------
},
"metadata": {
"region_common_name": "EU868",
"region_config_id": "eu868"
},
"nsTime": "2024-06-03T12:48:07.125628498+00:00",
"rssi": -80,
"snr": 15,
"uplinkId": 45130
}
],
"tx_info": {
"frequency": 868300000,
"modulation": {
"lora": {
"bandwidth": 125000,
"codeRate": "CR_4_5",
"spreadingFactor": 7
}
}
}
}
I’m in EU863-870 region