ESP-01S 5V WiFi Relay Module for Smart Home Control

  • ESP8266 wifi module onboard; in AP mode, it can connect to 5 clients simultaneously.
  • Operating Method: Using an APP, a cellphone connected to a wifi module on the same router may operate the relay.
  • Diode effusion protection.
  • Short response time

Apple Shopping Event

Hurry and get discounts on all Apple devices up to 20%

65,00 EGP

16 People watching this product now!

Payment Methods:

Description

 
🔌
Pin Connections
1 Table
Pin Connections Table 1
BoardSensor PinConnection
Onboard relayGPIO(fixed onboard wiring - flash custom firmware onto the ESP-01S itself, e.g. via Tasmota or your own sketch)
📟
ESP-01S 5V WiFi Relay Module for Smart Home Control
1 Example • C/C++ | Boards: ESP32
ESP-01S 5V WiFi Relay Module for Smart Home Control - ESP32
📄 File: esp-01s_5v_wifi_relay_module_for_smart_home_control_-_esp32.inoESP32
630 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// This board doesn't get wired to an ESP32 - you REPLACE the ESP32 with it. Flash your own WiFi-relay sketch directly onto its own ESP8266 chip (same Arduino IDE ESP8266 core used for any ESP8266 board).
6#include <ESP8266WiFi.h>
7
8#define RELAY_PIN 0 // this module's relay is wired to GPIO0 internally
9
10void setup() {
11 pinMode(RELAY_PIN, OUTPUT);
12 WiFi.begin("YOUR_WIFI_SSID", "YOUR_WIFI_PASSWORD");
13 while (WiFi.status() != WL_CONNECTED) delay(500);
14}
15
16void loop() {
17 digitalWrite(RELAY_PIN, HIGH);
18 delay(2000);
19 digitalWrite(RELAY_PIN, LOW);
20 delay(2000);
21}
ESP-01S combined with an onboard relay - flash it with Arduino-ESP8266 core to control the relay directly over WiFi (no separate driving board needed once flashed).

نظرة عامة ومواصفات المنتج — بالعربية

ESP-01S 5V WiFi Relay Module for Smart Home Control متوفر الآن في متجر إكوسترا للإلكترونيات، ضمن قسم ESP WiFi Module وIoT and Wireless، بسعر 65,00 EGP. كود المنتج لدينا: EK1560. المنتج متوفر في المخزون وجاهز للشحن الفوري لكل محافظات مصر مع إمكانية الدفع عند الاستلام.

أهم المواصفات الفنية:

  • Product Name: ESP-01S 5V WiFi Relay Module for Smart Home Control
  • Type: WiFi Relay Module / IoT Switch
  • Controller: ESP-01S WiFi Module
  • Relay Type: Single-Channel Electromechanical Relay
  • Relay Voltage Rating: 5V DC Coil
  • Relay Load Capacity: 10A 250V AC / 10A 30V DC
  • واجهة الاتصال: WiFi 802.11 b/g/n
  • Power Supply: 5V DC

هذا المنتج مناسب لمشاريع الأردوينو (Arduino) و ESP32 و Raspberry Pi، ومشاريع الروبوتات وإنترنت الأشياء والتعليم الهندسي. جميع القطع مفحوصة قبل الشحن.

تصفّح المزيد من ESP WiFi Module في إكوسترا.

Specification

Specification

WeightWeight10 g
Dimensions5 × 2,5 × 1,8 cm
Product NameESP-01S 5V WiFi Relay Module for Smart Home Control
TypeWiFi Relay Module / IoT Switch
ControllerESP-01S WiFi Module
Relay TypeSingle-Channel Electromechanical Relay
Relay Voltage Rating5V DC Coil
Relay Load Capacity10A 250V AC / 10A 30V DC
InterfaceWiFi 802.11 b/g/n
Power Supply5V DC
Control MethodRemote via WiFi / Smartphone / IoT App
IndicatorLED Status for Relay and Power
Operating Temperature Range-20°C – +60°C
Mounting TypePCB Module / Screw Terminal
MaterialPCB with SMD Components and Relay
ApplicationsSmart Home Automation, Remote Switch Control, Arduino / ESP8266 / DIY IoT Projects
Package Contents1× ESP-01S 5V WiFi Relay Module

Customer Reviews