3 Project Key Performance - fbusiko/adonis-red GitHub Wiki
1. Be able to track a person using the GPS module
When moving, a visual dashboard/coordinate system should be able to show that the module is able to track a person's movements within at least a 300m radius
2. Able to send data from the LoraWan module to the LoraWan gateway
The LoraWan module should be able to send movement data/basic information to the LoraWan gateway
3. Implement the dead-reckoning model using the Kalman filter
The dead reckoning model is the process of calculating the current position of a moving object by using a previously determined position, and then incorporate estimations of speed, heading direction, and course over elapsed time. This should be implemented in a python script
4. Able to send data to the dashboard
Movement data/basic information should be sent back to the dashboard. The ideal implementation would be to implement a map, and the movement data would be shown on this map
5. Static beacon network using the thingy:52 implemented
Implement a static beacon, which sends RSSI ranging information to the mobile node, which is then sent to the LoraWan gateway. The static beacon should also be able to read the RSSI of the signal