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 ...
Normal: Manual control of each relay All ON: Activate all relays All OFF: Deactivate all relays Alternating: Alternate between odd and even relays Sequential: Activate one relay at a time in sequence ...
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 ...
To drive a relay from the Pi, one needs to cobble up a fairly simple circuit where the 3.3V GPIO pin turns on a transistor that drives the relay. This is such a common requirement that I figured ...