esp_wifi_repeater VS esphome

Compare esp_wifi_repeater vs esphome and see what are their differences.

esp_wifi_repeater

A full functional WiFi Repeater (correctly: a WiFi NAT Router) (by martin-ger)

esphome

ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. (by esphome)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
esp_wifi_repeater esphome
26 227
4,655 7,711
- 6.5%
0.0 9.9
4 months ago 1 day ago
C C++
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

esp_wifi_repeater

Posts with mentions or reviews of esp_wifi_repeater. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-01.
  • Fixing a broken smart cat feeder with ESP32
    2 projects | news.ycombinator.com | 1 Feb 2024
    esp32s and esp8266s are my favorite pieces of hardware... for $2 you can setup a wifi access point

    https://github.com/martin-ger/esp_wifi_repeater

  • Please help, A noob Question.
    1 project | /r/esp8266 | 26 May 2023
    Have a look at one of the available WiFi repeaters (actually a WiFi NAT Router)
  • Wifi repeater Esp-01 - no internet
    1 project | /r/esp8266 | 30 Apr 2023
    I'm trying to set up a wifi repeater using the binaries from https://github.com/martin-ger/esp_wifi_repeater. Flashing the software goes fine. Connects to internet fine. I set up the AP with a new name and password. Connecting to it seems fine but then it shows as connected, no internet. Any ideas?
  • Can use ESP822 as WLAN router?
    3 projects | /r/esp8266 | 27 Mar 2023
  • Is there a WiFi library that supports captive portals?
    1 project | /r/esp32 | 3 Dec 2022
    Would something like this work? Connect to an ESP32 repeating the signal https://github.com/martin-ger/esp_wifi_repeater
  • Wrapping trees in backyard?
    1 project | /r/WLED | 6 Nov 2022
    I've never done an outdoor project but you'll need some waterproof strips and a sealed container for the mcu. You can buy waterproof strips in different led densities and styles from btf lighting in amazon and aliexpress, they are completely enclosed in a flexible plastic pipe (or hose?). Be careful with your maximum brightness since the leds can't dissipate as much heat. If they stay on during daylight you might lose many pixels. For the mcu I would use a small food container to which you can add extra waterproofing. If you need extra wifi range you can use an esp 8266 with this code on it https://github.com/martin-ger/esp_wifi_repeater
  • How can I use a wenos d1 mini as a wifi adapter for a ti84 ce?
    2 projects | /r/esp8266 | 20 Aug 2022
  • Remote gate relay ideas
    1 project | /r/esp8266 | 16 Aug 2022
  • Share WiFi network as a hotspot on ESP8266?
    2 projects | /r/esp8266 | 6 Aug 2022
  • ESP8266 WiFi range extender Arduino
    3 projects | dev.to | 1 Aug 2022
    My mum has a portable WiFi device which is most time in her room, so the WiFi doesn't get to the living room and that's a problem but I love to solve problems so i did some googling and I found a GitHub repository for an ESP8266 repeater by martin-ger,the repo had a binary file for the repeater so I just flashed it into my esp8266 using esptool and it worked like magic. Click here to access the repository; however, there were some problems I had with this repeater(extender):

esphome

