Skip to content

Commit 0b013a9

Browse files
committed
reorganised pages
1 parent b1662e0 commit 0b013a9

26 files changed

+339
-345
lines changed

.DS_Store

0 Bytes
Binary file not shown.

_includes/footer_custom.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<footer class="site-footer" style="background-color: #f8f9fb; color: #333; font-size: 14px; padding: 2rem 1rem;">
2-
<div style="max-width: 1100px; margin: auto;">
3-
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem;">
2+
<div style="max-width: 100%; margin: 0 auto;">
3+
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(23%, 1fr)); gap: 2rem;">
44

55
<!-- Column 1: Copyright -->
66
<div>

_site/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

getting-started/bus-page.md renamed to about/bus-page.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: BIRDS Bus
3-
parent: What is BIRDS?
3+
parent: About
44
nav_order: 1
5-
grand_parent: Getting Started
65
layout: default
76
lang: en
87
---
@@ -13,6 +12,18 @@ The BIRDS (Birds Satellite) Bus is a comprehensive hardware platform designed to
1312

1413
---
1514

15+
## Key Features of the BIRDS Bus
16+
**Modular Design**
17+
The BIRDS Bus is designed with modularity in mind, allowing teams to easily integrate and replace subsystems as needed. This flexibility is particularly useful for CubeSat missions with varying requirements.
18+
19+
**Proven Reliability**
20+
The BIRDS Bus has been used in multiple missions, including BIRDS3 and BIRDS4, demonstrating its reliability and effectiveness in space.
21+
22+
**Open-Source Documentation**
23+
The BIRDS Project provides extensive documentation, including schematics, firmware, and interface control documents (ICDs), to support teams in implementing the bus. The general documentation can be found here.
24+
25+
---
26+
1627
## What is in the BIRDS Bus?
1728

1829
The BIRDS Bus includes the following key components:
@@ -23,7 +34,7 @@ The BIRDS Bus includes the following key components:
2334
<img alt="birdsx-board-frame" src="/assets/images/birdsx-board-layout.png" width="45%">
2435
</p>
2536

26-
![BIRDSbus Exploded View](/assets/images/BIRDSBus-exploded.png)
37+
![BIRDS Bus Exploded View](/assets/images/BIRDSBus-exploded.png)
2738

