Skip to content
Snippets Groups Projects
Commit 1a5b1952 authored by Nada Yassine's avatar Nada Yassine
Browse files

spec finit

parent 79568399
No related branches found
No related tags found
No related merge requests found
Bc2Su3HN.jpeg

42.9 KiB

......@@ -8,16 +8,13 @@ This project takes place in a context where optimizing LPWAN (Low Power Wide Are
The goal of our project is to enable a device equipped with a LoRa communication module to determine its exact position at any time. To achieve this, we need to enhance ChirpStack by adding a microservice that will handle device localization requests. Specifically, when a device requests its position, ChirpStack will:
1. Query its own database to retrieve available information on this device
2. Consult the BeaconDB database (which we identified for inform us about network positions) for additional reference points.
2. Consult the BeaconDB database (which we identified to inform us about network positions) for additional reference points.
3. Perform data consistency checks between these sources to refine and what the device informs to refine the position.
3. Perform data consistency checks between these sources and what the device informs to refine the position.
Additionally, we need to develop a software solution for the LoRa-equipped device. This software will allow the device to regularly send packets like: "Here is the network around me", containing information on the signals it detects. These data points will then be processed to improve location accuracy.
## Results
![Texte alternatif](Bc2Su3HN.jpeg)
## Constraints
Additionally, we need to develop a software solution for the LoRa-equipped device. This software will allow the device to regularly send packets like: "Here is the network around me", containing information on the signals it detects. These data points will then be processed to improve location accuracy.
## Necessary ressources
To successfully carry out this project, several resources are required:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment