You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
82
+
76
83
---
77
84
78
85
## Organizational Chart
@@ -93,24 +100,6 @@ flowchart TD
93
100
E --> |Member 6| N[BPB]
94
101
```
95
102
96
-
## 3D Models and CAD Files
97
-
The 3D models for the BIRDS3 and BIRDS4 buses, as well as the stand, are available for download:
## [Ground Station Software]({{site.url}}/overview/birds/GS-software.html).
104
-
The BIRDS Project provides ground station software for communicating with the satellite. Documentation and links to the software can be found here.
105
-
106
-
## Recent Updates
107
-
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.
108
-
109
-
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.
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.
113
-
114
103
115
104
## See also
116
105
-[Basic Concepts and Processes for First-Time CubeSat Developers](https://www3.nasa.gov/sites/default/files/atoms/files/nasa_csli_cubesat_101_508.pdf)
@@ -26,6 +26,18 @@ BIRDS Open Source offers a library of resources to guide your satellite mission
26
26
***For platform engineers:** It allows for seamless integration of new tools and extends functionality.
27
27
***For Everyone:** It serves as a single and consistent experience that ties all your resources and tools together.
28
28
29
+
---
30
+
31
+
## Key Features of the BIRDS Bus
32
+
**Modular Design**
33
+
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.
34
+
35
+
**Proven Reliability**
36
+
The BIRDS Bus has been used in multiple missions, including BIRDS3 and BIRDS4, demonstrating its reliability and effectiveness in space.
37
+
38
+
**Open-Source Documentation**
39
+
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.
40
+
29
41
---
30
42
## **Explore the BIRDS Series**
31
43
{: .lh-tight}
@@ -51,152 +63,6 @@ So far, there have been 4 completed and one ongoing BIRDS missions, which are:
51
63
52
64
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
65
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:
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.
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.
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.
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:
## [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.
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)
Copy file name to clipboardExpand all lines: about/systems-engineering.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,5 +75,5 @@ These phases create a structured pathway from conceptualization to launch, with
75
75
76
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!
Copy file name to clipboardExpand all lines: com-members/index.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
2
title: For COM Team Members
3
3
has_children: true
4
-
nav_order: 7
5
-
permalink: 'com/guide'
4
+
nav_order: 6
5
+
permalink: 'com/'
6
6
layout: default
7
7
lang: en
8
8
nav_fold: false
@@ -154,6 +154,9 @@ Tutorials and Online Resources:
154
154
BIRDS project repositories and wikis.
155
155
Tutorials on antenna design, RF testing, and ground station setup.
156
156
157
+
## Recent Updates
158
+
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.
Copy file name to clipboardExpand all lines: eps-members/index.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: For EPS Team Members
3
3
layout: default
4
4
has_children: true
5
-
permalink: "/eps/guide"
5
+
permalink: "/eps/"
6
6
lang: en
7
7
nav_fold: false
8
8
---
@@ -69,3 +69,10 @@ This introduction is an overview of the project, how it is organised, and how it
69
69
70
70
## Tools and Resources for EPS Teams
71
71
{:toc}
72
+
73
+
## Recent Updates
74
+
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.
0 commit comments