User Tools

Site Tools


wiki:lora_features

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:lora_features [2019/02/04 12:05]
mpe [Kerlink common packet forwarder (cpf)]
— (current)
Line 1: Line 1:
-====== Introduction to LoRa features ====== 
- 
-{{ :​images:​schem_ibts_topology.png??​600 |}} 
- 
-===== How is the data from an end-device transmitted to a LoRa Network Server (LNS) ===== 
-The classical communication case is: 
-  * A LoRa end-device emits a packet and opens a short reception window after the emission.\\ 
-  * The gateway uses its LoRa specific hardware to receive the RF packet.\\ 
-  * A program installed on the gateway named "​packet forwarder"​ retrieves the packet and forwards it to the LNS.\\ 
-  * The LNS analyses the packet.\\ 
-  * If the LNS decides to reply to this packet, it sends the answer back to the packet forwarder.\\ 
-  * The packet forwarder uses the hardware of the gateway to send the frame (during the reception window).\\ 
-  * The end-device receives the packet.\\ 
- 
-===== LoraWan protocol ===== 
-The protocol used by the end-device, the gateway and the LNS is the LoRaWAN protocol. You will find a presentation,​ a technical introduction,​ and the detailed specification on the official {{https://​www.lora-alliance.org/​what-is-lora|website}}. ​ 
- 
-===== LoRa specific hardware ===== 
- 
-The LoRa specific hardware differs from one type of gateway to another. It defines the capabilities of the gateways such as the number of channels, the diversity, the sensibility,​ ... 
- 
-++++ iBTS | 
- 
-{{ :​images:​loraloc_hardware_architecture.png?​800 |}} 
- 
-Wirnet™ iBTS gateways are composed of multiple boards. The LoRaLOC boards are responsible for the management of LoRa packets. Depending on the Wirnet™ iBTS hardware versions, up to 4 LoRaLOC board can be integrated into the gateway. 
- 
-Each LoRaLOC board is composed of: 
- - 1 frontend ​ 
- - 1 AD9361 
- - 2 SX1301 
- - 1 FPGA 
- - 1 SX1239 
- 
-Each SX1301 is capable of demodulating 8x 125KHz LoRa bands, 1x 250KHz LoRa bands and 1x FSK band. Since there are 2x SX1301 in each LoRaLOC, a LoRaLOC can use up to 16x 125KHz LoRa bands. 
- 
-Each frontend has 2x SMB antennas ports. The use of both SX1301 can be achieved with only one antenna. Actually, using 2 antennas is only useful to cover a wider area. For example, two directional antennas could be used from the same place or two omnidirectional antennas could be used from different places. 
- 
-Each LoRaLoc is calibrated on a testbench. The result of the calibration process is copied at each startup in the ''/​tmp/​calib_loraloc.json''​ file. 
-++++ 
- 
-++++ iFemtoCell| 
- 
-{{ :​images:​ifemtocell_lora_hardware_architecture_v1.0.png?​800 |}} 
- 
-FIXME 
- 
-++++ 
- 
-===== FPGA/HAL ===== 
-The LoRa specific hardware of the gateways is driven by an FPGA. This FPGA is regularly updated by Semtech to improve its performances,​ to add new features and to correct bugs.  ​ 
- 
-Kerlink provides a Hardware Abstraction Layer (HAL) to use the LoRa Specific hardware. This HAL is a static library written in C. Each version of the HAL relies on a version of the FPGA, therefore to use programs that use the HAL, the first thing to do is to update the FPGA. 
- 
-For almost all users, the use of the FPGA and of the HAL is transparent. Kerlinks provides a CPF (see next paragraph) that takes care of the FPGA update and integrates the HAL. 
- 
-===== Kerlink common packet forwarder (cpf) ===== 
-The packet forwarder is a set of two daemons (working together) used to send the packets received from the end-devices to the LNS and vice-versa, hence its name. 
- 
-The packet forwarder is the main program of a LoRa gateway. It has to be installed to implement a LoRaWAN network. 
- 
-More details about how to install/​configure the CPF [[wiki:​cpf|here]].  
- 
-===== Regulation ===== 
-Each country has different regulation about RF transmission. Since this is the LNS that schedules the LoRa packets and chooses the RF power used by the gateways, make sure that your LNS configuration fits with your country regulation. ​ 
- 
-LNS do not handle the LBT feature (Listen Before Talk). A few countries (Japan and Korea) requires it. This feature is directly activated in the packet forwarder configuration. 
- 
  
wiki/lora_features.1549278342.txt.gz · Last modified: 2019/02/04 12:05 by mpe