Getting Started with FoBE Mesh Tracker C1

Introductionā
FoBE Mesh Tracker C1 is a fully integrated application board for outdoor LoRa communication. It integrates an nRF52840 MCU, GPS, buzzer, OLED display, and a LoRa transceiver, providing everything needed for an outdoor LoRa device.
The board features a rotary encoder, one user button, one reset button, an onboard BLE antenna for convenient configuration, two indicator LEDs, a USB-C connector, reserved SWDIO/SWCLK header pads, an 8-pin expansion header exposing 6 GPIOs, and two UF.L connectors for the LoRa and GPS antennas.
Key Featuresā
-
Core Components
- nRF52840 MCU
- GPS module with UF.L antenna connector
- LoRa transceiver with UF.L antenna connector
- 0.96-inch OLED screen
- Buzzer for audio feedback
-
User Interface
- Rotary encoder for easy navigation
- One user button and one reset button
- Two indicator LEDs
- Onboard BLE antenna
-
Connectivity and Expansion
- USB-C connector
- Reserved SWDIO/SWCLK header pads
- 8-pin header exposing 6 GPIO pins for external expansion
- 2-pin MX1.25 battery input interface
- Two 6-pin SH1.0 FPC connectors for external modules
Hardware diagramā
The following figures show the FoBE Mesh Tracker C1 hardware diagrams.


Mechanical dimensionsā
The FoBE Mesh Tracker C1 PCB measures 50 mm Ć 50 mm.

Power Supplyā
USB-C Powerā
The board can be powered via the USB-C connector (5 V).
Battery charging current is limited to 800 mA.
Battery Powerā
The board can be powered by a single-cell Li-ion/Li-Po battery connected to the 2-pin MX1.25 battery input interface. The battery voltage range is 3.7 V to 4.2 V.
Peripheral Power Controlā
GNSS Moduleā
GPS power (GNSS-3V3) is controlled by MCU P0.26. Backup power for GNSS data is not switchable.
Peripheralā
The OLED display, buzzer, and MFP (PERI-3V3) are controlled by MCU P0.16.
Status Indicatorsā
The board has two indicator LEDs:
- Power LED
- Charging Indicator LED
Buttonsā
The board has two buttons:
- Reset Button
- User Button (connected to MCU P1.00)
Battery Managementā
- The battery charging IC directly manages the battery connection.
- The NTC header is directly connected to the charging IC.
- Battery voltage is measured using a voltage divider (1 MĪ© and 1.5 MĪ© resistors) and read by MCU P0.05.
Sub-GHz Radio (LoRa)ā
The FoBE Mesh Tracker C1 board features an on-board sub-GHz radio module based on the Semtech SX1262. It supports LoRa and (G)FSK modulation and operates in the 433 MHz, 868 MHz, or 915 MHz bands (depending on the model). An integrated 1.8 V TCXO ensures excellent stability across temperature variations.
Key specifications include a receive current as low as 4.2 mA, a maximum transmit power of up to +22 dBm, and sensitivity down to -148 dBm, providing excellent interference immunity.
The module connects to the nRF52840 SoC via SPI for long-range wireless communication:
| SX1262 Pin | GPIO Pin |
|---|---|
| MISO | P0.24 |
| MOSI | P0.22 |
| SCK | P0.20 |
| NSS | P1.08 |
| RST | P0.13 |
| BUSY | P0.15 |
| DIO1 | P0.17 |
| RXEN | P0.11 |
GPSā
The GPS module has the following pin assignments:
| GPS Pin | GPIO Pin |
|---|---|
| RST | P0.04 |
| RXD | P0.12 |
| TXD | P1.09 |
| PPS | P0.08 |
| WAKE | P0.06 |
Configuration Jumperā
The board features a jumper pad:
| Interface | Description |
|---|---|
| CONSTELLATION | Soldering this pad configures the module to use GPS + GLONASS. By default, the pad is not soldered, and the module uses BeiDou + GPS. |
Applicationsā
Meshtasticā
Meshtastic 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.
The FoBE Quill nRF52840 Mesh is compatible with Meshtastic, allowing you to build your own mesh network using this development board.
Flashing firmwareā
This tutorial will guide users to flash the FoBE Quill nRF52840 Mesh to the Meshtastic version, for those who want to use the Meshtastic network.
Preparationā
- FoBE Quill nRF52840 Mesh Board x 1
- USB-C cable x 1
- Computer with Python 3 installed
Wiringā
Connect the FoBE Quill nRF52840 Mesh to your computer using a USB-C cable.
Flash Meshtastic firmwareā
Download the latest firmware from the Firmware Hub.
- UF2
- Hex
Double click the Reset button, there should be a FoBE Boot drive on your PC.

Drag the firmware-fobe_idea_mesh_tracker_c1-2.7.3.cf574c7.uf2 file to the drive. The installation will run automatically, then the drive will disappear.
This is recommended method, to install latest version:
pip3 install --user adafruit-nrfutil
To flash the firmware, run the following command:
adafruit-nrfutil --verbose dfu serial --package firmware-fobe_quill_nrf52840_mesh-2.7.3.cf574c7.zip \
--port <your_device_port> -b 115200
Now you can use the FoBE Quill nRF52840 Mesh with the Meshtastic network. You can use the Meshtastic app to configure your device and start using it.
More information can be found in the Meshtastic documentation.
FAQsā
I can't upload firmware to the board, what should I do?ā
You can try to click the Reset button twice quickly to enter the bootloader mode. If that doesn't work, please check your USB cable and connection.
How do I connect the LoRa and GPS antennas?ā
The LoRa antenna should be connected to the UF.L connector labeled "LoRa", and the GPS antenna should be connected to the UF.L connector labeled "GPS".
How do I power the board?ā
You can power the board via the USB-C connector or by connecting a single-cell Li-ion/Li-Po battery to the 2-pin MX1.25 battery input interface.
How do I charge the battery?ā
When the board is powered via the USB-C connector, the battery will be charged automatically. The charging indicator LED will light up during charging.
How do I update the bootloader?ā
You can find the bootloader project and instructions in the FoBE Bootloader Repository, please follow the instructions to update the bootloader.
Resourcesā
[PDF] FoBE Mesh Tracker C1 Datasheet
[PDF] FoBE Mesh Tracker C1 Schematic