0% found this document useful (0 votes)
16 views4 pages

Revised Activity Sheet For Frequency Counter Experiment

The document outlines a two-day project involving various electronic circuits, including a 4-bit asynchronous up counter, a monostable timer using a 555 IC, and a 2-digit counter with a CD4026 and 7-segment display. It also details the construction of a digital tachometer using an Arduino, an LCD screen, and an IR sensor to measure RPM. The document provides specific component requirements and connection details for the Arduino and LCD setup.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views4 pages

Revised Activity Sheet For Frequency Counter Experiment

The document outlines a two-day project involving various electronic circuits, including a 4-bit asynchronous up counter, a monostable timer using a 555 IC, and a 2-digit counter with a CD4026 and 7-segment display. It also details the construction of a digital tachometer using an Arduino, an LCD screen, and an IR sensor to measure RPM. The document provides specific component requirements and connection details for the Arduino and LCD setup.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Day 1

1) 4 Bit Asynchronous Up counter using IC 7476

2) Monostable Timer using 555 Ic for 1 Sec.

R = 90KΩ ; C = 10uF
Day 2
1) 2 digit counter using CD4026 with 7 Segment display
2) Count pulse per second using AND gate and give the pulse to CLK of
CD4026.

3) Application Demo

**This Circuit is to boost the current sufficiently to drive the 2-digit counter circuit.

This Circuit output goes to the clock of the 2-digit counter circuit.
4. Code the Arduino for counting the RPM of a Fan and displaying it on an LCD.
Compare this count with an Oscilloscope.

Components Required:
 Arduino Board
 Sensor
 LCD Screen (compatible with Hitachi HD44780 driver)
 pin headers to solder to the LCD display pins
 10k ohm potentiometer
 220 ohm resistor
 hook-up wires
 breadboard

Arduino – LCD connection details:


With the above components make the following connections to design a Digital Tachometer

LCD Pins 1, 3 ,5 ,16 ——— GND


LCD Pins 2, 15————— VCC (+5V)
LCD Pin 4 ——————– Arduino pin D7
LCD Pin 6 ——————– Arduino pin D6
LCD Pin 11 ——————- Arduino pin D5
LCD Pin 12 ——————- Arduino pin D4
LCD Pin 13 ——————- Arduino pin D6
LCD Pin 14 ——————- Arduino pin D7
IR Sensor Module Pin -GND —— GND
IR Sensor Pin +VCC —— VCC
IR Sensor Pin OUT — Arduino Pin A0

You might also like