
Button State Change Detection using Arduino
Once you’ve got a pushbutton working, you often want to do some action based on how many times the butto...

How To Measure Distance Between Two Ultrasonic Sensors
Ultrasonic sensor (HC-SR04) is commonly used to find the distance of an object from one particular point. It h...
Many times, we often use LCD as display equipment, from tiny temperature monitors to large industrial equipment. The funny thing in this project is that it combines two Red LED Matrices as d... Read more
Once you’ve got a pushbutton working, you often want to do some action based on how many times the button is pushed. To do this, you need to know when the button changes state from off... Read more
This is a simple arduino based project that consists of a laser tripwire that, when triggered, will begin a countdown sequence on red, orange and green LEDs. I designed this to be an easy pr... Read more
Ultrasonic sensor (HC-SR04) is commonly used to find the distance of an object from one particular point. It has been fairly easy to do this with the Arduino and the code is also pretty simp... Read more
Arduino Calculator using 4×4 Keypad
Programming is always fun and Arduino is a wonderful platform if you are just getting started with Embedded programming. In this tutorial we will build our own calculator with Arduino. The v... Read more
In this project, we are going to make a temperature and relative humidity data logger. Arduino is the brain of this project. DHT22 sensor is used for sensing temperature and relative humidit... Read more
In this project, we are going to make a Digital Thermometer using Arduino Uno. We will use DS18B20 temperature sensor to sense the temperature and Nokia 5110 LCD to display it. DS18B20 is a... Read more
Almost every electronic hobbyist must have faced a scenario where he or she must measure the frequency of signal generated by a clock or a counter or a timer. We can use oscilloscope to do... Read more
Arduino Project – The distance calculator I have been playing with Arduino (micro-controller) for about 2 years now and I am becoming more and more passionate about circuits. For those who a... Read more
Arduino Project – The distance calculator I have been playing with Arduino (micro-controller) for about 2 years now and I am becoming more and more passionate about circuits. For those who a... Read more
I’m still working on the LED calculator (original idea and most recent work) — I’ve finally got ’round to adding a rotary encoder to set the target system voltage. Now you can turn the poten... Read more