I2C Serial LCD Interface Module Arduino
In this post I’m going to show you how to use a Serial I2C Interface Module to control 2x16 LCD display with Arduino. For similar design using PIC16F876 click this link. Instead of using 8 or 4 bit parallel connection ...
Arduino with DS3231 Real Time Clock
In this post I’ll show you how to interface a RTC module DS3231 Real Time Clock with Arduino. This particular module uses I2C protocol to transfer current time to a micro controller. DS3231 library and header files should be installed ...
LCD Voltmeter based on Arduino
This post is about building a simple 0-5V 3 digit voltmeter using Arduino UNO compatible board and 4x20 LCD display. This design should also work on all similar boards, I’ve tested it on Arduino Mega and UNO boards. No additional ...
Making a siren using Arduino
Generating sound patterns with Arduino is a topic of this article. All you need is Arduino compatible board a simple DC buzzer and current limiting resistor. In this project I'll show how to build a police siren using Arduino Mega ...
Arduino Up Down Counter LCD
Up Down Counter design based on Arduino MEGA compatible board is the topic of this article.it uses 2x16 LCD display to show the counter values and 4x3 keypad to input initial 3 digit number.The counter will count Up/Down according to ...
Arduino 3 Digit Timer with LED Display
Arduino based 3 Digit Timer with LED Display module is a relatively simple design. Recently I’ve published a number of similar projects that essentially perform the same task. You set up an initial value via some kind of user interface ...
RFID Security Access Using Arduino
In this post I’ll show you how to build a RFID reader for security access based on Arduino MEGA board. The code I've used is a modified version of a design that was published at Arduino project hub. I added ...
Arduino Thermometer LM35
LM35 is a temperature sensor that outputs a voltage proportional to the surrounding temperature in centigrade. In this post I’ll show how this device can be connected to Arduino MEGA board to build a thermometer that shows the current temperature ...
Arduino Ohm Meter
Arduino Ohm Meter is one of the simplest circuits that can be built with minimal number of required components. As can be seen from design schematic a standard 2x16 LCD display and 3 resistors are all you need to complete ...
Arduino Digital Level MPU-6050
In this post a 1 axis basic digital level design will be presented. This circuit is based on Arduino UNO board and MPU6050 accelerometer and gyroscope chip. The communication is done using I2C interface. MPU6050 module address can vary depending ...