Using Arduino

Ultrasonic Distance Calculator

Make an Ultrasonic Distance Calculator Using Arduino

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 are not aware of Arduino, check out my article “Arduino – A Guide for Beginners“. Recently, I was testing some new components that I …

Make an Ultrasonic Distance Calculator Using Arduino Read More »

Digital Thermometer

Digital Thermometer using Arduino and DS18B20 Sensor

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 1-Wire digital temperature sensor manufactured by Maxim Integrated and is capable of reporting degree celsius with 9 ~ 12 bit precision. Components Required Arduino Uno DS18B20 Temperature Sensor Nokia …

Digital Thermometer using Arduino and DS18B20 Sensor Read More »

Temperature and Humidity Data Logger

Temperature and Humidity Data Logger using Arduino

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 humidity. Arduino Uno is programmed to read temperature, humidity values from DHT22 sensor and save it to a file in an SD Card. So whenever required we can …

Temperature and Humidity Data Logger using Arduino Read More »

Arduino Calculator

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 values can be sent in through a keypad (4×4 keypad) and result can be viewed on a LCD screen (16×2 Dot-matrix). This calculator could perform simple operations like Addition, …

Arduino Calculator using 4×4 Keypad Read More »

Two Ultrasonic Sensors

How To Measure Distance Between Two Ultrasonic Sensors Using Arduino

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 simple. But in this article we are going to try something different with these popular HC-SR04 sensors. We will try calculating the …

How To Measure Distance Between Two Ultrasonic Sensors Using Arduino Read More »