ESP32 Based 8 Channel Relay Board Micro Controller Board WiFi LAN Bluetooth - a yellow circuit board featuring an ESP32 microcontroller, an Ethernet port, eight relays, and screw terminals.
ESP32 Based 8 Channel Relay Board Micro Controller Board WiFi LAN Bluetooth - close-up of a green circuit board featuring four black JQC-3F relays, green screw terminals, and a central capacitor.
ESP32 Based 8 Channel Relay Board Micro Controller Board WiFi LAN Bluetooth - a yellow PCB with an ESP32 microcontroller, eight black relays, a black capacitor, and a micro USB port.
ESP32 Based 8 Channel Relay Board Micro Controller Board WiFi LAN Bluetooth - a close-up view of the green printed circuit board underside showing soldered through-hole component pins and traces.
ESP32 Based 8 Channel Relay Board Micro Controller Board WiFi LAN Bluetooth - a green PCB with eight black JQC-3F relays, an ESP32 microcontroller, an RJ45 port, and a DC power jack.
ESP32 Based 8 Channel Relay Board Micro Controller Board WiFi LAN Bluetooth - a green PCB with an Ethernet port, relays, and a hand holding a black circular rocker switch with wires.
ESP32 Based 8 Channel Relay Board Micro Controller Board WiFi LAN Bluetooth - a close-up view of the green circuit board featuring multiple black JQC-3F relays, red LED indicators, and a power jack.
ESP32 Based 8 Channel Relay Board Micro Controller Board WiFi LAN Bluetooth - a yellow circuit board featuring an ESP32 microcontroller, an Ethernet port, eight relays, and screw terminals.
ESP32 Based 8 Channel Relay Board Micro Controller Board WiFi LAN Bluetooth - close-up of a green circuit board featuring four black JQC-3F relays, green screw terminals, and a central capacitor.
ESP32 Based 8 Channel Relay Board Micro Controller Board WiFi LAN Bluetooth - a yellow PCB with an ESP32 microcontroller, eight black relays, a black capacitor, and a micro USB port.
ESP32 Based 8 Channel Relay Board Micro Controller Board WiFi LAN Bluetooth - a close-up view of the green printed circuit board underside showing soldered through-hole component pins and traces.
ESP32 Based 8 Channel Relay Board Micro Controller Board WiFi LAN Bluetooth - a green PCB with eight black JQC-3F relays, an ESP32 microcontroller, an RJ45 port, and a DC power jack.
ESP32 Based 8 Channel Relay Board Micro Controller Board WiFi LAN Bluetooth - a green PCB with an Ethernet port, relays, and a hand holding a black circular rocker switch with wires.
ESP32 Based 8 Channel Relay Board Micro Controller Board WiFi LAN Bluetooth - a close-up view of the green circuit board featuring multiple black JQC-3F relays, red LED indicators, and a power jack.

ESP32 Based 8 Channel Relay Board Micro Controller Board WiFi LAN Bluetooth

Sale price Rs 25,200
SKU: b198
Log in to use Wishlist
Add to Compare

Pickup available at Digilog Electronics

Usually ready in 2 hours

ESP32 Based 8 Channel Relay Board Micro Controller Board WiFi LAN Bluetooth - a yellow circuit board featuring an ESP32 microcontroller, an Ethernet port, eight relays, and screw terminals.

ESP32 Based 8 Channel Relay Board Micro Controller Board WiFi LAN Bluetooth

  • Digilog Electronics

    Pickup available, usually ready in 2 hours

    🏢 Digilog Electronics 13th the RegalStreet,
    Back side of KFC, Near Abubakar Masjid Mall Road
    Lahore
    Pakistan

    +923124002221

    Check this on google map

This is Locally designed IoT Baord with ESP32 built in 8 ,relays , bi color led, one selector switch for any input / mode selection and a power switch.
It have builtin w5500 ethernet module which enable this iot development board to connect with lan network. 

Relays are being controlled using 75hc595 shift register and uln2803 Darlington driver ic, here is its example code test relays functionality.

// Define pin numbers
const int DATA_PIN = 32;  // Connect to the data (DS) pin of the 74HC595
const int LATCH_PIN = 33; // Connect to the latch (ST_CP) pin of the 74HC595
const int CLOCK_PIN = 25; // Connect to the clock (SH_CP) pin of the 74HC595

void setup() {
  pinMode(DATA_PIN, OUTPUT);
  pinMode(LATCH_PIN, OUTPUT);
  pinMode(CLOCK_PIN, OUTPUT);
}

void shiftOutData(byte data) {
  // Shift out each bit of the data byte
  for (int i = 7; i >= 0; --i) {
    digitalWrite(DATA_PIN, (data >> i) & 1); // Set the data pin to the current bit
    digitalWrite(CLOCK_PIN, HIGH);          // Pulse the clock pin (rising edge)
    digitalWrite(CLOCK_PIN, LOW);           // Reset the clock pin (falling edge)
  }
}

