Skip to content

Commit 516b514

Browse files
committed
Refactor documentation for FoBE Quill series
- Removed the index.mdx file for FoBE Quill ESP32S3 Mesh. - Updated programming guide for FoBE Quill ESP32S3 Mesh with new title and description. - Revised quickstart guide for FoBE Quill ESP32S3 Mesh, enhancing structure and content. - Deleted resources.mdx file for FoBE Quill ESP32S3 Mesh. - Updated quickstart guides for FoBE Mesh Solar Power and FoBE Mesh Tracker C1 with new titles and descriptions. - Added Meshtastic application section to quickstart guides for FoBE Mesh Tracker C1. - Updated links in various quickstart guides to point to the new programming guide for FoBE Quill ESP32S3 Mesh. - Updated sidebar configuration to reflect the removal of resource links for FoBE Quill series. - Updated README files for FoBE Quill ESP32S3 Mesh and FoBE Quill NRF52840 Mesh with new tutorial links.
1 parent f3f86df commit 516b514

File tree

27 files changed

+694
-608
lines changed

27 files changed

+694
-608
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Learn about hardware and software using tutorials and developer guides.
6666
<Block title="Development" >
6767
<Chapters>
6868

69-
[<Feather size={16} strokeWidth={1.5}/> **Quill** _Versatile MCU board series._](/product/quill)
69+
[<Feather size={16} strokeWidth={1.5}/> **Quill** _Versatile MCU board series._](/quill_series)
7070

7171
[<TableProperties size={16} strokeWidth={1.5}/> **Breakout** _Compact and flexible functional expansion board._](/product/breakout)
7272

docs/product/f1101/applications.mdx

Lines changed: 0 additions & 71 deletions
This file was deleted.

docs/product/f1101/index.mdx

Lines changed: 0 additions & 174 deletions
This file was deleted.

docs/product/f1101/programming.mdx

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,37 @@
11
---
2-
title: Programming FoBE Quill nRF52840 Mesh
2+
title: Programming with FoBE Quill nRF52840 Mesh
3+
description: Programming with FoBE Quill nRF52840 Mesh.
34
sidebar_label: Programming
4-
keywords: [FoBE Quill nRF52840 Mesh, nRF52840, SX1262, Programming, Arduino, PlatformIO, MicroPython, CircuitPython, Zephyr, LoRa, Bluetooth, Mesh Network, IoT, USB-C]
5+
image: /img/products/f1101-r1lg.main.png
6+
slug: /quill_nrf52840_mesh_programming
7+
toc_max_heading_level: 4
8+
sidebar_position: 2
9+
keywords:
10+
- FoBE
11+
- nRF52840
12+
- Mesh
13+
- LoRa
14+
tags:
15+
- FoBE
16+
- nRF52840
17+
- Mesh
18+
- LoRa
19+
- Zephyr
20+
- MicroPython
21+
- CircuitPython
22+
- Arduino
23+
last_update:
24+
date: 10/30/2025
25+
author: Fernando
526
---
627

28+
# Programming with FoBE Quill nRF52840 Mesh
29+
730
This guide describes how to program the FoBE Quill nRF52840 Mesh.
831

932
## Arduino
1033

11-
If you use the Arduino IDE for programming, please see [Quick Start - Setup the board](/product/f1101/quickstart#setup-the-board).
34+
If you use the Arduino IDE for programming, please see [Quick Start - Setup the board](/quill_nrf52840_mesh_getting_started).
1235

1336
The following describes how to program the FoBE Quill nRF52840 Mesh with Arduino using PlatformIO.
1437

@@ -22,7 +45,7 @@ You can follow the official guide of [PlatformIO](https://platformio.org/platfor
2245
2. Click "Advanced Installation" button.
2346
3. Input the git repository URL ```https://github.com/fobe-projects/fobe-nrf52-platformio.git#develop``` then click "Install" button, and wait for the installation to complete.
2447

25-
<br/><div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-19-02-24-59.png" alt="2025-07-19-02-24-59.png" style={{ width: '80%', height: 'auto' }} /></div><br/>
48+
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-19-02-24-59.png" alt="2025-07-19-02-24-59.png" style={{ width: '80%', height: 'auto' }} /></div>
2649

2750
Or you can use the **pio** command line tool to install:
2851

@@ -37,15 +60,15 @@ You can follow the official guide of [PlatformIO](https://platformio.org/platfor
3760
3. Input the project name, select the board "FoBE Quill nRF52840 Mesh", and select the framework "Arduino".
3861
4. Click "Finish" button, waiting for the project created.
3962

40-
<br/><div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-19-02-04-49.png" alt="2025-07-19-02-04-49.png" style={{ width: '80%', height: 'auto' }} /></div><br/>
63+
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-19-02-04-49.png" alt="2025-07-19-02-04-49.png" style={{ width: '80%', height: 'auto' }} /></div>
4164

4265
5. Open the `src/main.cpp` file and write your code.
4366

44-
<br/><div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-19-02-24-07.png" alt="2025-07-19-02-24-07.png" style={{ width: '80%', height: 'auto' }} /></div><br/>
67+
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-19-02-24-07.png" alt="2025-07-19-02-24-07.png" style={{ width: '80%', height: 'auto' }} /></div>
4568

4669
6. Click the "Upload" button to compile and upload your code.
4770

48-
<br/><div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-19-02-25-52.png" alt="2025-07-19-02-25-52.png" style={{ width: '80%', height: 'auto' }} /></div><br/>
71+
<div style={{ textAlign: 'center' }}><img src="/img/screenshot/2025-07-19-02-25-52.png" alt="2025-07-19-02-25-52.png" style={{ width: '80%', height: 'auto' }} /></div>
4972

5073

5174
## MicroPython

0 commit comments

Comments
 (0)