Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Made changes to some text formatting and some text more readable #15

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Adjusted some parts in the obc page and made a list out of one of the…
… embedded lists
  • Loading branch information
MwithHeart committed Jan 26, 2025
commit 0f440ce935029163b65c1332b8c4ac26726b1dc2
2 changes: 1 addition & 1 deletion overview/birds-osp.md
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ layout: default
lang: en
---

> The BIRDS Open Source gives your satellite development team a jumpstart, with robust documentation tailored to the customizable BIRDS cube satellite bus.
>The BIRDS Open Source gives your satellite development team a jumpstart, with robust documentation tailored to the customizable BIRDS cube satellite bus.
{: .lh-tight }


6 changes: 5 additions & 1 deletion overview/birds/obc-page.md
Original file line number Diff line number Diff line change
@@ -9,7 +9,11 @@ lang: en

## On Board Computer Board
![On Board Computer PCB](/assets/images/OBC-Board.png)
This is the OBC used in BIRDS 3 and 4. It has three microcontrollers: Main, Reset and Com, all 8 bit PICs. The Main PIC is a PIC18F67J94 and the Reset and Com PICs are PIC16F1789. They are connected as showed in the following diagram:
The above image shows the OBC used in [BIRDS 3 and 4] projects. It has three microcontrollers which are all 8 bit PICs. They are:
* Main PIC
* Reset PIC
* Com PIC
The Main PIC is a PIC18F67J94 and the Reset and Com PICs are PIC16F1789. They are connected as showed in the following diagram:

![On Board Computer Interface Diagram](/assets/images/OBC-diagram.png)