LoRaWAN

来自Jack's Lab
(版本间的差异)
跳转到: 导航, 搜索
(Gateway Config)
(Gateway Config)
第38行: 第38行:
 
* 把 start_gw.sh 加到系统自启动目录
 
* 把 start_gw.sh 加到系统自启动目录
 
* 编译 lora_gateway
 
* 编译 lora_gateway
 
  
 
<source lang=bash>
 
<source lang=bash>

2019年5月24日 (五) 06:36的版本

目录

1 Overview

https://www.thethingsnetwork.org/docs/lorawan/



2 Address

https://www.thethingsnetwork.org/docs/lorawan/address-space.html


3 Gateway Traffic

uplink, downlink, join

Time    Frequency    Mod.    CR    Data Rate    Airtime (ms)    cnt


4 Gateway Test

$ ./lora_gateway -d 5 -e 12 -c 125 -i 34 -h 2 -f -g 434.3


5 Gateway Config

basic_config_gw.sh:

  • 生成 gateway_id.txt, gateway_id.md5
  • 生成配置文件 gateway_conf.json
  • 配置 WiFi
  • 把 start_gw.sh 加到系统自启动目录
  • 编译 lora_gateway
pi@raspberrypi:~/lora-gw/gw_full_latest $ ./scripts/test_gwid.sh
Detecting gw id as 0000B827EF8855AA

pi@raspberrypi:~/lora_gateway $ scripts/basic_config_gw.sh MKB827EF8855AA00
Taking provided address: MKB827EB8E763900
Keep a copy of /home/pi/lora_gateway/scripts/update_gw.sh
mkdir: cannot create directory ‘/home/pi/scripts’: File exists
Done
Creating /home/pi/lora_gateway/gateway_id.txt file
Writing 0000MKB827EF8855AA00
Done
Creating /home/pi/lora_gateway/gateway_id.md5 file
Done
Replacing gw id in /home/pi/lora_gateway/gateway_conf.json
Done
Creating /home/pi/Dropbox/LoRa-test
Done
Creating log -> /home/pi/Dropbox/LoRa-test
Done
Setting gateway to run at boot
Removing /home/pi/lora_gateway/scripts/start_gw.sh in /etc/rc.local if any
Done
Add /home/pi/lora_gateway/scripts/start_gw.sh in /etc/rc.local
Done
Compile lora_gateway executable
~/lora_gateway ~/lora_gateway
rm *.o lora_*gateway
You have a Raspberry 1
Compiling for Raspberry 1
g++ -DPABOOST -DMAX_DBM=20 -DRASPBERRY -DIS_RCV_GATEWAY -c lora_gateway.cpp -o lora_gateway.o
g++ -c arduPi.cpp -o arduPi.o
g++ -c SX1272.cpp -o SX1272.o
g++ -lrt -lpthread lora_gateway.o arduPi.o SX1272.o -o lora_gateway
~/lora_gateway
You should reboot your Raspberry
Bye.

Refer to: Basic Config


6 Reference







个人工具
名字空间

变换
操作
导航
工具箱