[reports] fix WhiteVest assets

This commit is contained in:
Diogo Peralta Cordeiro 2023-01-22 11:34:38 +00:00
parent 630d5fc6cb
commit 6e3b02bc9b
Signed by: diogo
GPG Key ID: 18D2D35001FBFAB0
5 changed files with 8 additions and 8 deletions

View File

@ -33,7 +33,7 @@ Lastly, the ground station has an event-driven architecture, based on events fro
Project for collecting, logging, emitting, and visualizing telemetry data from a model rocket containing an **inboard Raspberry Pi Zero** with an **Arduino receiving telemetry**. As opposed to the previous example, this one uses a **LoRa radio transceiver**. Project for collecting, logging, emitting, and visualizing telemetry data from a model rocket containing an **inboard Raspberry Pi Zero** with an **Arduino receiving telemetry**. As opposed to the previous example, this one uses a **LoRa radio transceiver**.
This system is more detailed and contains better documentation, which can be seen in the references [2] and [3]. The software architecture is presented below: This system is more detailed and contains better documentation, which can be seen in the references [2] and [3]. The software architecture is presented below:
![White Vest's Software Architecture](assets/COTS/softwareArc2.png) ![White Vest's Software Architecture](assets/WhiteVest/software.png)
### Air Program ### Air Program

View File

@ -1,4 +1,3 @@
# SITUATION REPORT 1 (04/11/2022) # SITUATION REPORT 1 (04/11/2022)
## Study White Vest ## Study White Vest
@ -7,7 +6,7 @@ The goal of this report is to understand what are the White Vests features and
This project is divided into 2 parts the **Air** and the **Ground**. This project is divided into 2 parts the **Air** and the **Ground**.
![white vests](/sit-rep1-img/air-ground.png) ![white vests](assets/WhiteVest/software.png)
The **Air** is the system that is in the rocket itself (on-board computer), this part is the one that handles reading the sensors, logging, and sending the data to the **Ground Station**. In our case the **Air** will be the EggTimer itself. The **Air** is the system that is in the rocket itself (on-board computer), this part is the one that handles reading the sensors, logging, and sending the data to the **Ground Station**. In our case the **Air** will be the EggTimer itself.
The Ground Station has the task of receiving and storing the data sent by the rocket and allows you to view it through a web application (made with go). The Ground Station has the task of receiving and storing the data sent by the rocket and allows you to view it through a web application (made with go).
@ -50,7 +49,7 @@ The Arduino receives the data, encodes it in base64, and sends it to the dashboa
### DashBoard ### DashBoard
The white vests dashboard shows the altitude, speed, temperature, pressure, pitch, yaw, signal info, and a map of the rocket's location. I think it shows all the information we need for our project, but if more is needed it doesn't seem too difficult to add. The white vests dashboard shows the altitude, speed, temperature, pressure, pitch, yaw, signal info, and a map of the rocket's location. I think it shows all the information we need for our project, but if more is needed it doesn't seem too difficult to add.
![dashboard](/sit-rep1-img/dashboard.png) ![dashboard](assets/WhiteVest/dashboard.png)
### White Vests Problems ### White Vests Problems
Some of the problems that the devs of this project pointed out, in our case don't apply: Some of the problems that the devs of this project pointed out, in our case don't apply:
@ -61,7 +60,7 @@ Some of the problems that the devs of this project pointed out, in our case don'
## How eggtimer sends data ## How eggtimer sends data
The document that explains how eggtimer transmits the data is in the references of this document, point 3 ([Eggtimer Telemetry Data Format Specification](http://eggtimerrocketry.com/wp-content/uploads/2021/05/Eggtimer-Telemetry-Data-Format.pdf)) The document that explains how eggtimer transmits the data is in the references of this document, point 3 ([Eggtimer Telemetry Data Format Specification](http://eggtimerrocketry.com/wp-content/uploads/2021/05/Eggtimer-Telemetry-Data-Format.pdf))
The data sent by eggtimer depends on the model we are using, as shown in the following table. The data sent by eggtimer depends on the model we are using, as shown in the following table.
![eggtimer data](/sit-rep1-img/eggtimer_data.png) ![eggtimer data](assets/COTS/eggtimer_data.png)
(I haven't had much time to understand how it works, I will do that in the next few weeks.) (I haven't had much time to understand how it works, I will do that in the next few weeks.)
@ -72,6 +71,7 @@ So the next task will be just that, to better study the format of the data that
## References ## References
* [1] [White Vest github](https://github.com/johnjones4/white-vest)
* [2] [johnjonesfour](https://johnjonesfour.com/2020/10/03/model-rocket-telemetry-part-1/) * \[1\] [White Vest github](https://github.com/johnjones4/white-vest)
* [3] [Eggtimer Telemetry Data Format Specification](http://eggtimerrocketry.com/wp-content/uploads/2021/05/Eggtimer-Telemetry-Data-Format.pdf) * \[2\] [johnjonesfour](https://johnjonesfour.com/2020/10/03/model-rocket-telemetry-part-1/)
* \[3\] [Eggtimer Telemetry Data Format Specification](http://eggtimerrocketry.com/wp-content/uploads/2021/05/Eggtimer-Telemetry-Data-Format.pdf)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

View File

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB