Skip to content

Commit 00420a1

Browse files
committed
webinar link update
1 parent 97892d7 commit 00420a1

23 files changed

+231
-117
lines changed

_site/index.html

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

getting-started/index.md renamed to get-started.md

Lines changed: 123 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
---
2-
title: What is BIRDS?
3-
nav_order: 1
4-
parent: Getting Started
5-
has_children: true
2+
title: Getting Started
3+
# nav_order:
64
has_toc: false
75
layout: default
8-
permalink: /get-started/
6+
permalink: /get-started
97
lang: en
108
---
119

@@ -176,7 +174,126 @@ These phases create a structured pathway from conceptualization to launch, with
176174
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!
177175

178176

179-
[Get Started]({{site.url}}/get-started){: .btn .btn-purple }
177+
---
178+
title: BIRDS Bus
179+
parent: What is BIRDS?
180+
nav_order: 1
181+
grand_parent: Getting Started
182+
layout: default
183+
lang: en
184+
---
185+
186+
# The BIRDS Bus
187+
188+
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.
189+
190+
---
191+
192+
## What is in the BIRDS Bus?
193+
194+
The BIRDS Bus includes the following key components:
195+
196+
<p>
197+
<img alt="birdsx-frame" src="/assets/images/birdsx-ext-assembly.png" width="45%">
198+
&nbsp;
199+
<img alt="birdsx-board-frame" src="/assets/images/birdsx-board-layout.png" width="45%">
200+
</p>
201+
202+
![BIRDSbus Exploded View](/assets/images/BIRDSBus-exploded.png)
203+
204+
### [On-Board Computer (OBC)]({{site.url}}/overview/birds/obc-page.html)
205+
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.
206+
207+
### [Electrical Power System (EPS)]({{site.url}}/overview/birds/fab-page.html)
208+
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.
209+
210+
### Attitude Determination and Control System (ADCS)
211+
The ADCS controls the satellite's orientation and stability, ensuring that it maintains the correct position for mission operations.
212+
213+
### [Communications (COM)]({{site.url}}/overview/birds/com-page.html)
214+
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.
215+
216+
<center>
217+
<p>
218+
<img alt="birdsx-com" src="/assets/images/birdsx-com.png" width="25%">
219+
</p>
220+
</center>
221+
222+
### **Structure**
223+
The structure provides the physical framework for the satellite, ensuring durability and protection for all subsystems.
224+
<p>
225+
<img alt="birdsx-frame" src="/assets/images/birdsx-frame.png" width="45%">
226+
&nbsp;
227+
<img alt="birdsx-board-frame" src="/assets/images/birdsx-board-frame-assembly.png" width="45%">
228+
</p>
229+
230+
### **Payload**
231+
The payload includes mission-specific instruments or sensors, enabling the satellite to perform its primary objectives.
232+
233+
### [Backplane Board (BPB)]({{site.url}}/overview/birds/bpb-page.html)
234+
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.
235+
<center>
236+
<p>
237+
<img alt="birdsx-bpb" src="/assets/images/bpb-birdsx.png" width="15%">
238+
</p>
239+
</center>
240+
241+
---
242+
243+
## Organizational Chart
244+
245+
```mermaid
246+
flowchart TD
247+
A[Satellite] --> B(Ground Segment)
248+
A[Satellite] --> C(Space Segment)
249+
C --> D[Payload]
250+
C --> E[Main Bus]
251+
D --> |Member 8| G[Mission-1]
252+
D --> |Member 7| H[Mission-2]
253+
E --> |Member 1| I[Structure]
254+
E --> |Member 2| J[COM]
255+
E --> |Member 3| K[ADCS]
256+
E --> |Member 4| L[EPS]
257+
E --> |Member 5| M[OBC]
258+
E --> |Member 6| N[BPB]
259+
```
260+
261+
## Key Features of the BIRDS Bus**
262+
**Modular Design**
263+
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.
264+
265+
**Proven Reliability**
266+
The BIRDS Bus has been used in multiple missions, including BIRDS3 and BIRDS4, demonstrating its reliability and effectiveness in space.
267+
268+
**Open-Source Documentation**
269+
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.
270+
271+
## 3D Models and CAD Files
272+
The 3D models for the BIRDS3 and BIRDS4 buses, as well as the stand, are available for download:
273+
274+
BIRDS3 CAD Models: [Download here](https://github.com/BIRDSOpenSource/BIRDS3-CAD)
275+
276+
BIRDS4 CAD Models: [Download here](https://github.com/BIRDSOpenSource/BIRDS4-CAD)
277+
278+
## [Ground Station Software]({{site.url}}/overview/birds/GS-software.html).
279+
The BIRDS Project provides ground station software for communicating with the satellite. Documentation and links to the software can be found here.
280+
281+
## Recent Updates
282+
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.
283+
284+
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.
285+
286+
## [General documentation](https://github.com/BIRDSOpenSource/BIRDS-GeneralDocumentation):
287+
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.
288+
289+
290+
## See also
291+
- [ Basic Concepts and Processes for First-Time CubeSat Developers](https://www3.nasa.gov/sites/default/files/atoms/files/nasa_csli_cubesat_101_508.pdf)
292+
- [1U – 12U CubeSat Design Specifications](https://www3.nasa.gov/sites/default/files/atoms/files/cubesatdesignspecificationrev14_12022-02-09.pdf)
293+
294+
295+
[Previous]({{site.url}}/about/){: .btn .btn-purple }
296+
[Next]({{site.url}}/overview/birds/obc-page){: .btn}
180297
181298
## Other resources
182299
- [Engineer Me This](https://www.youtube.com/@EngineerMeThis/videos)

hardware/assemble_access_board.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to Assemble the Access Board
33
# nav_order:
4-
# parent: How-to guides
4+
# parent: Hardware
55
layout: default
66
lang: en
77
---

hardware/assemble_access_cable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to Assemble the Access Cable
33
# nav_order:
4-
# parent: How-to guides
4+
# parent: Hardware
55
layout: default
66
lang: en
77
---

hardware/assemble_programming_board.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to Assemble the Programming Board
33
# nav_order:
4-
# parent: How-to guides
4+
# parent: Hardware
55
layout: default
66
lang: en
77
---

hardware/compile_software.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to Compile the Software
33
# nav_order:
4-
# parent: How-to guides
4+
# parent: Hardware
55
layout: default
66
lang: en
77
---

hardware/define-mission-specs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to Define Mission Specifications
3-
nav_order: 2
4-
# parent: How-to guides
3+
# nav_order: 2
4+
# parent: Hardware
55
layout: default
66
lang: en
77
---

hardware/desolder-50pin-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to desolder a 50-pin connector
33
# nav_order:
4-
# parent: How-to guides
4+
# parent: Hardware
55
layout: default
66
lang: en
77
---

hardware/find-funding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: How to Find Funding for a CubeSat Mission
3-
# parent: How-to guides
3+
# parent: Hardware
44
layout: default
55
lang: en
66
---

hardware/flash_microcontroller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to Flash the Software
33
# nav_order:
4-
# parent: How-to guides
4+
# parent: Hardware
55
layout: default
66
lang: en
77
---

0 commit comments

Comments
 (0)