Arduino Digital Clock using DS3231 Pi Module

arduino digital clock thumbnail

We are getting about how to make the digital clocks more accurate and precise even at varying parameters like temperature and humidity. Generally, in the market, if we go for buying the RTC module we will find the DS1307 module more simply. As DS1307 module is more prone to external temperature variation because it uses an external crystal oscillator circuit as a result the accuracy of the timekeeping changes. While designing a LED board for my college kec.edu.np, I suffered from a time accuracy problem. After a few days, time…

Read More

DIY 5×3 matrix keypad for arduino

diy 5x3 matrix keypad for arduino

In this tutorial we are going to design a customized DIY 5×3 matrix keypad for arduino using tactile switch and small signal diode 1N4148. Many microcomputer/ Arduino system designs require some type of a keypad as an input device. Some time we required customized key for our own project rather then conventional available matrix keypad (4×4 or 4×3) in market. What if we require the key for other operation like left, right, up, down and ok operation. The outlook of the project may not be sophisticated if we had used…

Read More

Arduino Capacitance Meter Project

arduino capacitance meter prototype

In this project you will learn how to make your own arduino capacitance meter (measure the value of capacitor from the range of pF to 1000’s uF). Generally, electronic hobbyist love to design their own gadget rather than buy. In this project we are using two approach for capacitance measurement i.e. charging and discharging approach arduino capacitance meter and multivibrator approach arduino capacitance meter. For measuring low value capacitor, we are using charging and discharging approach and for measuring high value capacitor we are using multivibrator approach. So, before starting…

Read More

How to Make Relay Switch Circuit

relay switch circuit

In this tutorial, you will learn how to make your relay switch circuit for Arduino in a few easy steps. We often see many electronics hobbyists especially Arduino users buy expensive relay modules instead of building their own. The general price of the relay module found in the market is about $2 but you can make your own for less than $0.70. In the tutorial Relay Switch circuit for Arduino, you will learn Relay and Operating principle Pin Identification of Relay Component value calculation and choosing the best for your…

Read More

Arduino Weighing Machine using HX711

arduino weighing machine

How to interface Load Cell with Arduino? How to make your very own Arduino Weighing Machine? Today, in this article you will learn about interfacing of Load Cell with Arduino and finally make your own Arduino Weighing Machine. This project is designed to weigh up to 50 Kg (depending upon the load cell you are using) accurately and efficiently. Components Required for Arduino Weighing Machine Arduino UNO Board x 1 16×2 Alphanumeric LCD x 1 Load Cell x 1 HX711 Module x 1 10K variable Resistor x 1 4.7K Resistor…

Read More

Arduino Controlled Variable Power Supply

arduino controlled variable power supply circuit

We all know that the power supply is the most basic unit of any electric/electronics circuit. The mostly electronic project, we have seen SLA batteries are often used, but they drain and we cannot get all-day performance. It is better to use the battery for backup rather than the main power supply. Another problem with using the battery is, when we draw high current constantly it becomes hot, it might create some serious issue, don’t think about this care? Don’t worry, the circuit Arduino Controlled Variable Power Supply is designed…

Read More

High Low Voltage Cutout Circuit

high low voltage cutout circuit

The protection of electrical and electronic appliances is the main concern these days. Some electronics appliance is very sensitive to voltage i.e. it only functions when adequate voltage is provided. Some appliances were even destroyed due to high and low voltage supply. To solve this type of issue we are posting a very simpler and more useful project called “High Low Voltage Cutout Circuit”. Previously we had already posted various types of appliance protecting circuits on bestengineeringprojects.com like: Auto Cut Circuit for Over and Under Voltage High Current Regulator Circuit…

Read More

Blown Fuse Indicator circuit

blown fuse indicator circuit

Blown fuse indicator circuit of the kind described here provides an ideal solution in such case. It indicates whether fuse is good or blown by generating audio alarm and glowing LED. Circuit Description and Working of Blown Fuse Indicator This circuit is based on 555 timer wired as an astable multivibrator. When the fuse is not blown, positive voltage is applied at junction P (IC’s pins 2 and 6) through R2 and D1. This holds the voltage at the junction above 2/3 Vcc and prevents the IC from oscillating. When…

Read More

Arduino GPS Digital Clock

gps clock

GPS (Global Positioning System) is getting more popular these days because of its application and uses in electronic project. Today, we are going to build a digital cock solely based on GPS module. The project “Arduino GPS Digital Clock” collects information from the satellite in the form of 70-character long string and show only date and time. In this article we will show you how to extract exact date and time from the string ($GPRMC) that received by GPS Module. Components used in Arduino GPS Digital Clock Arduino UNO Board…

Read More

Self Resetting LDR Alarm using Timer IC 555

self resetting ldr alarm using timer ic 555

One of the most common projects made in electronics is burglar alarm or security alarm. If your search over the internet there are dozen of burglar or security alarms but the problem with this circuit is, it does not have a self-resetting option i.e. continuously sounds till someone switches off the system. Thus, in order to solve this type of problem (self-resetting) we have come with the project Self Resetting LDR Alarm using Timer IC 555. This circuit detects the interruption of light and produces sound for a definite interval…

Read More