Skip to content

Commit 56d2ec0

Browse files
Fixed typo; Added flash size
1 parent d800f83 commit 56d2ec0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

content/en/docs/Introduction/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description: General information about the xCore development platform.
1515

1616
The xCore board was born out of the [OpenMower project](https://github.com/ClemensElflein/OpenMower). The first version of the OpenMower PCB only worked with a few mower models from a single manufacturer. It quickly became clear that a more flexible solution was needed—a board that could bring together common components and make it easier to adapt the project to other mower models.
1717

18-
xCore does exactly this by combining all the key components you need onto a single board, making it easy to integrate low-level hardware into any robotics project. It features a high-performance STM32H723 microcontroller, a gigabit Ethernet switch, flash storage, an Inertial Measurement Unit (IMU), and a dedicated slot for the Raspberry Pi Compute Module 4 (CM4). All of this is packed into a compact board with a SODIMM connector, ready to fit into any custom project or robotics system.
18+
xCore does exactly this by combining all the key components you need onto a single board, making it easy to integrate low-level hardware into any robotics project. It features a high-performance STM32H723 microcontroller, a gigabit Ethernet switch, 128 MBit flash storage, an Inertial Measurement Unit (IMU), and a dedicated slot for the Raspberry Pi Compute Module 4 (CM4). All of this is packed into a compact board with a SODIMM connector, ready to fit into any custom project or robotics system.
1919

2020
xCore and [xbot-framework](https://github.com/clemenselflein/xbot_framework) make a great team, offering everything you need to kickstart your robotics projects with less hassle and more focus on what matters most.
2121

@@ -32,6 +32,8 @@ xCore and [xbot-framework](https://github.com/clemenselflein/xbot_framework) mak
3232

3333
5. **IMU Integration**: An integrated IMU delivers precise motion sensing and orientation tracking, essential for navigation, stabilization, and control in robotics.
3434

35+
6. **Flash Storage**: An integrated 128 Mbit flash storage allows you to store configuration data or sound files directly on the board.
36+
3537

3638
## Get Started with xCore
3739

content/en/docs/schematic/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >
66
Schematic for the xCore development board.
77
---
88

9-
This page provides the simplified schematic of the xCore development board to allow you to use the board ot its full extent.
9+
This page provides the simplified schematic of the xCore development board to allow you to use the board at its full extent.
1010

1111
The PDF Version can be [downloaded here](hw-xbot-core.pdf).
1212

0 commit comments

Comments
 (0)