Skip to content

Commit c1064d8

Browse files
committed
Create directory structure
1 parent 62f953d commit c1064d8

File tree

6 files changed

+96
-1
lines changed

6 files changed

+96
-1
lines changed

GCM/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Project-Mach-1
2+
# **GCM - Ground control module**

NAM/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Project-Mach-1
2+
# **NAM - Nosecone Avionics Module**

PDM/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Project-Mach-1
2+
# **PDM - Parachute Deployment Module**

README.md

+86-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,86 @@
1-
# Project-Mach-1This repository contains information to support the high powered rocketry project at the Imperial College Space Society. It documents the electronic Command and Control Modules which are used within the project.## StructureThe repository structure is based on the high level electronics modules:* Ground Station* Stage separation* Nose Cone data recording and telemetry* Parachute DeploymentEach Module description has the following structure:* ICSS Specifications* External specifications and documentation* Electronic Hardware (schematics and PCB)* Firmware* Physical Hardware (CAD)## Quick ReferenceThe following is intended to provide a view for the casual browser of the project content.The repository describes the four electronic Modules:* The **Ground control module** has these key roles: * Ensure a safe launch by control of safety mechanisms and firing control * Ensure time synchronization of all electronic modules and launch procedures * Support successful recovery of rocket parts * Recover flight data from the **Nose Cone Data Recording and Telemetry Module*** The **Stage Separation Module** has this key roles: * Ensure successful ignition of the second stage rocket based on mission data and status * Ensure successful separation of the first stage rocket* The **Nose Cone Data Recording and Telemetry Module** has these key role: * Unambiguously capture flight data for subsequent analysis * Verify and prove performance record data ( Mach) * Support it's own successful recovery* The **Parachute Deployment Module** has these key roles: * To trigger the deployment of the main parachute to ensure safety * To trigger the deployment of the main parachute to aid recovery## LicenseHardware is Licensed under CERN OHL v.1.2 or later https://www.ohwr.org/documents/294 No warranty is provided for this documentation implied or otherwise.Software is licensed under MIT License.MIT LicenseCopyright (c) 2018 Imperial College Space SocietyPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1+
# Project-Mach-1
2+
This repository contains information to support the high powered rocketry project at the Imperial College Space Society. It documents the electronic Command and Control Modules which are used within the project.
3+
4+
## Repository Structure
5+
The repository structure is based on the high level electronics modules:
6+
7+
* Ground Station
8+
* Stage separation
9+
* Nose Cone data recording and telemetry
10+
* Parachute Deployment
11+
12+
Each Module description has the following structure:
13+
14+
* ICSS Specifications
15+
* External specifications, references and documentation
16+
* Electronic Hardware (schematics and PCB)
17+
* Firmware
18+
* Physical Hardware (CAD)
19+
20+
## Quick Reference
21+
The following is intended to provide a view for the casual browser of the project content.
22+
23+
The repository describes the four electronic Modules:
24+
25+
* The **GCM - Ground control module** has these key roles:
26+
* Ensure a safe launch by control of safety mechanisms and firing control
27+
* Ensure time synchronization of all electronic modules and launch procedures
28+
* Support successful recovery of rocket parts
29+
* Recover flight data from the **Nose Cone Data Recording and Telemetry Module**
30+
31+
* The **NAM - Nosecone Avionics Module** has these key role:
32+
* Unambiguously capture flight data for subsequent analysis
33+
* Verify and prove performance record data ( Mach)
34+
* Support it's own successful recovery
35+
36+
* The **SAM - Secondary Avionics Module** has this key roles:
37+
* Ensure successful ignition of the second stage rocket based on mission data and status
38+
* Ensure successful separation of the first stage rocket
39+
40+
* The **PDM - Parachute Deployment Module** has these key roles:
41+
* To trigger the deployment of the main parachute to ensure safety
42+
* To trigger the deployment of the main parachute to aid recovery
43+
44+
45+
46+
## License
47+
48+
Hardware is Licensed under CERN OHL v.1.2 or later https://www.ohwr.org/documents/294 No warranty is provided for this documentation implied or otherwise.
49+
50+
Software is licensed under MIT License.
51+
52+
MIT License
53+
54+
Copyright (c) 2018 Imperial College Space Society
55+
56+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
57+
58+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
59+
60+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
61+
62+
63+
64+
65+
66+
67+
68+
69+
70+
71+
72+
73+
74+
75+
76+
77+
78+
79+
80+
81+
82+
83+
84+
85+
86+

SAM/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Project-Mach-1
2+
# **SAM - Secondary Avionics Module**

docs/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Project-Mach-1
2+
# **GCM - Ground control module**

0 commit comments

Comments
 (0)