arduino

Arduino-4-Digit-7-Segment-LED-Voltmeter-MAX7219-Featured-Image

Arduino 4-Digit 7-Segment LED Voltmeter MAX7219

Here is another version of Arduino based voltmeter. This time it uses 4-digit 7-Segment LED display and MAX7219 Display Driver. For similar design with 2x16 LCD display click this link. Also you can look at PIC16F876 implementation in my previous ...
Arduino-Base-Converter-with-4x4-Keypad-and-I2C-LCD-20X4-Featured-Image

Arduino Base Converter with 4×4 Keypad and I2C LCD

Arduino hexadecimal to binary Base Converter is a simple design that can be built using 4×4 Keypad and I2C LCD display module. Arduino MEGA board was chosen as a target device. This circuit will wait for a single digit to ...
RGB LED Bar Graph for Arduino Featured Image

RGB LED Bar Graph

Current LED Bar Graph design for Arduino UNO platform uses 16 independently controlled RGB LED’s with integrated WS2812 chip. Similar project is available at this link. In general the voltage is divided into equal intervals equal to the number of ...
Arduino-LCD-Bargraph-Voltmeter-Featured-Image

Arduino LCD Bargraph Voltmeter

Arduino based LCD Bargraph Voltmeter can be easily assembled with Arduino Mega 2560/Arduino Uno or compatible boards. Arduino LED battery level indicator is here. Similar design based on Raspberry Pi platform is available at this link. This design is basically ...
Fading-LED-with-PCF8591-Arduino-I2C-Featured-Image

Fading LED with PCF8591 Arduino I2C

Controlling LED brightness with Arduino is one of the basic circuits you can built. Fade sketch is even included in the basic examples in the Arduino IDE. However on Arduino boards it’s done by pulse width modulation, changing the duty ...
Binary-to-Hex-7-Segment-Arduino-Featured-Image

Binary to Hex 7-Segment Arduino

In this post I’ll show you how to build a simple Binary to Hexadecimal converter using common cathode 7-Segment display and Arduino Mega compatible Iduino Mega R3 board.  Similar devices should also work ,however I did not test it. The ...
Humidity-and-Temperature-Sensor-DHT11-with-Arduino-Featured-Image

Humidity and Temperature Sensor DHT11 with Arduino

Interfacing Humidity and Temperature Sensor DHT11 with Arduino platform is the topic of this post. I’ve published a number of designs with various temperature sensor, both digital and analog. Here you can see how to use LM75A digital sensor with ...
Arduino-with-DS3231-Real-Time-Clock-Featured-Image

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 ...
Arduino-Photoresistor-Relay-Control-with-PCF8591-Module-Featured-Image

Arduino Photoresistor Relay Control with PCF8591 Module

Relay controlled by light intensity can be implemented using Arduino UNO compatible board. In this case Keyestudio UNO R3 and AD/DA module with PCF8591 chip. Similar simpler design is available here. On this particular module a photoresistor and a potentiometer ...
Arduino-4-Digit-LED-7-Segment-Countdown-Timer-Featured-Image

Arduino 4 Digit LED 7-Segment Countdown Timer

Arduino 4 Digit LED 7-Segment Countdown Timer based on Arduino MEGA will be shown in this post.  For LCD version of this design follow this link. Similar project that uses PIC16F876 MCU can be found at this link. Raspberry Pi ...