FullyAutomatix Back to Home

Project File

Mini Wireless Repeater

A compact WiFi range extender built around the ESP8266 Wemos D1 Mini with an external antenna mod for significantly improved range — perfect for extending network coverage to dead zones.

Mini Wireless Repeater

Build Summary

This wireless repeater uses the beloved ESP8266 Wemos D1 Mini — the same versatile microcontroller featured in our favorite gear collection. What makes this build special is the external antenna modification, which dramatically improves range compared to the stock PCB antenna.

The D1 Mini’s built-in WiFi capabilities make it perfect for this application. It connects to your existing network and rebroadcasts the signal, effectively doubling your coverage area. The addition of an external antenna with U.FL connector transforms it from a basic repeater into a serious range-extending tool.

Why the D1 Mini?

The Wemos D1 Mini is one of my absolute favorite microcontroller boards (see the full writeup here), and it’s perfect for this project:

External Antenna Modification

The stock D1 Mini uses a PCB trace antenna, which works fine for short-range applications but limits performance for a repeater. By adding an external antenna:

Mod Process:

  1. Carefully remove the surface-mount 0Ω resistor that connects the PCB antenna
  2. Solder a U.FL (IPEX) connector to the external antenna pads on the D1 Mini
  3. Connect a 2.4GHz external antenna with RP-SMA or similar connector
  4. Mount the board in an enclosure with an antenna bulkhead pass-through

Technical Specs

Feature Specification
Microcontroller ESP8266 Wemos D1 Mini (ESP-12F)
WiFi Standard 802.11 b/g/n, 2.4 GHz
Antenna External 2.4GHz (3dBi - 5dBi) with U.FL connector
Range (approx) 100-200m line-of-sight (with 5dBi antenna)
Power Input 5V micro-USB or 3.3V direct
Power Consumption ~80mA typical, 170mA peak
Supported Modes AP+STA (repeater), AP (access point), STA (client)
Web Interface Built-in configuration portal
Firmware Options ESP_WiFi_Repeater, ESPHome, Tasmota
Enclosure Custom 3D-printed ABS with antenna mount
Typical Cost USD 8-12 (D1 Mini + antenna + enclosure)

How It Works

The repeater operates in AP+STA mode (Access Point + Station):

  1. Station Mode: Connects to your existing WiFi network as a client
  2. Access Point Mode: Simultaneously creates its own WiFi network with extended range
  3. Traffic Routing: Bridges traffic between the two networks transparently
  4. DHCP Relay: Forwards DHCP requests to your main router for seamless integration

Setup Process:

  1. Flash the D1 Mini with WiFi repeater firmware (Arduino sketch or ESPHome)
  2. On first boot, it creates a setup access point
  3. Connect to the setup AP and configure your source network credentials
  4. Set the repeated network name (SSID) and password
  5. Reboot — the repeater connects and starts broadcasting

Firmware Options

ESP_WiFi_Repeater (Recommended):

ESPHome (Home Assistant Integration):

Custom Arduino Sketch:

Antenna Recommendations

For Indoor Use:

For Outdoor/Directional:

Connection: All antennas need RP-SMA or SMA connector, with a U.FL pigtail cable to connect to the D1 Mini.

Enclosure Design

The 3D-printed enclosure features:

Performance Notes

Real-World Testing:

Best Practices:

Use Cases

Perfect for:

Power Options

USB Power (Standard):

Solar + Battery (Off-Grid):

PoE Splitter (Professional):

This project uses components from the favorite gear collection:


A practical WiFi range extension project built with one of the most versatile microcontrollers available.