
Arduino 7-Segment LED Display MAX7219
MAX7219 is a serial input/output common-cathode display driver. It can interface the microcontroller to 7-segment numeric LED displays, bar-graph displays, dot matrix display or individual LEDs. This IC has some very useful features like built in decoder, multiplex scan circuitry, ...

Arduino PWM Fan Controller
This implementation of Arduino based PWM Fan Controller is simple circuit that allows controlling fan speed by varying the duty cycle of the output signal. For PIC16F684 version click here. I’ve tested with Deepcool 120mm fan and it works OK, ...

8×8 LED Dot Matrix Display with Arduino
In this article I’m going to show you how an 8x8 LED Dot Matrix Display can be driven by MAX7219 with Arduino.There are 2 similar designs. PIC16F876 version is available at this link ,for circuit based on 74HC595 click here.For this project ...

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 ...

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 ...

4-Digit LED Dot Matrix Clock Arduino
Here is another digital clock design based on Arduino platform. This time it uses 4-Digit LED Dot Matrix module to show the time. Similar design with LCD display is available here. The Dot Matrix module consists of four MAX7219 chips ...

Thermocouple Amplifier MAX31855 with Arduino
Interfacing a Thermocouple with Arduino platform can be easily done by integrating a MAX31855 to your project. This IC is a Cold-Junction Compensated Analog to Digital Converter amplifier especially design for use with a Thermocouple. The converter provides 14-Bit of ...

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 ...

LM75A Digital Temperature Sensor Arduino
LM75A is a digital temperature sensor with built in analog to digital converter and I2C interface .It can provide an accurate temperature reading from -55 to +125 C. For similar design based on analog LM35 sensor click here. Also a ...

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 ...