A smart relay for the Arduino that allows programming of 10 time based alarms and one voltage based alarm (for overvoltage/ under voltage protection). Also uses DS1307 RTC to keep time, and allows the ...
Mini Project: Light-Dependent Relay Control using Arduino. This project involves controlling a relay using a Light Dependent Resistor (LDR) and an Arduino. The system detects the ambient light ...
In this quick Arduino tutorial I will explain how you can control a relay using the Arduino Board, one 1K and one 10K resistors, 1 BC547 transistor, one 6V or 12V relay, one 1N4007 diode and a 12V fan ...
IN - This pin is also called the control pin because it is used to control the output of the relay. COM - is connected to the device you intend to connect. NC - terminal is connected to the COM ...
This is a DIY Arduino-based overcurrent relay project that emulates Inverse Definite Minimum Time (IDMT) protection using an Arduino Nano and ACS712 current sensor. Instead of traditional ...
Step 1: Configuring Arduino Uno as an ISP: Since ATtiny85 is just a microcontroller, it requires an ISP (In-System Programming) to be programmed. So to program the ATtiny85, we need to first configure ...