Flash Meshtastic® on a Heltec V3
This gets a brand-new Heltec WiFi LoRa 32 V3 from sealed box to sending its first packet on the mesh. The V3 is an ESP32-S3 board with an SX1262 LoRa radio — a great, cheap first node. We'll use the official browser-based flasher, so there's nothing to install.
Use a desktop Chrome, Edge, or Opera browser — flashing needs Web Serial, which Safari and Firefox don't support. You'll also need a USB-C cable that carries data, not just power (a lot of charge-only cables will leave you staring at a device that never shows up).
What you need
- Heltec WiFi LoRa 32 V3 (with its antenna attached — never power the radio without an antenna)
- A data-capable USB-C cable
- A desktop computer with Chrome/Edge/Opera
- A phone with the Meshtastic app (iOS or Android) for configuration afterward
Steps
- Attach the antenna. Screw on the 915 MHz antenna before anything else. Transmitting without one can damage the radio.
- Plug it in. Connect the board to your computer with the USB-C data cable. The onboard LED should light.
- Open the web flasher. Go to flasher.meshtastic.org in Chrome/Edge/Opera.
- Pick the device. Select
Heltec V3as the hardware and the latest stable firmware. - Flash. Click flash/connect, choose the board's serial port in the browser prompt, and let it run. Don't unplug until it finishes.
- Set your region. On first boot the node needs a region or it won't transmit. In the US that's
US(915 MHz). Set it in the flasher's settings or in the phone app. - Pair the app. Open the Meshtastic app, scan for the node over Bluetooth, and connect. Give it a short + long name.
- Send a packet. Type a message on the default channel. If another node is in range, you're on the mesh.
Flasher menus and firmware names change over time. If a step looks different from the screenshot in your head, trust the live tool and cross-check the current walkthrough at meshtastic.org/docs. Region matters: a node with no region set will look "alive" but stay silent.
Where to go next
Once it's talking, the fun starts. Bridge it to the wider network with the Raspberry Pi MQTT gateway manual, plan real range with antennas & line-of-sight, or lock down a private channel with channels, keys & encryption.