Posts with mentions or reviews of esphome. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-24.
  • A Beginner's Guide to the ESP8266
    3 projects | news.ycombinator.com | 24 Apr 2024
    For the ESP32, an hero is in the process of adding LVGL to ESPHome. You can try it out now: https://github.com/esphome/esphome/pull/6363

    Here's the (very good!) preview documentation: https://deploy-preview-3678--esphome.netlify.app/components/...

    This is such a game-changer for me that I'll be using the ESP32 over the ESP8266 for any projects involving displays from now on.

  • ESPHome
    11 projects | news.ycombinator.com | 23 Apr 2024
    Solid state relay is probably a bad idea with all the extra heat-sinking, extra cost, and chance of getting counterfeits.

    I do this with ESPHome & a J115F21C12VDCS.9 relay (note only the NO side is rated for 40A resistive): https://i.imgur.com/MqqOkoY.png

    Choose any of the temperature sensors here for air temperature sensing: https://esphome.io/

    Configuration is so easy. For the sensor, just copy the config from here, for example: https://esphome.io/components/sensor/bme280. Add a gpio output (https://esphome.io/components/output/gpio) and a bang-bang climate controller (https://esphome.io/components/climate/bang_bang.html)

  • A Custom Zigbee Doorbell
    3 projects | news.ycombinator.com | 14 Feb 2024
    You might want to take a look at https://esphome.io/ for an easy integration of an ESP32/8266 into home Assistant.
  • Thoughts, learnings and regrets after three years on Home Assistant
    4 projects | news.ycombinator.com | 12 Feb 2024
    You can do this with a $30 Sonoff S31 running ESPHome [0]. Since the Sonoff wall switch can run a ping sensor against your server you could create a watchdog automation right on the S31 to shut off the mains power to the S31 switch and turn back on after X seconds.

    There are other ways you could have the S31 do operational checks but ultimately ESPHome is probably an interesting consideration and supported by tons of off the shelf hardware.

    [0] https://esphome.io/

  • Fixing a broken smart cat feeder with ESP32
    2 projects | news.ycombinator.com | 1 Feb 2024
    They're pretty great and compatible with most things. ESPHome [1] is a great resource for getting ESP32's working nicely with HA and you can find lots of projects using it to learn from.

    You'll likely need to do soldering if you want to connect sensors, batteries and the like.

    Personally I really like what SEEED Studio [2] does with their ESP32 boards and they have nice docs.

    1. https://esphome.io/

  • How to connect a SwiftUI app to NodeMCU ESP32
    1 project | /r/SwiftUI | 9 Dec 2023
    Maybe you could set up ESPHome on the ESP32. It might make connecting those components easier, plus a decent web server built in. Then your app can be set up to access data provided by the ESPHome web server.
  • Esp32 communication over the internet
    2 projects | /r/esp32 | 9 Dec 2023
  • Adafruit Feather ESP32-S2 with BME280 will not work!
    2 projects | /r/Esphome | 9 Dec 2023
    # # Setting pins for sda and scl will be required until https://github.com/esphome/esphome/pull/2970 is released
  • Hey all! ESP32 beginner here, looking for a little advice
    3 projects | /r/esp32 | 8 Dec 2023
    Probably an unpopular opinion, but for the simple stuff you may just want to use something like EspHome where you just need to create a yaml file. Once you’re comfortable with that maybe get into something a bit more advanced, but esphome make it a breeze. It integrates with home assistant if you already have that in place as well.
  • List of your reverse proxied services
    29 projects | /r/selfhosted | 5 Dec 2023
    ESPHome

What are some alternatives?

When comparing esp_wifi_repeater and esphome you can also consider the following projects:

esp32_nat_router - A simple NAT Router for the ESP32

ESPresense - An ESP32 based node for gathering indoor positioning and transmitting to mqtt

WiFiManager - ESP8266 WiFi Connection manager with web captive portal

ESP-Now - ESP-Now Examples

Wireshark - Read-only mirror of Wireshark's Git repository at https://gitlab.com/wireshark/wireshark. ⚠️ GitHub won't let us disable pull requests. ⚠️ THEY WILL BE IGNORED HERE ⚠️ Upload them at GitLab instead.

Tasmota - Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at

esp8266-wifi-extender - An ESP8266 based WiFi range extender.

esp-homekit - Apple HomeKit accessory server library for ESP-OPEN-RTOS

Winshark - A wireshark plugin to instrument ETW

tuya-convert - A collection of scripts to flash Tuya IoT devices to alternative firmwares

2captcha-python - Python 3 package for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, hcaptcha, funcaptcha, geetest and solve any other captchas.

Node RED - Low-code programming for event-driven applications