From f991b0e35ad1bd3b999c70e68c518bae91bd36a6 Mon Sep 17 00:00:00 2001 From: Sylvain Miermont Date: Fri, 28 Mar 2014 16:58:48 +0100 Subject: v1.3.0 - Added TX power management. - Added full support for SX1301 reference board. - Changed build system with configuration for multiple chip/radio/band support. - SX125x bandwidth set to 1MHz by default (was 800 kHz). - Solved warnings with 64b integer printf when compiling on x86_64. - Renamed helper programs to reduce the concentrator vs. gateway confusion. --- util_pkt_logger/cfg/global_conf.eu433.json | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 util_pkt_logger/cfg/global_conf.eu433.json (limited to 'util_pkt_logger/cfg/global_conf.eu433.json') diff --git a/util_pkt_logger/cfg/global_conf.eu433.json b/util_pkt_logger/cfg/global_conf.eu433.json new file mode 100644 index 0000000..9988809 --- /dev/null +++ b/util_pkt_logger/cfg/global_conf.eu433.json @@ -0,0 +1,35 @@ +{ + "SX1301_conf": { + "radio_0": { + "enable": true, + "freq": 433500000 + }, + "chan_multiSF_0": { + /* LoRa MAC channel, 125kHz, all SF, 433.2 MHz */ + "enable": true, + "radio": 0, + "if": -300000 + }, + "chan_multiSF_1": { + /* LoRa MAC channel, 125kHz, all SF, 433.4 MHz */ + "enable": true, + "radio": 0, + "if": -100000 + }, + "chan_multiSF_2": { + /* LoRa MAC channel, 125kHz, all SF, 433.6 MHz */ + "enable": true, + "radio": 0, + "if": 100000 + }, + "chan_multiSF_3": { + /* LoRa MAC channel, 125kHz, all SF, 433.8 MHz */ + "enable": true, + "radio": 0, + "if": 300000 + } + }, + "gateway_conf": { + "gateway_ID": "AA555A0000000000" + } +} -- cgit v1.2.3