News

Here we have used 6V Relay module. Here to turn on the Relay with Arduino we just need to make that Arduino Pin High (A0 in our case) where Relay module is connected. Below given is Relay Driver ...
On the rising edge of the first clock pulse input at Pin 14 (CLK), Q0 goes Low and Q1 (Pin 2) goes High (Relay ON). On the rising edge of the second clock pulse, Q1 goes Low and Q2 (Pin 4) goes High.
Circuit Diagram of Interfacing Single Channel Relay with Arduino UNO. Below is the circuit diagram to control AC appliances using Arduino ... Example code of Arduino interfacing with single channel ...
Circuit Diagram: Relay module: Connect the IN pin of the relay to a GPIO pin (e.g., D1 or GPIO5). ESP8266 or ESP32: Make sure the relay module's VCC and GND are properly connected to the board.
Now upload the code to Arduino and connect the components as described in the circuit diagram. Then connect the AC wire with the common pin of the relay module to control the lights and fans. Fig. 6: ...
Fig. 3: Circuit diagram of the voice-controlled home automation system. Bluetooth module HC-05 transmits and also receives data serially via Board1 that can be read by the microcontroller (MCU). A ...