Tag Archives: arduino

MAX7219 7-segment display-Arduino

MAX7219 Display Driver

The MAX7219/MAX7221 are compact, serial input/output common-cathode display drivers that interface microprocessors to 7-segment numeric LED displays of up to 8 digits, bar-graph displays, or 64 individual LEDs. Included on-chip are a BCD code-B decoder, multiplex scan circuitry, segment and digit drivers, and an 8×8 static RAM that stores each Continue reading MAX7219 7-segment display-Arduino

Digital Voltmeter using Arduino

Introduction

            7-segment displays are most popular in panel meters, It can show direct numerical value on display, It’s cost is low and display size bigger than LCD’s. Lets interface four digit display, most of the time four digits are enough to display data. Continue reading Digital Voltmeter using Arduino

LED Bar-graph Display

Introduction

LED bar-graph displays are much popular in battery level indication, water level indicator applications. Most of the inverter units have LED bar-graph display on its front panel. As we have seen in previous application we used only one LED to indicate battery level. With reference to above application we are showing voltage level on LED bar-graph display. Continue reading LED Bar-graph Display

IOT based home automation project

 We live in an exciting time where more and more everyday items “things” are becoming smart!  “Things” have sensors and can communicate to other “things” and can provide control to more “things”.  The Internet of Things, IoT, is upon us in a huge way and people are rapidly inventing new gadgets that enhance our lives.  The price of microcontrollers with the ability to talk over a network keeps dropping and developers can now tinker and build things inexpensively. Continue reading IOT based home automation project

Arduino Based Underground Cable Fault Detection

Introduction

The objective of this project is to determine the distance of underground cable fault from base station in kilometers using an Arduino board. The underground cabling system is a common practice followed in many urban areas. There are many electrical, telephone and other signal cables are laid underground. Continue reading Arduino Based Underground Cable Fault Detection