Skip to content

Commit 90891cc

Browse files
committed
docs: Update references to FoBE Quill ESP32S3 Mesh in documentation
Corrected the naming convention for the FoBE Quill ESP32S3 Mesh across multiple documentation files to ensure consistency and clarity. Signed-off-by: ChihoSin [email protected]
1 parent 46b3611 commit 90891cc

File tree

6 files changed

+39
-39
lines changed

6 files changed

+39
-39
lines changed

docs/product/f1102/applications.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,29 @@ title: Applications
55
import Tabs from "@theme/Tabs";
66
import TabItem from "@theme/TabItem";
77

8-
This guide describes some applications of the FoBE Quill ESP32-S3 Mesh.
8+
This guide describes some applications of the FoBE Quill ESP32S3 Mesh.
99

1010
## Meshtastic
1111

1212
<br/><div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-21-22-35-35.png" alt="2025-07-21-22-35-35.png" style={{ width: '80%', height: 'auto' }} /></div><br/>
1313

1414
[Meshtastic](https://meshtastic.org) is a popular open-source project that allows you to create an off-grid, decentralized mesh network built to run on affordable, low-power devices.
1515

16-
The FoBE Quill ESP32-S3 Mesh is compatible with Meshtastic, allowing you to build your own mesh network using this development board.
16+
The FoBE Quill ESP32S3 Mesh is compatible with Meshtastic, allowing you to build your own mesh network using this development board.
1717

1818
### Flashing firmware
1919

20-
This tutorial will guide users to flash the FoBE Quill ESP32-S3 Mesh to the Meshtastic version, for those who want to use the Meshtastic network.
20+
This tutorial will guide users to flash the FoBE Quill ESP32S3 Mesh to the Meshtastic version, for those who want to use the Meshtastic network.
2121

2222
#### Preparation
2323

24-
- FoBE Quill ESP32-S3 Mesh Board x 1
24+
- FoBE Quill ESP32S3 Mesh Board x 1
2525
- USB-C cable x 1
2626
- Computer with Python 3 installed
2727

2828
#### Wiring
2929

30-
Connect the FoBE Quill ESP32-S3 Mesh to your computer using a USB-C cable.
30+
Connect the FoBE Quill ESP32S3 Mesh to your computer using a USB-C cable.
3131

3232
#### Flash Meshtastic firmware
3333

@@ -64,6 +64,6 @@ adafruit-nrfutil --verbose dfu serial --package firmware-fobe_quill_nrf52840_mes
6464
</TabItem>
6565
</Tabs>
6666

67-
That your can use the FoBE Quill ESP32-S3 Mesh with the Meshtastic network, you can now use the Meshtastic app to configure your device and start using it.
67+
That your can use the FoBE Quill ESP32S3 Mesh with the Meshtastic network, you can now use the Meshtastic app to configure your device and start using it.
6868

6969
More information can be found in the [Meshtastic documentation](https://meshtastic.org/docs/).

docs/product/f1102/index.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
title: Overview
33
sidebar_label: Overview
4-
description: Overview of FoBE Quill ESP32-S3 Mesh.
4+
description: Overview of FoBE Quill ESP32S3 Mesh.
55
order: 1
66
---
77

8-
# FoBE Quill ESP32-S3 Mesh
8+
# FoBE Quill ESP32S3 Mesh
99

1010
#### A development kit featuring the ESP32-S3 SoC and an integrated SX1262 LoRa® transceiver.
1111

1212
<br/>
1313
<div style={{ textAlign: 'center' }}>
14-
<img src="/img/products/f1102-r1a.main.png" alt="FoBE Quill ESP32-S3 Mesh Main" style={{ width: '80%', height: 'auto' }} />
14+
<img src="/img/products/f1102-r1a.main.png" alt="FoBE Quill ESP32S3 Mesh Main" style={{ width: '80%', height: 'auto' }} />
1515
</div>
1616
<br/>
1717
<br/>
@@ -23,7 +23,7 @@ order: 1
2323

2424
## Introduction
2525

26-
The FoBE Quill ESP32-S3 Mesh is a compact and feature-rich IoT development platform, integrating Espressif's high-performance multi-protocol SoC ESP32-S3 and Semtech's ultra-low-power sub-GHz radio transceiver SX1262 (SiP package). Designed for IoT applications, it provides a comprehensive wireless connectivity solution supporting IEEE 802.11 b/g/n Wi-Fi, Bluetooth 5, Thread, Zigbee, and LoRa®.
26+
The FoBE Quill ESP32S3 Mesh is a compact and feature-rich IoT development platform, integrating Espressif's high-performance multi-protocol SoC ESP32-S3 and Semtech's ultra-low-power sub-GHz radio transceiver SX1262 (SiP package). Designed for IoT applications, it provides a comprehensive wireless connectivity solution supporting IEEE 802.11 b/g/n Wi-Fi, Bluetooth 5, Thread, Zigbee, and LoRa®.
2727

2828
This development board features efficient battery charging management, discrete power path, ultra-low quiescent current DC-DC converter, a 1.3-inch 16-pin OLED display (SSD1312 driver), user-programmable LED and button, MFP expansion connector, reversible USB-C connector, and easy-to-expand pin headers, making it ideal for rapid prototyping and development.
2929

@@ -33,7 +33,7 @@ This development board features efficient battery charging management, discrete
3333
<tr>
3434
<td colspan="1" rowspan="2">Board</td>
3535
<td>Name</td>
36-
<td>FoBE Quill ESP32-S3 Mesh</td>
36+
<td>FoBE Quill ESP32S3 Mesh</td>
3737
</tr>
3838
<tr>
3939
<td>SKU</td>
@@ -184,7 +184,7 @@ This development board features efficient battery charging management, discrete
184184
<td>Quantity</td>
185185
</tr>
186186
<tr>
187-
<td>FoBE Quill ESP32-S3 Mesh board</td>
187+
<td>FoBE Quill ESP32S3 Mesh board</td>
188188
<td>1</td>
189189
</tr>
190190
<tr>

docs/product/f1102/programming.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Programming
33
---
44

5-
This guide describes how to program the FoBE Quill ESP32-S3 Mesh.
5+
This guide describes how to program the FoBE Quill ESP32S3 Mesh.
66

77
## Arduino
88

@@ -50,7 +50,7 @@ You can follow the official guide of [PlatformIO](https://platformio.org/platfor
5050

5151
[MicroPython](https://micropython.org) is a lean and efficient implementation of the Python 3 programming language that includes a small subset of the Python standard library and is optimised to run on microcontrollers and in constrained environments.
5252

53-
The following describes how to program the FoBE Quill Esp32-S3 Mesh with MicroPython.
53+
The following describes how to program the FoBE Quill ESP32S3 Mesh with MicroPython.
5454

5555
#### Releases
5656

@@ -110,7 +110,7 @@ source .venv/bin/activate
110110
pip3 install mpremote
111111

112112
# Create a new file named main.py
113-
echo "print('Hello, FoBE Quill ESP32-S3 Mesh!')" > main.py
113+
echo "print('Hello, FoBE Quill ESP32S3 Mesh!')" > main.py
114114

115115
# Copy the main.py file to the device
116116
mpremote cp main.py :
@@ -128,7 +128,7 @@ More information about the MicroPython REPL can be found in the [MicroPython doc
128128

129129
The [Zephyr OS](https://zephyrproject.org) is based on a small-footprint kernel designed for use on resource-constrained and embedded systems: from simple embedded environmental sensors and LED wearables to sophisticated embedded controllers, smart watches, and IoT wireless applications.
130130

131-
The following describes how to program the FoBE Quill ESP32-S3 Mesh with Zephyr RTOS.
131+
The following describes how to program the FoBE Quill ESP32S3 Mesh with Zephyr RTOS.
132132

133133
### Create a new project
134134

@@ -273,14 +273,14 @@ Before you start, make sure you have Python installed on your system.
273273
Double-click the reset button on the device to enter bootloader mode, then run the following commands in the terminal:
274274

275275
```bash
276-
# Build the project for the FoBE Quill ESP32-S3 Mesh board
276+
# Build the project for the FoBE Quill ESP32S3 Mesh board
277277
west build -b fobe_quill_esp32s3/esp32s3/procpu/w ./app
278278
279279
# Flash the project to the board
280280
west flash
281281
```
282282

283-
Now you have a simple LED blinking example (Zephyr RTOS Standalone project) running on the **FoBE Quill ESP32-S3 Mesh**.
283+
Now you have a simple LED blinking example (Zephyr RTOS Standalone project) running on the **FoBE Quill ESP32S3 Mesh**.
284284
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-21-13-38-07.png" alt="2025-07-21-13-38-07.png" style={{ width: '100%', height: 'auto' }} /></div><br/>
285285

286286
More information about the **Zephyr RTOS** can be found in the [Zephyr documentation](https://docs.zephyrproject.org/latest/).

docs/product/f1102/quickstart.mdx

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,31 @@ title: Quick Start
33
sidebar_label: Quick Start
44
---
55

6-
This guide introduces the FoBE Quill ESP32-S3 Mesh and how to use it.
6+
This guide introduces the FoBE Quill ESP32S3 Mesh and how to use it.
77

88
## Hardware diagram
99

10-
The following figure illustrates the FoBE Quill ESP32-S3 Mesh hardware diagram.
10+
The following figure illustrates the FoBE Quill ESP32S3 Mesh hardware diagram.
1111

1212
<br/>
1313
<div style={{ textAlign: 'center' }}>
14-
<img src="/img/products/f1102-r1a.digram.png" alt="FoBE Quill ESP32-S3 Mesh Hardware Diagram" style={{ width: '80%', height: 'auto' }} />
14+
<img src="/img/products/f1102-r1a.digram.png" alt="FoBE Quill ESP32S3 Mesh Hardware Diagram" style={{ width: '80%', height: 'auto' }} />
1515
</div>
1616
<br/>
1717

1818
## Mechanical dimensions
1919

20-
FoBE Quill ESP32-S3 Mesh is a single-sided PCB with dimensions of 60.96mm x 22.86mm (2.4" x 0.9"), 1.6mm thick, featuring a USB Type-C port and dual through-hole pin headers.
20+
FoBE Quill ESP32S3 Mesh is a single-sided PCB with dimensions of 60.96mm x 22.86mm (2.4" x 0.9"), 1.6mm thick, featuring a USB Type-C port and dual through-hole pin headers.
2121

2222
<br/>
2323
<div style={{ textAlign: 'center' }}>
24-
<img src="/img/products/f1102-r1a.dimensions.png" alt="FoBE Quill ESP32-S3 Mesh Mechanical Dimensions" style={{ width: '80%', height: 'auto' }} />
24+
<img src="/img/products/f1102-r1a.dimensions.png" alt="FoBE Quill ESP32S3 Mesh Mechanical Dimensions" style={{ width: '80%', height: 'auto' }} />
2525
</div>
2626
<br/>
2727

2828
## Power supply
2929

30-
The FoBE Quill ESP32-S3 Mesh is designed to be powered by a battery and includes charging circuitry for lithium batteries. The charger can be powered from a wall adapter via the USB Type-C connector. The incoming USB voltage is routed exclusively to the charger IC, which monitors the battery and stops charging when it's full or if the temperature is too high (this requires soldering a thermistor to the NTC test point). The output from the charger then powers the development kit through a step-down converter.
30+
The FoBE Quill ESP32S3 Mesh is designed to be powered by a battery and includes charging circuitry for lithium batteries. The charger can be powered from a wall adapter via the USB Type-C connector. The incoming USB voltage is routed exclusively to the charger IC, which monitors the battery and stops charging when it's full or if the temperature is too high (this requires soldering a thermistor to the NTC test point). The output from the charger then powers the development kit through a step-down converter.
3131

3232
A high-efficiency step-down converter (TPS62825) with a low quiescent current generates the 3.3V rail. This power supply powers the entire development kit and connected peripheral modules, supporting a maximum current of 2A.
3333

@@ -60,7 +60,7 @@ The MFP additionally provides 4 GPIO pins, or directly connected to modules supp
6060

6161
## Display
6262

63-
The FoBE Quill ESP32-S3 Mesh features an onboard 1.3-inch monochrome OLED display, 128 x 64 resolution, 16-pin FPC, driven by an SSD1312 controller via I2C.
63+
The FoBE Quill ESP32S3 Mesh features an onboard 1.3-inch monochrome OLED display, 128 x 64 resolution, 16-pin FPC, driven by an SSD1312 controller via I2C.
6464

6565
## Buttons and LEDs
6666

@@ -74,7 +74,7 @@ There are two buttons and one blue LED connected to dedicated GPIOs on the ESP32
7474

7575
## Sub-GHz Radio
7676

77-
The FoBE Quill ESP32-S3 Mesh board features an onboard sub-GHz radio module based on the Semtech SX1262 chip. It supports LoRa and (G)FSK modulation and operates in the 433 MHz, 868 MHz, and 915 MHz frequency bands (model dependent). An integrated 1.8V TCXO ensures excellent stability, unaffected by temperature variations.
77+
The FoBE Quill ESP32S3 Mesh board features an onboard sub-GHz radio module based on the Semtech SX1262 chip. It supports LoRa and (G)FSK modulation and operates in the 433 MHz, 868 MHz, and 915 MHz frequency bands (model dependent). An integrated 1.8V TCXO ensures excellent stability, unaffected by temperature variations.
7878

7979
Key specifications include an active receive current consumption of just 4.2 mA, a maximum transmit power of up to +22 dBm, and high sensitivity down to -148 dBm, providing excellent interference immunity.
8080

@@ -95,15 +95,15 @@ The module connects to the ESP32-S3 SoC via SPI for long-range wireless communic
9595

9696
### Wi-Fi/Bluetooth Antenna
9797

98-
The FoBE Quill ESP32-S3 Mesh board has an embedded SMD ceramic antenna for the ESP32-S3 SoC, which supports Bluetooth and 2.4 GHz communication.
98+
The FoBE Quill ESP32S3 Mesh board has an embedded SMD ceramic antenna for the ESP32-S3 SoC, which supports Bluetooth and 2.4 GHz communication.
9999

100100
### Sub-GHz Antenna
101101

102-
The FoBE Quill ESP32-S3 Mesh board has an iPEX-U.FL connector for connecting an external sub-GHz antenna.
102+
The FoBE Quill ESP32S3 Mesh board has an iPEX-U.FL connector for connecting an external sub-GHz antenna.
103103

104104
## Debug interface
105105

106-
The FoBE Quill ESP32-S3 Mesh board provides a debug interface via USB (CDC/JTAG) and edge JTAG pins. This allows developers to program and debug their applications using compatible tools and IDEs.
106+
The FoBE Quill ESP32S3 Mesh board provides a debug interface via USB (CDC/JTAG) and edge JTAG pins. This allows developers to program and debug their applications using compatible tools and IDEs.
107107

108108
## Light up the board
109109

@@ -112,13 +112,13 @@ The FoBE Quill ESP32-S3 Mesh board provides a debug interface via USB (CDC/JTAG)
112112
Before you begin, please make sure you have the following items:
113113

114114
#### Hardware
115-
* FoBE Quill ESP32-S3 Mesh board
115+
* FoBE Quill ESP32S3 Mesh board
116116
* USB-C Cable (must support data transfer)
117117
* 3.7V Li-Ion/LiPo Battery (optional, for battery-powered applications)
118118
* Sub-GHz Antenna (optional, but if your program enables sub-GHz communication, please be sure to connect the antenna, otherwise, the module will be damaged)
119119

120120
#### Software
121-
You can choose multiple IDEs for coding the FoBE Quill ESP32-S3 Mesh:
121+
You can choose multiple IDEs for coding the FoBE Quill ESP32S3 Mesh:
122122
* [ESP-IDF](https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/)
123123
* [Arduino IDE](https://www.arduino.cc/en/software)
124124
* [PlatformIO](https://platformio.org/)
@@ -127,7 +127,7 @@ Before you begin, please make sure you have the following items:
127127

128128
### Setup the board
129129

130-
To light up your FoBE Quill ESP32-S3 Mesh board, follow these steps:
130+
To light up your FoBE Quill ESP32S3 Mesh board, follow these steps:
131131

132132
1. Connect the Sub-GHz antenna to the iPEX-U.FL connector on the board (if applicable).
133133

@@ -311,6 +311,6 @@ void loop()
311311
312312
### Power Consumption Verification
313313
314-
To verify the power consumption of the FoBE Quill ESP32-S3 Mesh, you can use a multimeter or an oscilloscope to measure the current drawn by the board in different modes (sleep, active, etc.).
314+
To verify the power consumption of the FoBE Quill ESP32S3 Mesh, you can use a multimeter or an oscilloscope to measure the current drawn by the board in different modes (sleep, active, etc.).
315315
316316
You can follow the [Meshtastic application guide](/product/f1102/applications#meshtastic) to set up a low-power scenario for measurement.

docs/product/f1102/resources.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Resources
33
---
44

5-
**\[PDF\]** [FoBE Quill ESP32-S3 Mesh Datasheet](/)
5+
**\[PDF\]** [FoBE Quill ESP32S3 Mesh Datasheet](/)
66

7-
**\[PDF\]** [FoBE Quill ESP32-S3 Mesh Schematic](/)
7+
**\[PDF\]** [FoBE Quill ESP32S3 Mesh Schematic](/)
88

9-
**\[PDF\]** [FoBE Quill ESP32-S3 Mesh Dimension](/)
9+
**\[PDF\]** [FoBE Quill ESP32S3 Mesh Dimension](/)
1010

11-
**\[DXF\]** [FoBE Quill ESP32-S3 Mesh Dimension](/)
11+
**\[DXF\]** [FoBE Quill ESP32S3 Mesh Dimension](/)
1212

13-
**\[STL\]** [FoBE Quill ESP32-S3 Mesh 3D Model](/)
13+
**\[STL\]** [FoBE Quill ESP32S3 Mesh 3D Model](/)

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ module.exports = {
8383
},
8484
{
8585
type: "category",
86-
label: "Quill ESP32-S3 Mesh",
86+
label: "Quill ESP32S3 Mesh",
8787
link: { type: "doc", id: "product/f1102/index" },
8888
items: [
8989
"product/f1102/quickstart",

0 commit comments

Comments
 (0)