Content for 7-Segment Display

4-digit RTC Clock

“I have got a DS1302 Real Time Clock Module with Battery Backup, and I was eager to making a digital clock. As I also had a 7-segment 4-digit display, I was looking for the best way to make that clock …

Robot Arm Controller

“Robotic arms are cool - I especially love the EEZYbotARM by theGHIZmo. I printed the parts early last year, but didn’t get around to assembling it until last month. I designed my own Arduino-based controller for it and decided to …

IR Thermometer, StopWatch, Cooking Timer, Inactivity Tracker

“This is a story about making an pocket carry-able USB stick like IR Thermometer made using Arduino programming and some other stuffs. The device will also have Stop Watch function, Kitchen Timer & Inactivity Tracker function. IR Thermometer is a IR …

Single Digit Voltmeter with LM311

“I wanted to design a logic probe as a tutorial, but there were many good ones in the web so i have tried to design a single digit voltmeter. This circuit is a design, i am unable to test it …

Arduino Hot Wheels Drag Strip Race Track

“For my son’s second birthday I decided to introduce him to die-cast cars and what better way than building a drag strip race track with an electronic start gate, timing and race results? While Hot Wheels does offer a …

New Year’s Eve Countdown Clock

“Want a way to spice up your New Year’s Eve party? Build this 10 minute countdown clock! For this project we are using an Arduino, momentary switch, power plug, 4 digit 7 segment display and some cardboard. There are …

Stopwatch and Lap Time Counter

“This is a very simple project about a stopwatch using Arduino Nano (or Uno R3) and a MAX7219 LED display (8 Digits x 7 Segments). The first 4 digits of display show the time in seconds and tenth of seconds …

7 Segment Up/Down Counter

“The method I use to make PC Boards, is called the “Heat Transfer” method, using Press-n-Peel transfer paper. After applying the Press-n-Peel to a blank PC Board, I use a standard A4 laminator to transfer the toner from the Press-n-Peel …

A Bidirectional Visitor Counter using AVR ATmega16

“This counter system built using AVR ATmega16 can be used to count objects passing in a converyer belt or peoples entering of leaving a room. It is bidirectional, that means if a person enter the room, it will increment the …

Measurement Of RPM Of DC Motor Using Arduino And IR LED

“What is our requirement? Here we want to measure the rpm of DC motor. So we have to measure how many times a particular point on the rotor undergoes a full rotation within a minute. So we have to use …