Browan Communications Inc.
No.15-1, Zhonghua Rd., Hsinchu Industrial Park,
Hukou, Hsinchu, Taiwan, R.O.C. 30352
Tel: +886-3-6006899
Fax: +886-3-5972970
Copyright 2020 Browan Co., Ltd.
31
Q&A
Where is the LoRa gateway library?
LoRa gateway library is a library to control Semtech LoRa multi-channel RF receiver. The path of the LoRa gat
eway library is:
$
TOP_DIR/vendors/browan/boards/tb-300/components/lora_gateway
Where is Web GUI's source code?
Web GUI is base on esp32-wifi-manager (
https://github.com/tonyp7/esp32-wifi-manager
). The path of esp32-w
ifi-manager is:
$
TOP_DIR/vendors/browan/boards/tb-300/components/esp32-wifi-manager
Where is the entry point for LoRa Basic Station?
LoRa Basic Station's entry point is
browan_cmd_station()
. You can find this function call at the end of lora_bas
ic_station_demo.c. The path of lora_basic_station_demo.c is:
$
TOP_DIR/demos/lora_basic_station/lora_basic_station_demo.c