How to Flash and Configure ExpressLRS Receivers: Binding, WiFi, and EdgeTX Setup

# How to Flash and Configure ExpressLRS Receivers: Binding, WiFi, and EdgeTX Setup

ExpressLRS has become the dominant RC link in FPV for good reason: kilometer-range penetration, sub-ms latency, and open-source firmware — all for under $20 per receiver. But getting an ELRS receiver flashed, bound, and configured properly involves several steps that trip up beginners. This guide walks through every stage of ExpressLRS receiver setup.

## ExpressLRS Receiver Hardware Overview

| Model | Form Factor | Antenna | Range | Target Weight | Best For |
| — | — | — | — | — | — |
| EP1 | PCB with tower antenna | T-type dipole | 30+ km | 1.2g | Long range |
| EP2 | PCB with ceramic tower | Built-in ceramic | 3-5 km | 0.5g | Whoops, toothpicks |
| RP1 | Nano with U.FL | External whip | 30+ km | 0.5g (no antenna) | Micro builds |
| RP2 | Nano with tower | T-type dipole | 30+ km | 1.0g | 3-5 inch builds |
| RP3 | Diversity nano | Dual antenna | 30+ km | 1.2g | Full diversity |
| ER4/ER6/ER8 | PWM receiver | Wire antennas | 10+ km | 6-12g | Fixed wing |

## Flashing Firmware via WiFi

All ExpressLRS receivers (ESP8285/ESP32-based) support flashing over WiFi — no USB cable or FTDI adapter needed.

### Step 1: Enter WiFi Mode
Power the receiver. If it is not bound to a transmitter, it automatically enters WiFi mode after 60 seconds (LED flashes rapidly). You can also force WiFi mode by power cycling the receiver three times rapidly.

### Step 2: Connect to the Receiver’s WiFi Network
On your computer, find the WiFi network named `ExpressLRS RX` and connect. The password is `expresslrs`.

### Step 3: Access the Web Interface
Open a browser and navigate to `http://10.0.0.1`. This opens the ELRS receiver web UI.

### Step 4: Flash Firmware
1. Under **Firmware Update**, select the correct firmware target for your receiver model.
2. The web UI auto-detects your hardware — verify it is correct.
3. Click **Update**. The receiver downloads and flashes the new firmware over WiFi.
4. After flashing, the receiver reboots with the new firmware.

**Important**: The firmware version on your receiver must match the major version on your transmitter module. ELRS v2.x and v3.x are not compatible. Always flash both TX module and RX to the same version.

## The Binding Phrase: The Modern Way

ExpressLRS 3.0 introduced binding phrases — a shared password between transmitter and receiver that removes the need for a physical bind button.

### Setting Up a Binding Phrase

1. In the ExpressLRS Configurator (desktop app or web at `10.0.0.1`), navigate to the WiFi settings section.
2. Enter a unique binding phrase (e.g., `myfpvlink2025`).
3. Flash this configuration to both your TX module and all receivers.
4. Power up both — they bind automatically. No bind button, no bind procedure.

**With a binding phrase set**, any receiver with the same phrase automatically connects to your transmitter. This is the recommended setup for all ELRS 3.x users.

### Traditional Bind Button Method

If not using a binding phrase:
1. Power the receiver and wait for it to enter bind mode (LED double-flash).
2. On your radio, run the ExpressLRS LUA script and select **Bind**.
3. The receiver LED changes to solid when bound.
4. Power cycle both devices — binding is retained.

## ExpressLRS LUA Script on EdgeTX

The ELRS LUA script is the in-radio interface for managing your ExpressLRS link. Key functions:

| Screen | Function |
| — | — |
| Main | Signal strength (RSSI dBm, LQ, SNR) |
| Packet Rate | Switch between 50Hz-1000Hz modes |
| Telemetry Ratio | Std (1:32) to full (1:2) |
| TX Power | 10mW to 1W (dynamic or fixed) |
| WiFi | Enable WiFi on TX module for flashing |
| Bind | Trigger bind mode |

### Recommended Packet Rates

| Packet Rate | Max Range | Latency | Best For |
| — | — | — | — |
| 1000 Hz | ~2 km | ~1 ms | Racing (close range) |
| 500 Hz | ~5 km | ~2 ms | Freestyle |
| 250 Hz | ~15 km | ~4 ms | General flying (good default) |
| 150 Hz | ~25 km | ~7 ms | Mid-range |
| 50 Hz | ~50+ km | ~20 ms | Extreme long range |

**Dynamic Power** (DYN) is enabled by default and highly recommended. It automatically adjusts TX power based on signal quality — your radio transmits at 10mW when the quad is nearby and ramps to maximum only when needed.

## OSD Telemetry: RSSI, LQ, and SNR

ExpressLRS provides richer link quality data than traditional RSSI:

| Metric | Meaning | Good | Warning | Critical |
| — | — | — | — | — |
| RSSI dBm | Signal strength in dBm (lower = better) | > -95 dBm | -95 to -105 dBm | < -105 dBm | | Link Quality (LQ) | % of packets received (higher = better) | 100% | 80-99% | < 80% | | SNR | Signal-to-noise ratio | > 6 dB | 2-6 dB | < 2 dB | **Pro Tip**: Display LQ in your OSD, not RSSI. RSSI alone can show -85 dBm (looks fine) while a strong noise source causes 50% packet loss. LQ tells the real story — if it drops below 80%, turn back. ## Wiring the Receiver to the FC ExpressLRS uses the CRSF (Crossfire) serial protocol: - **RX pin** on receiver → **TX pad** on FC (data from FC to RX for telemetry) - **TX pin** on receiver → **RX pad** on FC (data from RX to FC for RC control) - Enable that UART as "Serial Rx" in Betaflight Ports tab. - In Receiver tab, set protocol to **CRSF**. ## Common ExpressLRS Receiver Issues | Symptom | Cause | Fix | | --- | --- | --- | | Won't bind | Mismatched firmware version | Flash TX and RX to same version | | WiFi mode won't activate | Already bound to TX | Power cycle 3x rapidly to force WiFi | | Low LQ at close range | Model match mismatch | Clear model match or set binding phrase | | Telemetry lost at range | Telemetry ratio set too low | Increase ratio to 1:16 or 1:8 | | Receiver appears dead | Wrong voltage (some ELRS RX need 5V) | Check specs; some EP1 require 5V | For reliable ExpressLRS receivers with latest firmware and dependable range, browse the receiver selection at [uavmodel.com](https://uavmodel.com). Whether you need a lightweight ceramic antenna receiver for micros or a diversity receiver for long-range builds, quality ELRS hardware makes link management effortless.

Leave a Comment

Scroll to Top