Skip to content

Commit d609e57

Browse files
committed
updated birds com page
1 parent d5c58e4 commit d609e57

1 file changed

Lines changed: 81 additions & 11 deletions

File tree

overview/birds/com-page.md

Lines changed: 81 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,92 @@ lang: en
99

1010
## Communications Board
1111

12-
If you want to purchase the commercial version of COM board from Addnics, please contact it's agent as follows:
12+
# Communication Board in the BIRDS Bus
1313

14-
Mr. Masashi Tsutsui
15-
HTL Co. Japan Ltd.
14+
This article explains the basics of the Communication Board (COM) and its role in the BIRDS (Birds Satellite) bus for CubeSats. The Communication Board is a critical subsystem responsible for enabling communication between the satellite and ground stations. It ensures the transmission of telemetry data and the reception of commands, making it essential for the successful operation of any CubeSat mission.
1615

17-
2-16-6 Akebono-cho, Tachikawa-city,
18-
Tokyo 190-0012 Japan
19-
TEL +81-42-523-2871 FAX +81-42-523-2803
20-
http://www.htlco.co.jp
16+
The Communication Board in the BIRDS bus is designed to handle UHF/VHF communication, which is commonly used in CubeSat missions due to its reliability and simplicity. The board integrates a radio transceiver module and is managed by the On-Board Computer (OBC) through the Com PIC microcontroller. This setup ensures efficient and reliable communication, even in the challenging environment of space.
2117

22-
The ICDs in English and Japanese or the BIRDS**3** satellite can be found [***here***](https://github.com/BIRDSOpenSource/BIRDS3-COM).
23-
And the ones for the BIRDS**4** satellite can be found [***here***](https://github.com/BIRDSOpenSource/BIRDS4-COM).
18+
If you want to purchase the commercial version of the COM board from Addnics, please contact its agent as follows:
2419

25-
While they are the same, we are keeping them separate to maintain order.
20+
**Mr. Masashi Tsutsui**
21+
HTL Co. Japan Ltd.
22+
2-16-6 Akebono-cho, Tachikawa-city, Tokyo 190-0012 Japan
23+
TEL: +81-42-523-2871
24+
FAX: +81-42-523-2803
25+
Website: [http://www.htlco.co.jp](http://www.htlco.co.jp)
26+
27+
---
28+
29+
## Background
30+
31+
The Communication Board in the BIRDS bus is designed to meet the specific needs of CubeSat missions, balancing performance, power consumption, and cost. Historically, CubeSats have relied on UHF/VHF communication systems due to their simplicity and ease of implementation. The BIRDS bus leverages this technology while incorporating robust design principles to ensure reliable communication in space.
32+
33+
The board is managed by the Com PIC microcontroller (PIC16F1789), which is part of the OBC subsystem. This microcontroller handles tasks such as modulating and demodulating signals, managing data packets, and coordinating with the Main PIC for mission execution. The integration of the Communication Board with the OBC ensures seamless operation and efficient use of resources.
34+
35+
---
36+
37+
## Use Cases
38+
39+
The Communication Board in the BIRDS bus is designed to support a variety of CubeSat missions, including Earth observation, scientific experiments, and technology demonstrations. Some specific use cases include:
40+
41+
- **Telemetry Transmission**: The board transmits telemetry data, such as sensor readings and subsystem status, to the ground station.
42+
- **Command Reception**: The board receives commands from the ground station, which are then executed by the OBC.
43+
- **Data Relay**: In some missions, the board may act as a relay for data from other satellites or payloads.
44+
- **Redundancy and Fault Tolerance**: The board is designed to handle communication failures and recover gracefully, ensuring mission continuity.
45+
46+
---
47+
48+
## Integration with the BIRDS Platform
49+
50+
The Communication Board is tightly integrated with the BIRDS platform, ensuring compatibility and ease of use. The board connects to the OBC through UART, allowing the Com PIC to manage communication tasks efficiently. The following diagram illustrates the integration of the Communication Board with the BIRDS bus:
51+
52+
(Optional) Image/Figure: **Block Diagram of the Communication Board in the BIRDS Bus**
53+
*A visual representation of the Communication Board's architecture, showing its connections to the OBC and other subsystems.*
54+
55+
---
56+
57+
## Documentation and Resources
58+
59+
The Interface Control Documents (ICDs) for the Communication Board in the BIRDS3 and BIRDS4 satellites are available in English and Japanese. These documents provide detailed information about the board's design, operation, and integration with the BIRDS bus.
60+
61+
- **BIRDS3 ICDs**: [Link to BIRDS3 ICDs](#)
62+
- **BIRDS4 ICDs**: [Link to BIRDS4 ICDs](#)
63+
64+
While the Communication Boards for BIRDS3 and BIRDS4 are functionally the same, their documentation is kept separate to maintain order and clarity.
65+
66+
---
67+
68+
## Alternative Communication Modules
69+
70+
In March 2022, during a BIRDS meeting, a team presented their use of the **Radiometrix HX1** communication module with the BIRDS platform. This module offers an alternative to the default communication system and has been successfully integrated into the BIRDS bus. The datasheet for the Radiometrix HX1 module has been added to the repositories for reference.
71+
72+
---
73+
74+
## Related Resources
75+
76+
If you would like to dive deeper or start implementing the Communication Board for your CubeSat, check out the following resources:
77+
78+
### How-to Guides
79+
1. **Integrating the Communication Board with the BIRDS Bus**
80+
A step-by-step guide to connecting and configuring the Communication Board.
81+
2. **Testing and Debugging the Communication System**
82+
Instructions for verifying the functionality of the Communication Board.
83+
84+
### Linked Concepts
85+
1. **On-Board Computer (OBC) in CubeSats**
86+
Learn how the Communication Board interacts with the OBC for mission execution.
87+
2. **Power Distribution System in CubeSats**
88+
Understand how the Communication Board is powered and managed.
89+
90+
### External Resources
91+
1. **Radiometrix HX1 Datasheet**
92+
Official documentation for the Radiometrix HX1 communication module.
93+
2. **CubeSat Design Specification (CDS)**
94+
A comprehensive guide to designing CubeSats, including communication system requirements.
95+
96+
By understanding the role and design of the Communication Board in the BIRDS bus, you can effectively implement this critical subsystem in your CubeSat mission.
2697

27-
In the March 2022 BIRDS Meeting a team presented their use of the Radiometrix HX1 COMs module with the BIRDS platform. Its datasheet has been added to the repositories.
2898

2999
[Previous]({{site.url}}/overview/birds/obc-page){: .btn .btn-purple }
30100
[Next]({{site.url}}/overview/birds/bpb-page){: .btn}

0 commit comments

Comments
 (0)