# Seeed Wio Tracker Setup Guide

<div id="bkmrk-%E2%9A%A0-antenna-safety-%E2%80%94-a" style="background:#fff3cd;border:2px solid #ffc107;padding:12px 16px;margin-bottom:20px;">**⚠ ANTENNA SAFETY - ALL DEVICES:** Always connect an antenna **before** powering on any LoRa device. Even a brief transmission without an antenna connected risks **permanent damage** to the LoRa radio chip. </div>## Seeed Wio Tracker 1110 - Setup Guide

The Seeed Wio Tracker 1110 (also called the Wio Tracker L1) is an nRF52840-based node with built-in GPS and a 1.3" OLED display. The L1 Pro variant adds a rugged enclosure and 2000 mAh battery - strongly recommended for field deployment over the bare L1 board.

### Specifications

<table id="bkmrk-attributevalue-mcunr" style="border-collapse:collapse;width:100%;"> <tr><th style="background:#f0f0f0;width:35%;">Attribute</th><th>Value</th></tr> <tr><td>MCU</td><td>nRF52840</td></tr> <tr><td>Radio</td><td>SX1262</td></tr> <tr><td>Display</td><td>1.3" OLED</td></tr> <tr><td>GPS</td><td>Built-in</td></tr> <tr><td>Price (L1)</td><td>$29.90 (bare board, no enclosure, no battery)</td></tr> <tr><td>Price (L1 Pro)</td><td>$42.90 (rugged enclosure + 2000 mAh battery)</td></tr> <tr><td>Strengths</td><td>nRF52840 efficiency, GPS, OLED, long battery life on L1 Pro</td></tr></table>

<div id="bkmrk-l1-vs-l1-pro-%E2%80%94-which" style="background:#cce5ff;border:1px solid #004085;padding:10px 14px;margin:10px 0;"> **L1 vs L1 Pro - Which to Buy:** The bare L1 board has no enclosure and no battery. Most users deploying in the field should choose the **L1 Pro**, which includes a rugged weatherproof enclosure and a 2000 mAh battery. </div>### Driver Installation

**No driver installation required on any operating system.** The nRF52840 presents as a USB mass storage device. It appears automatically on Windows, macOS, and Linux.

### Entering Bootloader / DFU Mode

1. Connect the device via USB.
2. Locate the **RESET button** (may be recessed - use a SIM card ejector pin, toothpick, or similar small tool).
3. **Double-tap the RESET button** quickly.
4. The device will appear as a USB drive.

If the USB drive does not appear, retry the double-tap - timing sensitivity is similar to the T-Echo.

### Firmware Flashing

**Method A - Web Flasher (recommended):**

1. Enter DFU mode (double-tap RESET).
2. Open Chrome or Edge and navigate to: 
    - **MeshCore:** [flasher.meshcore.io](https://flasher.meshcore.io)
    - **Meshtastic:** [flasher.meshtastic.org](https://flasher.meshtastic.org)
3. Select the **Wio Tracker** variant from the device list.
4. Click **Flash**.

**Method B - Drag and Drop:**

1. Download the `.uf2` firmware file.
2. Enter DFU mode.
3. Drag and drop the `.uf2` file onto the USB drive.
4. Device reboots automatically.

### Post-Flash Configuration

1. GPS begins acquiring satellites automatically after boot.
2. Connect via Bluetooth app and set **region to US**.
3. Configure node name and channel settings.

### Known Quirks

- The RESET button may be recessed - have a SIM pin or similar tool available.
- GPS first fix may take several minutes on a fresh boot outdoors.
- L1 bare board requires an external battery and enclosure for practical field use.