Skip to content

Commit 096cbe3

Browse files
authored
Merge pull request #757 from maholli/pycubed-mainboard-v05
Adding seperate boards for PyCubed v04 and v05
2 parents 1aa85d1 + 9c71cb4 commit 096cbe3

File tree

10 files changed

+65
-5
lines changed

10 files changed

+65
-5
lines changed

_board/pycubed.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: download
33
board_id: "pycubed"
4-
title: "PyCubed Download"
5-
name: "PyCubed"
4+
title: "PyCubedv04 Download"
5+
name: "PyCubedv04"
66
manufacturer: "PyCubed.org"
77
board_url: "https://pycubed.org/"
88
board_image: "pycubed.jpg"
@@ -12,6 +12,8 @@ bootloader_id: pycubed
1212
features:
1313
---
1414

15+
### ⭐ Double-check the your PyCubed board version before updating firmware.
16+
1517
PyCubed is an open-source, radiation-tested small satellite framework programmable entirely in CircuitPython. Capable of all standard operating functions a small satellite might need, the PyCubed mainboard provides University and hobbyist teams an entirely open-source and sate-of-the-art hardware and software avionics solution for their satellite missions without having to spend tens of thousands of dollars for antiquated commercial products.
1618

1719
Yet PyCubed's greatest value is its ease of programming & immense documentation. With nearly 100 detailed write-ups and tutorials, PyCubed's online resources are available to everyone and even include a step-by-step guide that walks you from unboxing and LED blinking all the way through full-featured mission software examples.

_board/pycubed_mram.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: download
33
board_id: "pycubed_mram"
4-
title: "PyCubed w/MRAM Download"
5-
name: "PyCubed w/MRAM"
4+
title: "PyCubedv04 w/MRAM Download"
5+
name: "PyCubedv04 w/MRAM"
66
manufacturer: "PyCubed.org"
77
board_url: "https://pycubed.org/"
88
board_image: "pycubed.jpg"
@@ -11,11 +11,13 @@ family: atmel-samd
1111
features:
1212
---
1313

14+
### ⭐ Double-check the your PyCubed board version before updating firmware.
15+
1416
PyCubed is an open-source, radiation-tested small satellite framework programmable entirely in CircuitPython. Capable of all standard operating functions a small satellite might need, the PyCubed mainboard provides University and hobbyist teams an entirely open-source and sate-of-the-art hardware and software avionics solution for their satellite missions without having to spend tens of thousands of dollars for antiquated commercial products.
1517

1618
Yet PyCubed's greatest value is its ease of programming & immense documentation. With nearly 100 detailed write-ups and tutorials, PyCubed's online resources are available to everyone and even include a step-by-step guide that walks you from unboxing and LED blinking all the way through full-featured mission software examples.
1719

18-
## Learn More
20+
## Tutorials and Resources
1921
* [About](https://pycubed.org)
2022
* [Quick Start](https://pycubed.org/quickstart)
2123
* [All PyCubed Resources](https://pycubed.org/resources)

_board/pycubed_mram_v05.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: download
3+
board_id: "pycubed_mram_v05"
4+
title: "PyCubed v05 w/MRAM Download"
5+
name: "PyCubedv05 w/MRAM"
6+
manufacturer: "PyCubed.org"
7+
board_url: "https://pycubed.org/"
8+
board_image: "pycubed_v05.jpg"
9+
date_added: 2021-9-12
10+
features:
11+
---
12+
13+
### ⭐ Double-check the your PyCubed board version before updating firmware.
14+
15+
PyCubed is an open-source, radiation-tested small satellite framework programmable entirely in CircuitPython. Capable of all standard operating functions a small satellite might need, the PyCubed mainboard provides University and hobbyist teams an entirely open-source and sate-of-the-art hardware and software avionics solution for their satellite missions without having to spend tens of thousands of dollars for antiquated commercial products.
16+
17+
Yet PyCubed's greatest value is its ease of programming & immense documentation. With nearly 100 detailed write-ups and tutorials, PyCubed's online resources are available to everyone and even include a step-by-step guide that walks you from unboxing and LED blinking all the way through full-featured mission software examples.
18+
19+
## Tutorials and Resources
20+
* [About](https://pycubed.org)
21+
* [Quick Start](https://pycubed.org/quickstart)
22+
* [All PyCubed Resources](https://pycubed.org/resources)
23+
* [Forums](https://pycubed.org/forums)
24+
* [Github](https://github.com/PyCubed)
25+
26+
## Contribute
27+
28+
Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md).

_board/pycubed_v05.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: download
3+
board_id: "pycubed_v05"
4+
title: "PyCubed v05 Download"
5+
name: "PyCubedv05"
6+
manufacturer: "PyCubed.org"
7+
board_url: "https://pycubed.org/"
8+
board_image: "pycubed_v05.jpg"
9+
date_added: 2021-9-12
10+
features:
11+
---
12+
13+
### ⭐ Double-check the your PyCubed board version before updating firmware.
14+
15+
PyCubed is an open-source, radiation-tested small satellite framework programmable entirely in CircuitPython. Capable of all standard operating functions a small satellite might need, the PyCubed mainboard provides University and hobbyist teams an entirely open-source and sate-of-the-art hardware and software avionics solution for their satellite missions without having to spend tens of thousands of dollars for antiquated commercial products.
16+
17+
Yet PyCubed's greatest value is its ease of programming & immense documentation. With nearly 100 detailed write-ups and tutorials, PyCubed's online resources are available to everyone and even include a step-by-step guide that walks you from unboxing and LED blinking all the way through full-featured mission software examples.
18+
19+
## Tutorials and Resources
20+
* [About](https://pycubed.org)
21+
* [Quick Start](https://pycubed.org/quickstart)
22+
* [All PyCubed Resources](https://pycubed.org/resources)
23+
* [Forums](https://pycubed.org/forums)
24+
* [Github](https://github.com/PyCubed)
25+
26+
## Contribute
27+
28+
Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md).
57.9 KB
Loading
149 KB
Loading
3.6 MB
Loading
2.43 MB
Loading
125 KB
Loading
145 KB
Loading

0 commit comments

Comments
 (0)