Skip to content

Commit b6a4a07

Browse files
committed
docs: Update Breakout and Quill documentation
Refine titles and enhance layout for the FoBE Breakout and FoBE Quill series documentation. Improved visual presentation and added detailed series comparison for Quill. Signed-off-by: Chiho Sin <[email protected]>
1 parent 50d9c06 commit b6a4a07

File tree

2 files changed

+146
-19
lines changed

2 files changed

+146
-19
lines changed

docs/product/breakout.mdx

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
---
2-
title: Breakout
2+
title: FoBE Breakout
33
---
44

5-
# FoBE Breakout Series
6-
7-
<br/>
8-
<div style={{ textAlign: 'center' }}>
9-
<img src="/img/products/breakout-series.main.png" alt="FoBE Breakout series Main" style={{ width: '80%', height: 'auto' }} />
5+
<div style={{ display: 'flex', alignItems: 'center', flexWrap: 'wrap' }}>
6+
<div style={{ flex: 1, minWidth: '220px' }}>
7+
The Fobe Breakout Series is a comprehensive ecosystem of standardized, plug-and-play modules designed to accelerate electronics development. Built around a rich variety of sensors, actuators, displays, and communication modules, Breakout enables faster and more reliable development of smart hardware projects.
8+
</div>
9+
<div style={{ flex: 1, minWidth: '300px', textAlign: 'center' }}>
10+
<img src="/img/products/breakout-series.main.png" alt="FoBE Breakout series Main" style={{ width: '80%', height: 'auto', borderRadius: '10px', maxWidth: '600px' }} />
11+
</div>
1012
</div>
11-
<br/>
12-
13-
## Introduction
14-
The Fobe Breakout Series is a comprehensive ecosystem of standardized, plug-and-play modules designed to accelerate electronics development. Built around a rich variety of sensors, actuators, displays, and communication modules, Breakout enables faster and more reliable development of smart hardware projects.
1513

1614
## Features
17-
- Standardized 4-pin connector, foolproof design, quick assembly.
15+
- Standardized 4-Pin connector, foolproof design, quick assembly.
1816
- muilti modules of sensors, networks, accessories, continuously expanding.
1917
- Cross-platform and board-compatible: Arduino, Raspberry Pi, micro:bit, XIAO, and more
2018
- One standardized sizes make prototype simpler and faster.

docs/product/quill.mdx

Lines changed: 137 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,142 @@
11
---
2-
title: Quill
2+
title: FoBE Quill
33
---
44

5-
:::warning
6-
This page is under construction.
7-
:::
5+
<div style={{ display: 'flex', alignItems: 'center', flexWrap: 'wrap' }}>
6+
<div style={{ flex: 1, minWidth: '220px' }}>
7+
The FoBE Quill series is a set of development boards based on powerful microcontrollers and equipped with various onboard wireless modules, designed to provide developers with a flexible and efficient development platform.
8+
</div>
9+
<div style={{ flex: 1, minWidth: '300px', textAlign: 'center' }}>
10+
<img src="/img/products/quill-series.main.png" alt="FoBE Quill series Main" style={{ width: '80%', height: 'auto', borderRadius: '10px', maxWidth: '600px' }} />
11+
</div>
12+
</div>
813

914
<br/>
10-
<div style={{ textAlign: 'center' }}>
11-
<img src="/img/products/quill-series.main.png" alt="FoBE Quill series Main" style={{ width: '80%', height: 'auto' }} />
12-
</div>
13-
<br/>
15+
16+
## Series Comparison
17+
<table style={{ width: '100%'}}>
18+
<tbody>
19+
<tr>
20+
<td>Name</td>
21+
<td>
22+
<a href="/product/f1101">FoBE Quill nRF52840 Mesh</a>
23+
</td>
24+
<td>
25+
<a href="/product/f1102">FoBE Quill ESP32S3 Mesh</a>
26+
</td>
27+
</tr>
28+
<tr>
29+
<td>SKU</td>
30+
<td>F1101</td>
31+
<td>F1102</td>
32+
</tr>
33+
<tr>
34+
<td>Microcontroller</td>
35+
<td>Nordic nRF52840</td>
36+
<td>Espressif ESP32-S3</td>
37+
</tr>
38+
<tr>
39+
<td>Architecture</td>
40+
<td>64 MHz Arm® Cortex-M4 with FPU</td>
41+
<td>240 MHz Dual-Core Xtensa® 32-bit LX7</td>
42+
</tr>
43+
<tr>
44+
<td>RAM</td>
45+
<td>256 KB RAM</td>
46+
<td>512 KB SRAM & 2MB PSRAM</td>
47+
</tr>
48+
<tr>
49+
<td>Flash</td>
50+
<td>1MB</td>
51+
<td>4MB</td>
52+
</tr>
53+
<tr>
54+
<td>Built-in Sensor</td>
55+
<td>❌</td>
56+
<td>❌</td>
57+
</tr>
58+
<tr>
59+
<td>Display</td>
60+
<td>✅</td>
61+
<td>✅</td>
62+
</tr>
63+
<tr>
64+
<td>PWM</td>
65+
<td>11</td>
66+
<td>11</td>
67+
</tr>
68+
<tr>
69+
<td>Analog</td>
70+
<td>6</td>
71+
<td>9</td>
72+
</tr>
73+
<tr>
74+
<td>I2C/UART/SPI</td>
75+
<td>✅</td>
76+
<td>✅</td>
77+
</tr>
78+
<tr>
79+
<td>Bluetooth</td>
80+
<td>✅</td>
81+
<td>✅</td>
82+
</tr>
83+
<tr>
84+
<td>Wi-Fi</td>
85+
<td>❌</td>
86+
<td>✅</td>
87+
</tr>
88+
<tr>
89+
<td>Reset Button</td>
90+
<td>✅</td>
91+
<td>✅</td>
92+
</tr>
93+
<tr>
94+
<td>User/Boot Button</td>
95+
<td>✅</td>
96+
<td>✅</td>
97+
</tr>
98+
<tr>
99+
<td>User LED</td>
100+
<td>✅</td>
101+
<td>✅</td>
102+
</tr>
103+
<tr>
104+
<td>Battery Charge</td>
105+
<td>✅</td>
106+
<td>✅</td>
107+
</tr>
108+
<tr>
109+
<td>Low Power Mode</td>
110+
<td>5μA</td>
111+
<td>18μA</td>
112+
</tr>
113+
<tr>
114+
<td colspan="3">Platform</td>
115+
</tr>
116+
<tr>
117+
<td>Arduino</td>
118+
<td>✅</td>
119+
<td>✅</td>
120+
</tr>
121+
<tr>
122+
<td>PlatformIO</td>
123+
<td>✅</td>
124+
<td>✅</td>
125+
</tr>
126+
<tr>
127+
<td>Zephyr</td>
128+
<td>✅</td>
129+
<td>✅</td>
130+
</tr>
131+
<tr>
132+
<td>MicroPython</td>
133+
<td>✅</td>
134+
<td>✅</td>
135+
</tr>
136+
<tr>
137+
<td>CircurtPython</td>
138+
<td>✅</td>
139+
<td>✅</td>
140+
</tr>
141+
</tbody>
142+
</table>

0 commit comments

Comments
 (0)