RFID-Security-Access-Using-Arduino-Featured-Image

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 ...
LCD-Countdown-Timer-Arduino-Featured-Image

LCD Countdown Timer Arduino

This post is about building a 3-digit countdown timer based on Arduino MEGA. Up/Down counter also available at this link. The timer will wait for 3-digit number to be entered via 4x3 keypad and then start counting down to zero ...
Solar Power Mobile Charger Featured Image

Solar Power Mobile Charger

Solar power mobile charger can be built by tweaking digital power supply schematic. The Software/Hardware stayed almost the same as the original circuit.Current design has the same overcurrent protection and output voltage can be changed by pressing SW1. Voltage and Current ...

PIC Waveform Recorder

In this article I’ll show you how you can use PIC microcontroller to record and store waveform patterns in its EEPROM memory and replay the sequence later. For this purpose we’ll need a signal/waveform generator to produce the signal, PIC ...
Photoresistor-Light-Sensor-Arduino-Featured-Image

Photoresistor Light Sensor Arduino

A simple light sensor can be built using a photoresistor and Arduino UNO board. Similar design is available here. This design requires only a few additional components like 10k resistor and a 10k potentiometer to adjust the light intensity level ...
Thermocouple-Amplifier-MAX31855-with-Arduino-Featured-Image

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 ...
High Power LED Controller Featured Image

High Power LED Controller

This post is about building a simple LED controller circuit. Several articles were published on this subject. Here is just one link to similar design that can be useful. Search the site for more information. Current design  relies on well-known technique to ...
Bargraph-Voltmeter-Featured-Image

Bargraph Voltmeter

A simple bargraph voltmeter can be built using 2x16 LCD or compatible VFD display. For Arduino version click here. This design utilizes PIC16F877 microcontroller and its ADC block to convert 0 – 5V input voltage to a binary number shown ...
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 ...
Function Generator Featured Image

Function Generator

Have you ever wondered how to generate a sine wave using PIC microcontroller. In this post I’ll show you a simple circuit design that can generate arbitrary wave forms including sine by using MCU and PCF8591 D/A converter. For similar design ...