void loop() {
  // Cycle through the 8 LEDs (presumably connected to relays)
  for (int ledNum = 0; ledNum < 8; ++ledNum) {
    // Turn on the specific LED
    shiftOutData(1 << ledNum); // Shift out a single bit (LED on)
    digitalWrite(LATCH_PIN, HIGH); // Latch the data (rising edge)
    digitalWrite(LATCH_PIN, LOW);  // Reset the latch (falling edge)
    delay(1000); // Wait for a short duration (e.g., 1000 ms or 1 second)
    
    // Turn off the LED
    shiftOutData(0); // Shift out all zeros (LED off)
    digitalWrite(LATCH_PIN, HIGH); // Latch the data again
    digitalWrite(LATCH_PIN, LOW);
    delay(1000); // Wait again
  }
}

Key Features:

  • WiFi and Bluetooth Connectivity: Connect to your home network via WiFi or control directly using Bluetooth.
  • 8-Channel Relay Control: Manage up to 8 appliances independently.
  • Real-Time Monitoring: Keep track of your devices through the Blynk App.

Specifications:

  • 8-Channel 5V Relays: Each relay can handle up to 10A, making it suitable for various devices.
  • LED Indicators: Clear visual feedback for relay status.

Installation and Setup:

  1. Connectivity: Power up the board using a 5V DC supply. Pair it with your WiFi network or use Bluetooth for local control.

Use Cases:

  • Lighting Control: Turn lights on/off remotely or manually.
  • Appliance Automation: Control fans, pumps, or other devices.
  • Security Systems: Integrate with alarms or door locks.
  • Garden Irrigation: Set up watering schedules.

Why Choose Our ESP32 Relay Board?

  • Reliable Performance: Built with quality components for long-lasting operation.

Similar Products

Teensy 4.1 USB Arm Cortex-M7 At 600MHz TEENSY41 Dev-16771 - a green rectangular development board featuring a micro-USB port, a processor chip, and an SD slot. Teensy 4.1 USB Arm Cortex-M7 At 600MHz TEENSY41 Dev-16771 - a green rectangular microcontroller board with a USB port, a memory card slot, and various pins on a white background.
Sold out
Log in to use Wishlist
Add to Compare

Teensy 4.1 USB Arm Cortex-M7 At 600MHz TEENSY41 Dev-16771

Sale priceRs 12,100
Texas Instruments MSP-EXP430FR6989 Dev Kit, Launchpad, MSP430FR6989 MCU, Energytrace - a red rectangular circuit board featuring a central microcontroller, LCD screen, and USB port. Texas Instruments MSP-EXP430FR6989 Dev Kit, Launchpad, MSP430FR6989 MCU, Energytrace - a red circuit board featuring an integrated LCD screen, two push buttons, and pin headers.
Sold out
Log in to use Wishlist
Add to Compare
Wemos ESP32 D1 R32 WiFi And Bluetooth Module - a black rectangular development board featuring a micro-USB port, a DC power jack, and pin headers. Wemos ESP32 D1 R32 WiFi And Bluetooth Module - a black rectangular development board featuring a USB port, DC power jack, and labeled pin headers.
Sold out
Log in to use Wishlist
Add to Compare

Wemos ESP32 D1 R32 WiFi And Bluetooth Module

Sale priceRs 2,020
Raspberry Pi Pico w - a green rectangular microcontroller board with a micro-USB port, a push button, and a metal-shielded wireless module. Raspberry Pi Pico w - a close-up view of the green circuit board showing the RP2040 chip, metal-shielded wireless module, and gold-plated pin headers.
Log in to use Wishlist
Add to Compare

Raspberry Pi Pico w

Sale priceRs 3,200
Discontinued Lolin D32 Pro V2.0.0 - WiFi & Bluetooth Board Based ESP-32 ESP32 REV1 ESP32-wrover 16MB 8MB 4MB Flash Psram Micropython - shown with two header pin strips, featuring a micro-USB port, a TF card slot, and a white connector on a black PCB. Discontinued Lolin D32 Pro V2.0.0 - WiFi & Bluetooth Board Based ESP-32 ESP32 REV1 ESP32-wrover 16MB 8MB 4MB Flash Psram Micropython - a black ESP32 development board with a metal shield, mounted on a white breadboard, featuring a micro-USB port and connectors.
Sold out
Log in to use Wishlist
Add to Compare
Raspberry Pi Pico RP2040 Cheap Price - a green rectangular microcontroller board featuring a central chip, a micro-USB port, a BOOTSEL button, and an LED indicator. Raspberry Pi Pico RP2040 Cheap Price - the front and back of the green microcontroller board, including the micro-USB port, BOOTSEL button, and pin headers.
-33%Sold out
Log in to use Wishlist
Add to Compare

Raspberry Pi Pico RP2040 Cheap Price

Regular price Rs 1,800 Sale priceRs 1,210