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. 🚀
A simple ESP32 project that allows your ESP32 to act as a Wi-Fi repeater.
- 📶 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
- ESP32 Board
- Arduino IDE
- WiFi library (built-in)
-
Clone or download this repository.
-
Open
ESP32_WiFi_Repeater.inoin Arduino IDE. -
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";
This is only for educational purpose don't misuse of it. otherwise you w'll be responsible for that