2839
### [On-Board Computer (OBC)]({{site.url}}/overview/birds/obc-page.html)
2940
The OBC is the brain of the satellite, handling core computing tasks such as command execution, data management, and subsystem coordination. It uses a PIC microcontroller for reliable and efficient operation.
@@ -82,16 +93,6 @@ flowchart TD
8293
E --> |Member 6| N[BPB]
8394
```
8495

85-
## Key Features of the BIRDS Bus**
86-
**Modular Design**
87-
The BIRDS Bus is designed with modularity in mind, allowing teams to easily integrate and replace subsystems as needed. This flexibility is particularly useful for CubeSat missions with varying requirements.
88-
89-
**Proven Reliability**
90-
The BIRDS Bus has been used in multiple missions, including BIRDS3 and BIRDS4, demonstrating its reliability and effectiveness in space.
91-
92-
**Open-Source Documentation**
93-
The BIRDS Project provides extensive documentation, including schematics, firmware, and interface control documents (ICDs), to support teams in implementing the bus. The general documentation can be found here.
94-
9596
## 3D Models and CAD Files
9697
The 3D models for the BIRDS3 and BIRDS4 buses, as well as the stand, are available for download:
9798

@@ -112,7 +113,7 @@ While this website does contain information regarding the program and the BIRDSB
112113

113114

114115
## See also
115-
- [ Basic Concepts and Processes for First-Time CubeSat Developers](https://www3.nasa.gov/sites/default/files/atoms/files/nasa_csli_cubesat_101_508.pdf)
116+
- [Basic Concepts and Processes for First-Time CubeSat Developers](https://www3.nasa.gov/sites/default/files/atoms/files/nasa_csli_cubesat_101_508.pdf)
116117
- [1U – 12U CubeSat Design Specifications](https://www3.nasa.gov/sites/default/files/atoms/files/cubesatdesignspecificationrev14_12022-02-09.pdf)
117118

118119

about/index.md

Lines changed: 203 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,203 @@
1+
---
2+
title: About
3+
nav_order: 2
4+
has_children: true
5+
has_toc: false
6+
layout: default
7+
permalink: /about/
8+
lang: en
9+
---
10+
11+
# **BIRDS Open Source: Begin your satellite development**
12+
{: .text-purple-200 .lh-tight}
13+
14+
BIRDS Open Source offers a library of resources to guide your satellite mission from start to finish, with workflows and open-source tools you can trust.
15+
16+
**The BIRDS Open Source includes the following:**
17+
- **Software Catalog:** Allows you to manage all your software in one place including microservices, libraries and data pipelines.
18+
- **Software Templates:** Quickly start projects and standardize tools with best practices
19+
- **TechDocs:** Easily create and maintain technical documentation using a "docs like code" approach
20+
21+
---
22+
## Benefits of the BIRDS Open Source
23+
24+
* **For engineering managers:** It simplifies the process of maintaining standards and managing your interconnected tech network.
25+
* **For developers:** The BIRDS Open Source provides a central place to manage all projects, which ease the building of standardized software components.
26+
* **For platform engineers:** It allows for seamless integration of new tools and extends functionality.
27+
* **For Everyone:** It serves as a single and consistent experience that ties all your resources and tools together.
28+
29+
---
30+
## **Explore the BIRDS Series**
31+
{: .lh-tight}
32+
33+
![The original BIRDS logo](/assets/images/logo_2018_07.png)
34+
35+
The Joint Global Multi-Nations Birds Satellite project, or BIRDS project for short, was established by the Kyushu Institute of Technology ([Kyutech](https://www.kyutech.ac.jp/english/)) to help countries build their first satellite. Young engineers from select countries get to learn about space engineering at Kyutech, mostly using the 1U CubeSat.
36+
37+
The BIRDS project has two main objectives:
38+
39+
1. Experience the entire cycle of a satellite project, from mission definition to operation, in a hands-on manner.
40+
2. Have a strategy for sustainability after the training.
41+
42+
The primary goal is not to build a satellite, but to establish a sustainable space program in each member country.
43+
44+
So far, there have been 4 completed and one ongoing BIRDS missions, which are:
45+
1. BIRDS-1: Bangladesh, Japan, Mongolia, Ghana and Nigeria .
46+
2. BIRDS-2: Bhutan, Philippines and Malaysia.
47+
3. BIRDS-3: Japan, Sri Lanka and Nepal.
48+
4. BIRDS-4: Japan, Philippines and Paraguay.
49+
5. BIRDS-5: Japan, Uganda and Zimbabwe.
50+
51+
52+
Kyutech's fellowship programs (PNST) and Space Engineering International Course (SEIC) provide hands-on space engineering training using CubeSat development, enabling each mission to be completed in two years. The goal of open sourcing the process is to enable teams from across the world to develop their own countries' first satellites.
53+
54+
### Documentation Team
55+
56+
This documentation has been developed and managed by various team members of Kyutech BIRDS program. [Find out more here]({{site.url}}/overview/birds/teams.html).
57+
58+
---
59+
[Next Page: More on BIRDS Bus]({{site.url}}/overview/birds/bus-page){: .btn .btn-purple} [Go To: Get Started Now]({{site.url}}/get-started){: .btn .btn-purple}
60+
61+
---
62+
63+
64+
---
65+
title: BIRDS Bus
66+
parent: What is BIRDS?
67+
nav_order: 1
68+
grand_parent: Getting Started
69+
layout: default
70+
lang: en
71+
---
72+
73+
# The BIRDS Bus
74+
75+
The BIRDS (Birds Satellite) Bus is a comprehensive hardware platform designed to meet the needs of CubeSat missions. It provides a standardized framework for integrating key subsystems, enabling teams to focus on mission-specific payloads and objectives. The BIRDS Bus consists of several interconnected boards, each responsible for specific functions such as power management, communication, and data handling. This modular approach simplifies development and ensures reliability for CubeSat missions.
76+
77+
---
78+
79+
## What is in the BIRDS Bus?
80+
81+
The BIRDS Bus includes the following key components:
82+
83+
<p>
84+
<img alt="birdsx-frame" src="/assets/images/birdsx-ext-assembly.png" width="45%">
85+
&nbsp;
86+
<img alt="birdsx-board-frame" src="/assets/images/birdsx-board-layout.png" width="45%">
87+
</p>
88+
89+
![BIRDSbus Exploded View](/assets/images/BIRDSBus-exploded.png)
90+
91+
### [On-Board Computer (OBC)]({{site.url}}/overview/birds/obc-page.html)
92+
The OBC is the brain of the satellite, handling core computing tasks such as command execution, data management, and subsystem coordination. It uses a PIC microcontroller for reliable and efficient operation.
93+
94+
### [Electrical Power System (EPS)]({{site.url}}/overview/birds/fab-page.html)
95+
The EPS manages power generation, storage, and distribution. It ensures that all subsystems receive adequate power and that the battery is charged efficiently. The main board that drives this is the FAB on a 1U and 2U configuration and the EPS board on a 3U+ confuguration. the [Rear Access Board (RAB)]({{site.url}}/overview/birds/rab-page.html) and the [Solar Panel board]({{site.url}}/overview/birds/solar-page.html) are also a part of this system in the BIRDS Bus.
96+
97+
### Attitude Determination and Control System (ADCS)
98+
The ADCS controls the satellite's orientation and stability, ensuring that it maintains the correct position for mission operations.
99+
100+
### [Communications (COM)]({{site.url}}/overview/birds/com-page.html)
101+
The COM subsystem oversees data transmission to and from the satellite. It uses UHF/VHF communication for reliable telemetry and command handling. The [antenna board]({{site.url}}/overview/birds/antenna-page.html) carries the COM, APRS and GPS antennas as well as their release mechanism.
102+
103+
<center>
104+
<p>
105+
<img alt="birdsx-com" src="/assets/images/birdsx-com.png" width="25%">
106+
</p>
107+
</center>
108+
109+
### **Structure**
110+
The structure provides the physical framework for the satellite, ensuring durability and protection for all subsystems.
111+
<p>
112+
<img alt="birdsx-frame" src="/assets/images/birdsx-frame.png" width="45%">
113+
&nbsp;
114+
<img alt="birdsx-board-frame" src="/assets/images/birdsx-board-frame-assembly.png" width="45%">
115+
</p>
116+
117+
### **Payload**
118+
The payload includes mission-specific instruments or sensors, enabling the satellite to perform its primary objectives.
119+
120+
### [Backplane Board (BPB)]({{site.url}}/overview/birds/bpb-page.html)
121+
The BPB integrates all subsystems, allowing the transfer of power and data between them. It serves as the central hub for the satellite's electrical and data connections.
122+
<center>
123+
<p>
124+
<img alt="birdsx-bpb" src="/assets/images/bpb-birdsx.png" width="15%">
125+
</p>
126+
</center>
127+
128+
---
129+
130+
## Organizational Chart
131+
132+
```mermaid
133+
flowchart TD
134+
A[Satellite] --> B(Ground Segment)
135+
A[Satellite] --> C(Space Segment)
136+
C --> D[Payload]
137+
C --> E[Main Bus]
138+
D --> |Member 8| G[Mission-1]
139+
D --> |Member 7| H[Mission-2]
140+
E --> |Member 1| I[Structure]
141+
E --> |Member 2| J[COM]
142+
E --> |Member 3| K[ADCS]
143+
E --> |Member 4| L[EPS]
144+
E --> |Member 5| M[OBC]
145+
E --> |Member 6| N[BPB]
146+
```
147+
148+
## Key Features of the BIRDS Bus**
149+
**Modular Design**
150+
The BIRDS Bus is designed with modularity in mind, allowing teams to easily integrate and replace subsystems as needed. This flexibility is particularly useful for CubeSat missions with varying requirements.
151+
152+
**Proven Reliability**
153+
The BIRDS Bus has been used in multiple missions, including BIRDS3 and BIRDS4, demonstrating its reliability and effectiveness in space.
154+
155+
**Open-Source Documentation**
156+
The BIRDS Project provides extensive documentation, including schematics, firmware, and interface control documents (ICDs), to support teams in implementing the bus. The general documentation can be found here.
157+
158+
## 3D Models and CAD Files
159+
The 3D models for the BIRDS3 and BIRDS4 buses, as well as the stand, are available for download:
160+
161+
BIRDS3 CAD Models: [Download here](https://github.com/BIRDSOpenSource/BIRDS3-CAD)
162+
163+
BIRDS4 CAD Models: [Download here](https://github.com/BIRDSOpenSource/BIRDS4-CAD)
164+
165+
## [Ground Station Software]({{site.url}}/overview/birds/GS-software.html).
166+
The BIRDS Project provides ground station software for communicating with the satellite. Documentation and links to the software can be found here.
167+
168+
## Recent Updates
169+
Radiometrix HX1 COMS Module: A team presented their use of the Radiometrix HX1 communication module with the BIRDS platform during the March 2022 BIRDS meeting. The module's datasheet has been added to the COMS repositories.
170+
171+
Battery Testing and Screening Procedures: Detailed procedures for battery testing and screening have been added to the procedures repository. Please check these new documents for updated guidelines.
172+
173+
## [General documentation](https://github.com/BIRDSOpenSource/BIRDS-GeneralDocumentation):
174+
While this website does contain information regarding the program and the BIRDSBus, the main explanations and documentation is contained in the Program Textbook and the Interface Control Document.
175+
176+
177+
## See also
178+
- [ Basic Concepts and Processes for First-Time CubeSat Developers](https://www3.nasa.gov/sites/default/files/atoms/files/nasa_csli_cubesat_101_508.pdf)
179+
- [1U – 12U CubeSat Design Specifications](https://www3.nasa.gov/sites/default/files/atoms/files/cubesatdesignspecificationrev14_12022-02-09.pdf)
180+
181+
182+
[Previous]({{site.url}}/about/){: .btn .btn-purple }
183+
[Next]({{site.url}}/overview/birds/obc-page){: .btn}
184+
185+
## Other resources
186+
- [Engineer Me This](https://www.youtube.com/@EngineerMeThis/videos)
187+
- [Build A Cubesat](https://www.youtube.com/@buildacubesat)
188+
- [RG Sat](https://www.youtube.com/@RGSAT)
189+
- [Kyutech SEIC](https://www.youtube.com/@kyutechseic4187)
190+
191+
[GitHub Issues.]: https://github.com/BIRDSOpenSource/Build-A-Satellite/issues
192+
[GitHub]: https://github.com/BIRDSOpenSource
193+
[our Discussions channel on Github]: https://github.com/orgs/BIRDSOpenSource/discussions/categories/ideas
194+
[BIRDS]: https://birds-project.com/
195+
[get in touch with us.]: info@kyutech-laseine.net
196+
[Mission Definition Review (MDR)]: {{site.url}}/project-managers/milestones/pm-mdr.html
197+
[Preliminary Design Review (PDR)]: {{site.url}}/project-managers/milestones/pm-pdr.html
198+
[Critical Design Review (CDR)]: {{site.url}}/project-managers/milestones/pm-cdr.html
199+
[Flight Readiness Review (FRR)]: {{site.url}}/project-managers/milestones/pm-frr.html
200+
201+
202+
[Previous]({{site.url}}/get-started){: .btn .btn-purple }
203+
[Next]({{site.url}}/get-started/reference.html){: .btn}

about/systems-engineering.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
title: Systems Engineering
3+
parent: About
4+
nav_order:
5+
layout: default
6+
lang: en
7+
---
8+
9+
## Systems Engineering Approach
10+
Building a satellite involves complex systems that need careful planning and integration. Here are some key concepts of systems engineering that will guide your CubeSat development:
11+
12+
### 1. **Understanding Systems Engineering**
13+
- Systems engineering is the interdisciplinary approach to designing and managing complex systems.
14+
- It focuses on understanding the entire system, from design and development to testing and operation, ensuring that all parts work together to meet the mission goals.
15+
16+
### 2. **Defining Requirements**
17+
- Start by defining your satellite’s mission and operational goals.
18+
- Understand the system's constraints, such as size, weight, power, and budget, and define technical requirements to meet them.
19+
20+
### 3. **Subsystems Integration**
21+
- Satellites consist of multiple subsystems such as power, communication, and attitude control. Systems engineering ensures that all subsystems integrate seamlessly.
22+
- Learn how these subsystems interact and contribute to the overall mission’s success.
23+
24+
### 4. **Risk Management**
25+
- Identify potential risks early in the development process and implement strategies to mitigate them.
26+
- Regular testing, reviews, and simulations help identify weak points and prevent system failures.
27+
28+
---
29+
30+
## What are the phases of a satellite?
31+
The development and deployment of a satellite involve a series of carefully structured phases to ensure the mission's success. From initial concept discussions to final pre-launch verifications, these phases guide teams through designing, building, and testing the satellite to meet stringent space industry standards.
32+
33+
Each phase acts as a checkpoint to confirm that requirements are met and potential risks are mitigated. Understanding the phases - including the
34+
- [Mission Definition Review (MDR)],
35+
- [Preliminary Design Review (PDR)],
36+
- [Critical Design Review (CDR)], and
37+
- [Flight Readiness Review (FRR)]
38+
39+
```mermaid
40+
gantt
41+
title Satellite Milestones
42+
dateFormat YYYY-MM-DD
43+
section Mission concept
44+
MDR :milestone, crit, a2, 2014-01-23, 4d
45+
A task :crit, done, a1, 2014-01-20, 9d
46+
section Bus + Payload dev. & testing
47+
PDR :milestone, crit, a3, 2014-02-3, 4d
48+
another task :active, 2014-01-20 , 31d
49+
section EM integration & testing
50+
CDR :milestone, crit, 2014-02-20, 4d
51+
another task : 2014-02-12 , 12d
52+
section Software dev.
53+
FM :milestone, crit, 2014-03-09, 4d
54+
another task :active, 2014-02-03 , 38d
55+
section FM integration & testing
56+
another task :2014-02-26 , 15d
57+
section GS software revision
58+
another task :after a3, 30d
59+
section End-to-End test
60+
another task : 2014-03-01, 13d
61+
section Operation plan
62+
another task : 2014-03-04, 12d
63+
section Freq. coord. IARU
64+
another task : crit, active, after a2, 53d
65+
section Satellite delivery
66+
another task : 2014-03-16,12d
67+
section Launch
68+
another task : 5d
69+
section Operation
70+
another task : 10d
71+
section Disposal
72+
```
73+
74+
These phases create a structured pathway from conceptualization to launch, with each review and testing stage serving as a critical checkpoint. The **MDR** sets the scope, the **PDR** checks the initial design feasibility, the **CDR** finalizes the detailed design, and **FRR** ensures that the satellite is robust and mission-ready. This structured approach helps in mitigating risks, ensuring quality, and promoting mission success.
75+
76+
With this foundational knowledge, you’ll be better equipped to dive into the satellite-building process. The next step is to select the path that best fits your experience level and start building!
77+
78+
[Previous]({{site.url}}/about/){: .btn .btn-purple }
79+
[Next]({{site.url}}/overview/birds/obc-page){: .btn}

assets/.DS_Store

0 Bytes
Binary file not shown.

com-members/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permalink: 'com/guide'
66
layout: default
77
lang: en
88
nav_fold: false
9-
nav_exclude: true
9+
# nav_exclude: true
1010
---
1111

1212
# Guide for COM Team Members

0 commit comments

Comments
 (0)