exploring_lora
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
exploring_lora [2019/02/02 20:38] – [5. Coverage Challenge] samer | exploring_lora [2021/10/20 12:52] (current) – [4.2 Collisions and Packet Delivery Ratio] samer | ||
---|---|---|---|
Line 9: | Line 9: | ||
</ | </ | ||
- | ===== -. Setting the Lab ===== | + | ===== - Setting the Lab ===== |
- | ==== -. Hardware Platform ==== | + | ==== - Hardware Platform ==== |
In order to design and implement experiments with LoRa, you will use the following devices: | In order to design and implement experiments with LoRa, you will use the following devices: | ||
Line 24: | Line 24: | ||
* Give an estimated cost of your devices. | * Give an estimated cost of your devices. | ||
</ | </ | ||
- | ==== -. Software Tools ==== | + | ==== - Software Tools ==== |
Download the following software on your PC: | Download the following software on your PC: | ||
Line 37: | Line 37: | ||
- | ==== -. Installation ==== | + | ==== - Installation ==== |
Start by plugging the Dragino shields on the Arduino devices and mounting the antennas as shown in Fig. 1. | Start by plugging the Dragino shields on the Arduino devices and mounting the antennas as shown in Fig. 1. | ||
Line 48: | Line 48: | ||
<WRAP center round tip 75%> | <WRAP center round tip 75%> | ||
- | For Arduino Mega 2560, additional drivers for Microsoft Windows | + | For Arduino Mega 2560, additional drivers for Microsoft Windows can be installed from [[http:// |
For Arduino Duemilanove, | For Arduino Duemilanove, | ||
[[https:// | [[https:// | ||
</ | </ | ||
- | ===== -. Theoretical Study ===== | + | ===== - Theoretical Study ===== |
In this section, you will perform a theoretical assessment of the performance of LoRa modulation. You will later compare this theoretical results to the experimental ones as in a typical scientific study. | In this section, you will perform a theoretical assessment of the performance of LoRa modulation. You will later compare this theoretical results to the experimental ones as in a typical scientific study. | ||
Line 69: | Line 69: | ||
In the remainder of this lab, you will conduct measurements to validate the obtained theoretical receiver sensitivity. | In the remainder of this lab, you will conduct measurements to validate the obtained theoretical receiver sensitivity. | ||
- | ===== -. Configuring and Running the Lab ===== | + | ===== - Configuring and Running the Lab ===== |
- | ==== -. Modifying the Radio Parameters ==== | + | ==== - Modifying the Radio Parameters ==== |
- | Download the {{ : | + | Download the {{ : |
Take a look at the source code in '' | Take a look at the source code in '' | ||
Line 114: | Line 114: | ||
| | | | ||
| | | | ||
- | ==== -. Running Basic Sketches ==== | + | ==== - Running Basic Sketches ==== |
Now you can compile and upload the client and server sketches on the two arduino devices, respectively. On the serial interfaces, you should obtain similar results as in Fig. 2 and Fig. 3. The client sends periodically a short packet towards the server. The server outputs the RSSI (received power in dBm) for each received packet. | Now you can compile and upload the client and server sketches on the two arduino devices, respectively. On the serial interfaces, you should obtain similar results as in Fig. 2 and Fig. 3. The client sends periodically a short packet towards the server. The server outputs the RSSI (received power in dBm) for each received packet. | ||
Line 120: | Line 120: | ||
[{{ : | [{{ : | ||
[{{ : | [{{ : | ||
- | ===== -. Performance Evaluation ===== | + | ===== - Performance Evaluation ===== |
In the following, you will design and implement a set of scenarios that enable to evaluate the performance of the LoRa modulation. As you will deal with scientific assessment, you are required to use scientific tools to show the results. You have the choice between [[http:// | In the following, you will design and implement a set of scenarios that enable to evaluate the performance of the LoRa modulation. As you will deal with scientific assessment, you are required to use scientific tools to show the results. You have the choice between [[http:// | ||
As we are in presence of variable radio conditions, some experiments should be repeated multiple times and results can be shown as probability distributions. Take a look at this excellent repository of data visualisation tools [[https:// | As we are in presence of variable radio conditions, some experiments should be repeated multiple times and results can be shown as probability distributions. Take a look at this excellent repository of data visualisation tools [[https:// | ||
- | ==== -. Time on Air ==== | + | ==== - Time on Air ==== |
In this section, you will measure the Time on Air (ToA) that is given by the time necessary to transmit a packet on the radio interface. You will assess the impact of the spreading factor, bandwidth, coding rate, and packet size on the ToA. | In this section, you will measure the Time on Air (ToA) that is given by the time necessary to transmit a packet on the radio interface. You will assess the impact of the spreading factor, bandwidth, coding rate, and packet size on the ToA. | ||
Line 134: | Line 134: | ||
As for the theoretical computation of the ToA, you can refer to the the following documents : | As for the theoretical computation of the ToA, you can refer to the the following documents : | ||
- | * The Semtech | + | * The Semtech |
* An explanatory video: https:// | * An explanatory video: https:// | ||
* Various calculation tools available online: https:// | * Various calculation tools available online: https:// | ||
Line 152: | Line 152: | ||
* Analyze the obtained results and compare with the theoretical computations. You can superpose the theoretical results and the experimental ones on the same graph. | * Analyze the obtained results and compare with the theoretical computations. You can superpose the theoretical results and the experimental ones on the same graph. | ||
</ | </ | ||
- | ==== -. Coverage | + | ==== - Collisions and Packet Delivery Ratio ==== |
- | In this section, you will measure | + | In this section, you will compute |
- | Start by identifying a set of five geographical locations or Test Points (TP). These TPs should be astutely chosen to explore | + | Let us consider an ALOHA model for the random access in a LoRaWAN network. |
<WRAP center round help 100%> | <WRAP center round help 100%> | ||
- | * Draw the test points on a map and motivate your choices. | + | * What are the advantages of a random access in a wireless IoT context? What are the shortcomings? |
- | * Describe the radio configurations you selected and their impact on the reliability of the transmission. | + | |
- | * Visualise the experimental results by plotting the PDR for each TP and each radio configuration. | + | |
- | * Analyze | + | |
</ | </ | ||
- | ==== -. [Classroom activity] Collisions and Packet Delivery Ratio ==== | ||
- | In this section, you will measure the impact of the packet | + | Suppose that the packet |
- | The setting for this experiment is unique: | + | <WRAP center round help 100%> |
- | * Only one server | + | * What is the maximum packet generation rate for each spreading factor (SF7 to SF12)? Explain your answer. |
- | * All groups are required to use the same frequency, spreading factor, and coding rate. | + | </ |
- | * The average | + | |
+ | In the following we consider N devices transmitting 50 bytes packets | ||
<WRAP center round help 100%> | <WRAP center round help 100%> | ||
- | * Draw the PDR as a function of the average arrival rate. Analyze | + | * Compute |
- | * What type of mathematical model enables to theoretically compute | + | * Plot the number of successful transmissions per hour as a function of the number of devices for SF7 and SF12. Analyse the obtained figure and attach the simulation code. |
+ | * Plot the packet delivery ratio as a function of the number of devices for different SFs. Give the details of your computation and the simulation code. | ||
+ | * Plot the number of successful transmissions per hour per device as a function | ||
</ | </ | ||
- | ===== -. Coverage Challenge ===== | + | ===== - Coverage Challenge ===== |
- | In this section, you are required to establish a record of LoRa coverage. You can certainly unleash your scientific imagination, | + | Start by identifying a set of three geographical locations or Test Points (TP). These TPs should be astutely chosen to explore the limits of LoRa coverage. Then, you should implement a function on the server that measures the ratio of successfully delivered packets or PDR (Packet Delivery Ratio). Now, you should run the experiment for three different radio configurations: |
+ | |||
+ | <WRAP center round help 100%> | ||
+ | * Draw the test points on a map and motivate your choices. | ||
+ | * Describe the radio configurations you selected and their impact on the reliability of the transmission. | ||
+ | * Visualise the experimental results by plotting the PDR for each TP and each radio configuration. | ||
+ | * Analyze the obtained results. | ||
+ | </ | ||
+ | |||
+ | You are now required to establish a record of LoRa coverage. You can certainly unleash your scientific imagination, | ||
* Direct transmission between the two devices is only considered. | * Direct transmission between the two devices is only considered. | ||
- | * 3D distance is computed between devices. You can get the elevation from this [[ http://www.geocontext.org/ | + | * 3D distance is computed between devices [[http:// |
* PDR must be higher than 10% as computed for 100 packets. | * PDR must be higher than 10% as computed for 100 packets. | ||
* Supporting live video and screen capture should be used to authenticate the record. | * Supporting live video and screen capture should be used to authenticate the record. | ||
- | You can use the [[https:// | + | You can use [[https:// |
- | + | ||
- | <WRAP center round todo 60%> | + | |
- | Take a look at this tool [[http:// | + | |
- | </WRAP> | + | |
<WRAP center round help 100%> | <WRAP center round help 100%> | ||
- | * Compute the Fresnel zone for your transmission | + | * Compute the Fresnel zone for your transmission. Comment the result. |
* Provide the expression of the link budget and compute the received power using two different path loss models (ITM, Line of sight) with Cloud RF. | * Provide the expression of the link budget and compute the received power using two different path loss models (ITM, Line of sight) with Cloud RF. | ||
- | * Compare the received power obtained experimentally with the results of Cloud RF. | + | * Compare the received power obtained experimentally with the results of the online simulators. |
* Prepare a short presentation (5 minutes pitch) to describe your experiment. | * Prepare a short presentation (5 minutes pitch) to describe your experiment. | ||
</ | </ | ||
Line 203: | Line 206: | ||
This challenge and the corresponding grading is considered as a part of the final project. | This challenge and the corresponding grading is considered as a part of the final project. | ||
</ | </ | ||
- | ===== -. Grading ===== | + | ===== - Grading ===== |
| ^ Exemplary | | ^ Exemplary |
exploring_lora.1549136331.txt.gz · Last modified: 2019/02/02 20:38 by samer