Relay

Arduino Relay to Control Household Appliances with Code

This is an electronics circuit note on how to control household appliances with Arduino and relay . A note on how to connect household appliance (like AC bulb, Soldering Iron, Workbench Power, AC motors etc.) using an Arduino Nano, a 5V relay module…

ee-diary•

How 5V Relay Module works

I created a simulation circuit for a KF-301(or KY-019) to analyze how the circuit works before I build one. Such module is important circuit part when powering AC household electronics and controlling using microcontroller like Arduino or ESP32. Th…

ee-diary•

Driving Relay H-bridge with Arduino

Controlling the direction of a DC motor is a fundamental concept in robotics and automation. One of the simplest ways to achieve this is by using an H-Bridge circuit . While transistor-based H-bridges are common, using relays offers a straightforw…

ee-diary•

Guide to Relay with Arduino

Relays offer the benefit of utilizing durable copper contacts, enabling them to handle high current loads with a relatively low input current. However, since the solenoid in the relay takes some time to actuate the contact, using Pulse Width Modulat…

ee-diary•

Arduino with Relay, How To?

Controlling actuators such as motor using an Arduino can be a simple task with the right components. Using relay we can avoid any damage to the microcontroller, the actual and other electronics circuits component in the system. In this guide, we wil…

ee-diary•
Load More
That is All