From 9efb353d162a70dfea9dbb98f2df0ddcbff8c4f7 Mon Sep 17 00:00:00 2001 From: fatimaxsen Date: Sun, 4 May 2025 10:08:56 +0300 Subject: [PATCH] modified --- README.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e17da7d..5486388 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,22 @@ ### Features -..... +### Key Features of the 8-Relay Module with ESP32-C3 Super Mini + +- **8-Channel Relay Control:** Enables switching of up to 8 high-power devices independently. +- **ESP32-C3 Super Mini Integration:** Compact, powerful RISC-V processor with built-in Wi-Fi and Bluetooth 5.0 for versatile connectivity. +- **I2C Communication Interface:** Allows easy control from another MCU with minimal wiring and reliable data transfer. +- **Wireless Control Capability:** Supports Wi-Fi and Bluetooth when paired with an ESP32-C3-based controller, enabling remote and flexible device management. +- **Low Power Consumption:** Efficient power usage suitable for battery-powered and IoT applications. +- **Compact and Lightweight Design:** Ideal for space-constrained projects and embedded systems. +- **High Reliability and Safety:** Optocoupler isolation and built-in protection circuits to safeguard both the relay module and connected devices. +- **Wide Application Range:** Perfect for home automation, industrial control, robotics, and smart IoT solutions. --- ### Hardware Components Used -- 8 Relay Module. +- 8-Channel Relay Module. - Esp32C3 Super Mini. - Flywheel. @@ -40,11 +49,9 @@ ### Installation - - - - - +1. Download or clone this repository. +2. Copy the `I2CRelay`, `I2CMasterUtils`, and related library folders to your Arduino `libraries` directory. +3. Restart the Arduino IDE. #### Files