This commit is contained in:
2020-07-16 17:25:00 -05:00
parent 53be1ecace
commit 1cd6e2d364
33 changed files with 12 additions and 0 deletions

12
payload.diag Normal file
View File

@@ -0,0 +1,12 @@
blockdiag {
Power -> Batteries
Power -> Charging
WI-FI -> "Airship to Airship"
WI-FI -> "Airship to Ground"
Telemetry -> "Power voltage/charging/bat temp"
Telemetry -> Temperature
Telemetry -> "GPS (speed/altitude/position)"
Telemetry -> IMU
Telemetry -> ADS-B
}