Category Electronics

How to make your own relay module

What is a relay? A relay in an electromagnetic device that is activated by a low voltage ranging from 3-12 v. When the electromagnet is activated it pulls a contact to make or break high voltage circuit. A simple relay…

Pocket size FM receiver

Below is the circuit idea for pocket size FM receiver using RF transistors. The circuit works off a small 4.5 volt battery or 5v USB. The heart of the circuit is the two RF transistors T1 and T2 to detect…

How to make a Tachometer for bicycle

To make a tachometer for bicycle tachometer we will be using Arduino and reed switch as the main component. We will design the tachometer to Display Speed and also temperature. Following are the list of components required. Parts list: Arduino…

Home Automation using Arduino UNO

In this post we will be designing home automation using Arduino UNO and IR remote control device. Components Required Arduino UNO board TSOP 1738 IR Remote Control Receiver 1 KΩ Resistor X 4 2N2222 NPN Transistor X 4 1N4007 Diode…

Time delay relay circuit

What is a time delay relay circuit? In a time delay relay circuit, relay contacts are closed or open after the preset time interval. Whereas in a normal relay contacts are open/closed immediately when coil is energized. It prevents the…

Real time clock with DS1302

Real time clock with DS1302 is designed using Arduino Uno. About DS1302 The DS1302 is a trickle-charge timekeeping chip containing a real-time clock/calendar and 31 bytes of static RAM. It communicates with a microprocessor via a simple serial interface. The…