iC880A-SPI QuickStart Guide - QuickStart Guide
Open Source Driver on Github
confidential
iC880A-SPI_QuickStartGuide.docx, Wireless Solutions, V0.1
page 13 of 17
"type": "SX1257",
"freq": 868500000,
"rssi_offset": -166.0,
"tx_enable": false
},
"chan_multiSF_0": {
/* Lora MAC channel, 125kHz, all SF, 868.1 MHz */
"enable": true,
"radio": 1,
"if": -400000
},
"chan_multiSF_1": {
/* Lora MAC channel, 125kHz, all SF, 868.3 MHz */
"enable": true,
"radio": 1,
"if": -200000
},
…
"tx_lut_0": {
/* TX gain table, index 0 */
"pa_gain": 0,
"mix_gain": 8,
"rf_power": -6,
"dig_gain": 0
},
…
},
"tx_lut_15": {
/* TX gain table, index 15 */
"pa_gain": 3,
"mix_gain": 14,
"rf_power": 27,
"dig_gain": 0
}
},
"gateway_conf": {
"gateway_ID": "AA555A0000000000"
}
}
In the head of the file there are some general settings concerning the private/public LoRa
network setup. The setting for the internal clock must not be changed. Next there is one config
block for each radio of the concentrator. Each radio can be turned on / off and operates on a
certain base frequency. (See block “
radio_0
” and “
radio_1
”). The settings called “type”
must be kept unchanged (SX1257).
The following blocks define the parameters used by the virtual multi SF channels. Each logical
channel configuration consists of the radio to be used and the RF frequency. The RF frequency is
defined as difference to the base frequency defined in the corresponding radio config block.
For further details please check the documentation.
After checking the configuration the tool can be started via:
cd lora_gateway/util_pkt_logger
./util_ptk_logger