Skip to content

Latest commit

Β 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌐 Wi-Fi Repeater Projects for ESP32 & ESP8266

This repository contains simple Wi-Fi repeater projects using ESP32 and ESP8266. Both boards can connect to an existing Wi-Fi network and create their own AP to share the connection. πŸš€


ESP32 Wi-Fi Repeater πŸ€–

A simple ESP32 project that allows your ESP32 to act as a Wi-Fi repeater.

✨ Features

  • πŸ“Ά Connects to a source Wi-Fi network (STA mode)
  • πŸ”Œ Creates a Repeater AP (SoftAP mode)
  • 🌍 Devices connected to the ESP32 AP get internet access
  • πŸ›  Easy to configure in Arduino IDE

πŸ“ Requirements

  • ESP32 Board
  • Arduino IDE
  • WiFi library (built-in)

⚑ Installation

  1. Clone or download this repository.

  2. Open ESP32_WiFi_Repeater.ino in Arduino IDE.

  3. Update your source Wi-Fi credentials:

    const char* sourceSSID = "Your_Source_WiFi";
    const char* sourcePassword = "Your_WiFi_Password";3. Update your source Wi-Fi credentials:
    ```cpp
    const char* sourceSSID = "Your_Source_WiFi";
    const char* sourcePassword = "Your_WiFi_Password";

    ⚠️ WARNING

    This is only for educational purpose don't misuse of it. otherwise you w'll be responsible for that