SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1324
Design of a Portable Contact-less Tachometer using Infrared Sensor for
Laboratory Application
Varnika Dwivedi1, Ravindra Parab2, Satyendra Sharma3
1,2SAME, Symbiosis University of Applied Sciences, Indore
3Professor, SAME, Symbiosis University of Applied Sciences, Indore, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract:- A tachometer is a device that measures the
rotational speed of a shaft or disk in motor or other machines.
This paper presents the design of a simple, easy to implement
contactless tachometer usinglowcostlineardigitalintegrated
circuits (ICs). This tachometer can be easily used for both
industrial and laboratory purposes where it should be able to
measure rpm and display reading in revolutions per minute
(RPM) on the liquid crystal display (LCD module). This device
is an embedded system; it is built using an alpha-numeric
liquid crystal display (LCD) module and an infrared system to
detect the rotation of the machine whose speed is being
measured. The system is economicalandhaswideapplications
in automobile industry and medical field. Tachometer plays a
vital role in measurement of speed of any rotating device and
it is essential for any control system especially in
servomechanism. Most of the controllers employed in the
industry to control industrial process use a tachometer which
gives the provision of feedback in a control circuit. It can
measure the speed of rotating objects (examples of rotating
objects include: a bike tyre, a car tyre, or any other motor) in
the most accurate form possible. In automotives, it is used asa
gauge showing the speed of the engine shaft that isdrivingthe
transmission, usually in thousands of rotations per minute.
Key Words: tachometer, revolutions per minute, arduino
uno, infrared sensor, speed measurement.
1. INTRODUCTION
In this modern era of industrialization mostoftheindustries
contain rotating objects such as motor, rotor etc for its
proper monitoring its speed has to be measured and
controlled. For suchmeasurements,therearemanymethods
and one of such method is use of tachometer. Tachometer is
an instrument which measures the speed of any rotating
objects in revolution per minute (RPM). There exist
mechanical tachometers, where direct contact between
motor and the tachometer is needed for measurement of
RPM. This kind of tachometersrequiresregularmaintenance
and is complicated to use. These instruments suffer from
wear and tear. Hence there is a requirementfora contactless
digital tachometer which can be easily used withmonitoring
system. This paper is about contact-less digital tachometer
designed using infrared methodology. It works on the
principle that the number of times the IR receiver-
transmitter circuit is cut and re-establishedina secondgives
the number of rotations per second. The value is displayed
on the LCD display. The screen is refreshed after each
second. The sensor unit used for measurement is IR sensor
and the processing unit used is Arduino-Uno. The measured
value is displayed using a 16X2 LCD module. This kind of
tachometer can employed in the region where speed is unit
of measurement and size and precision is a factor. This
model can be employed in vehicles and robotic arms. This is
also used in aircraft, rails and traffic engineering to estimate
traffic speed and volume.
Digital tachometers are preferableduetoitsbetteraccuracy,
no A/D conversion, less maintenance (astheyare brushless)
and noise immunity. A digital tachometer works on the
principle of frequency measurement which has two distinct
approaches which are –
(1) Measurement of elapsedtime betweensuccessivepulses.
(2) Counting the number of pulses in a fixed period of time.
2. BACKGROUNGD
In olden days tachometers were completely mechanical, but
tachometers have changed due to development of modern
technology. The first mechanical tachometer was similar in
operation to a centrifugal governor. The inventor of the first
mechanical tachometer is assumed to be a German engineer
Dietrich Uhlhorn; he used it for measuring the speed of
machines in 1817. Since after then, it has been used to
measure the speed of locomotives in automobiles, trucks,
tractors and aircrafts. Early tachometer designs were based
on the principle of mono stablemultivibrator,whichhasone
stable state and one quasi stable state. The circuit remained
in a stable state, producing no output. However when it
receives triggering current pulse from the ignition system,
the circuit transitions to the quasi stable state for a given
time before returning again to the stable state. This way,
each ignition pulse produced a clean pulse of fixed duration
that was fed to the gauge mechanism. The more ofsuchfixed
duration pulses the gauge received per second, the higher it
read. The mono stable multi vibrator is still used in
tachometers today, although the tendency is to use voltage
pulses rather than current pulses, the latter requiring that
the ignition coil current passes through the tachometer on
its way to the coils. Later designs of tachometer were in no
way to do any improvement on the early type; indeed the
change seemed to have been made to be more economical.
Integrated Circuit (IC) where in their infancy in the late
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1325
1960's and was both expensive and not proven to be robust
in automobile applications.
3. WORKING PRINCIPLE
Tachometer is an RPM counter which counts the no. of
rotation per minute. There are two types of tachometer one
mechanical and other one is digital. Here we have designed
an Arduino based digital tachometer usingIR sensormodule
to detect object for count rotation of any rotating body.As IR
transmits IR rays which reflect back to IR receiver and then
IR Module generates an output or pulse which is detected by
the arduino controller when we press start button. It counts
continuously for 5 seconds.
After 5 seconds arduino calculate RPM for a minute using
given formula.
RPM= Count x 12 for single object rotating body.
But here we demonstrate this projectusingceilingfan.So we
have done some changes that is given below:
RPM=count x 12 / objects
where object = number of blades in fan.
The methodology employed in this work is shown in the
Figure 1 below.
Fig-1: Block Diagram showing Working Principle of
Contactless Tachometer
The hardware components required for the above system
are given below:
1. Arduino
2. IR sensor Module
3. 16x2 LCD Display
4. Push button
5. Bread board
6. 9 volt battery
7. Connecting wires
4. SYSTEM ARCHITECTURE
The system works mainlyoninfraredtransmissionprinciple.
It has mainly controlling unit, sensing unit display unit and
motor. The object of interest I.e. motor is placed in front of
sensors. The sensor has IR LED and photodiode and the IR
LED emits continuous beam of light rays. When motor starts
rotating this light ray will be interrupted. The light ray will
be rebound back and will be absorbed by the photodiode.
This interruption of light ray is continuous in eachandevery
rotation. This results in pulse of light ray that is fed to the
microcontroller. The microcontroller counts the number of
pulses and that in turn is the number of rotations. This
obtained value will be displayed on the LCD screen.
Tachometer using arduino is shown in figure 2.
Fig-2: Tachometer using Arduino
4.1 Arduino-Uno
The Arduino-uno is microcontroller which is shown in
Figure 3.The board is equipped with set of digital andanalog
input/output pins that may be interfaced o various
expansion boards or breadboard and other circuits. The
boards feature serial communications interfaces including
USB (universal serial bus) on some models which are also
used for loading programs. The microcontroller is typically
programmed using a dialect of features from the
programming languages c and c++ in addition to using
traditional compiler tool chains, the Arduino project.
Fig-3: Arduino-Uno
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1326
4.2 Infrared (IR) sensor
An infrared sensor which is shown in Figure 4 is an
electronic instrument which is used to sense certain
characteristics of its surroundings by either emitting
detecting infrared radiation. Thesesensorsfunctionbyusing
a certain light sensor to detect a light wavelength in the IR
spectrum. By the use of an LED, which produces light at the
same wavelength as the sensor detects, we can study the
intensity of the received light. At the time when the object is
near the sensor, the light from the LEDbouncesofftheobject
and into the light sensor. This results in increment in energy
on a large scale intensity, which we can detect using a
threshold. Infrared sensors are also capable of measuring
the heat being emitted by an object and detecting motion. IR
transceiver is used here for determining the number of
rotations of the motor shaft per second. This is done by
counting the number of times the slot comes in line of sight
with the transmitter receiver pair.
Fig-4: Infrared sensor
4.3 LCD 16x2
The LCD screen which is shown in Figure 5 is more energy
efficient and can be disposed of more safely than a CRT can.
Its low electrical power consumption enables itto beusedin
battery powered electronic equipment more efficientlythan
CRTs can be a 16x2 LCD display is used in the project which
displays the count or number of rotation. LCDs are used in a
wide range of applications including LCD televisions,
computer monitors, instrument panels. Small LCD screens
are common in portable consumer devices such as digital
cameras, watches, calculators, and mobile telephones,
including smartphones. LCD screens are also used on
consumer electronics products such as DVD players, video
game devices and clocks. LCD screens have replaced heavy,
bulky cathode ray tube (CRT) displays in nearly all
applications. LCD screens are available in a wider range of
screen sizes than CRT and plasma displays,withLCDscreens
available in sizes ranging from tiny digital watches to very
large television receivers.
Fig.-5: Liquid crystal display (LCD)
5. CIRCUIT OPERATION
Fig-6: Circuit Diagram of Digital Contactless Tachometer
As shown in the above tachometer circuit of Figure 6, it
contains Arduino Pro Mini, IR sensor module, buzzer and
LCD. Arduino controls the whole the process like reading
pulse that IR sensor module generate according to object
detection, calculating RPM and sendingRPMvaluetoLCD.IR
sensor is used for sensing object. We can set sensitivity of
this sensor module by inbuilt potentiometer situated on IR
module. IR sensor module consist an IR transmitter and a
photo diode which detects or receives infrared rays. IR
transmitter transmits infrared rays, when these rays fall on
any surface, they reflectback andsensedby photodiode. The
output of photo diode is connected to a comparator, which
compare photo diode output with reference voltage and
result is given as output to arduino. Operation of infrared
module in contactless tachometer is shown in Figure 7.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1327
Fig-7: Operation of Infrared Module in Contactless
Tachometer
IR sensor module output pin is directly connected to pin 18
(A4). Vcc and GND are connected to Vcc and GND of arduino.
A 16x2 LCD is connected with arduino in 4-bitmode.Control
pin RS, RW and En are directly connected to arduino pin 2,
GND and 3. And data pin D4-D7 is connected to pins 4, 5, 6
and 7 of arduino. A push button is also added in this project.
When we need to count RPM we press this button to start
this Arduino Tachometer to count RPMforfiveseconds.This
push button is connected to pin 10ofarduino withrespectto
ground. Printed circuit board of tachometer is shown in
Figure 8.
Fig-8: Printed Circuit Board (PCB) of Tachometer
6. RESULT
We have designed the circuit to work with least error. We
have checked the circuit up to the primary level and it is
successfully capable to determining the speed of the motor.
Whenever any rotating motor is detectedwithinthe range of
the circuit, the input starts to flow to the arduino board and
thus resulting in its speed detection. Complete circuit is
verified and tested.
7. CONCLUSION
The tachometer circuit is a digital innovative device that is
active in measuring the speed of a rotating object. In this
modern world all industries havemotorswhosespeedhasto
be monitored properly. This device is nothing but a simple
electronic digital transducer. Normally, it is used for
measuring the speed of a rotating shaft. The number of
revolutions per minute (rpm) is valuable information for
understanding any rotational system. We have tried
maximum in bringing up this contactless tachometer.This is
low cost and gives proper output. Therefore, the circuit of
our paper was designed and implemented and the speedof
the motor is displayed on the LCD display every second.
REFERENCES
1. M.Ehikhamenle, and B.O. Omijeh, “Design and
Development of a Smart Digital Tachometer Using
At89c52 Microcontroller.” American Journal of Electrical
and Electronic Engineering, vol. 5, no. 1 (2017): 1-9. doi:
10.12691/ajeee-5-1-1.
2. F. Barrero, J.V. Torrellas, E. Galvan and L.G. Franquelo,
“Design of a High Precision Digital Tachometer for Speed
and Position Measurement,”15th Design of Circuits and
Integrated Systems Conference, Montpellier-Le Corum,
France, Nov 21-24, 2000.
3. Sergio Gonzalez-Duarte, Jorge Antonio Cardona-Soto,
CarlosOmarSeanez-Hernandez,EstebanRubio-Ochoa and
Jessica Hieraldin Aguirre-Fernandez, “Characterization
and Validation of Telemetric Digital Tachometer basedon
Hall Effect Sensor,”International ElectronicConferenceon
Sensors and Applications, 1-16th Jun, 2014.
4. Cariappa P K, Shwetha A, Pooja D, Sudharani B T, Geetha
M N, “Contact-Less Tachometer,” International Journal of
Engineering Research & Technology (IJERT), ISSN: 2278-
0181, NCESC - 2018 Conference Proceedings, Volume 6,
Issue 13, Special Issue- 2018.
5. S.M.Ferdous, Mohammad Rokonuzzaman, Sayedus
Salehin, Arifa Ferdousi, Tanvin Hossaine, “Design and
Implementation of a Linear IC Based Low Cost Digital
Tachometer for Laboratory and Industrial Application,”
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1328
International Conference on Mechanical, Industrial and
Energy Engineering,Khulna,Bangladesh,23-24Dec,2010,
6. Salice Peter, Naveen N M, Nidheesh M N, SwethaAnnu
James, Seril Joseph, “Design of a Contactless tachometer,”
International Journal of Advanced Research in Electrical,
Electronics and Instrumentation Engineering, Vol.3,Issue
2, Feb 2014.
7. Prateek Mishra, Shikhar Pradhan, Siddhartha Sethiya,
Vikas Chowdhary, “Contactless TachometerwithAutoCut
Off,” International Research Journal of Engineering and
Technology (IRJET) e-ISSN: 2395 -0056Volume:04Issue:
04, Apr -2017.
8. A.S.M. Bakibillah, Muhammad Athar Uddin, Shah Ahsanul
Haque. Design, Implementation&Performanceanalysisof
a low cost Opical Tachometer. IIUC Studies. Vol 7, p 107-
116.Dec 2011.
9. https://circuitdigest.com/microcontroller-
projects/tachometer-using-arduino
10. C.D. Cenzo, B. Szabados and N.K. Sinha, “Digital
Measurement of AngularVelocityforInstrumentationand
Control,” IEEE Transaction Industrial Electron Contr.
Instrum., vol. 23, pp. 83-86, Feb. 1976.
11. Doost-Mohammady, R.; Chowdhury, K.R. Enhancing
Wireless Medical Telemetry through Dynamic Spectrum
Access. Proceedings of the IEEE International Conference
on Communications,Ottawa, Canada,June2012,pp.1603-
1608.
12. Md. Masud Rana , Md. Sahabuddin , Shourov Mondol
“Design And Implementation Of A Digital Tachometer”
International Journal of Scientific Engineering and
Technology,Volume No.5 Issue No.1, Jan 2016, pp: 85-87.
13. Eduardo Galvin, Antonio Torralba,LeopoldoG.Franquelo,
“ ASIC Implementation of a Digital Tachometer with High
Precision in a Wide Speed Range,” IEEE Transaction on
Industrial Electronics, VOL.43, NO.6, December 1996.
14. R. Bonert "Digital Tachometer with Fast Dynamic
Response Implemented by Microprocessor", IEEE Trans.
on Industrial Applications, vol.19, pp.1052 -1056 1983.
15. Bonert, Richard, "Design of a high performance digital
tachometer with a microcontroller," Instrumentationand
Measurement,IEEETransactionson,vol.38, no.6,pp.1104,
1108, Dec 1989.
16. Mehta, V.K. and Mehta Rohit. “Principles of Electronics”,
1st Edition, S. Chand & Company Ltd. India. pp. 443-447.
2010.
17. Soumya Das, “Contactless Speed Monitoring And
Displaying” International ResearchJournal ofEngineering
and Technology, Volume: 03 Issue: 12, Dec-2016.

More Related Content

What's hot

Accelerometer controlled robot
Accelerometer controlled robotAccelerometer controlled robot
Accelerometer controlled robot
Mohit Keshav
 
Automatic Fire Fighting Robot by St John College
Automatic Fire Fighting Robot by St John CollegeAutomatic Fire Fighting Robot by St John College
Automatic Fire Fighting Robot by St John College
NidhiRaut7
 
FLOOR CLEANER
FLOOR CLEANERFLOOR CLEANER
FLOOR CLEANER
Nsaroj kumar
 
A 5 Degree Feedback Control Robotic Arm (Haptic Arm)
A 5 Degree Feedback Control Robotic Arm (Haptic Arm)A 5 Degree Feedback Control Robotic Arm (Haptic Arm)
A 5 Degree Feedback Control Robotic Arm (Haptic Arm)
paperpublications3
 
IRJET- Water Pump Controller using Arduino UNO
IRJET- Water Pump Controller using Arduino UNOIRJET- Water Pump Controller using Arduino UNO
IRJET- Water Pump Controller using Arduino UNO
IRJET Journal
 
Automatic floor cleaner
Automatic floor cleanerAutomatic floor cleaner
Automatic floor cleaner
KrushnaPawar1
 
Robotic hand Bionics
Robotic hand BionicsRobotic hand Bionics
Robotic hand Bionics
nsmd waqas
 
IRJET- A Review on Implementation of a Fire Fighting Robot using Arduino
IRJET-  	  A Review on Implementation of a Fire Fighting Robot using ArduinoIRJET-  	  A Review on Implementation of a Fire Fighting Robot using Arduino
IRJET- A Review on Implementation of a Fire Fighting Robot using Arduino
IRJET Journal
 
Project Report Distance measurement system
Project Report Distance measurement systemProject Report Distance measurement system
Project Report Distance measurement system
kurkute1994
 
Automatic Door Opener using PIR Sensor
Automatic Door Opener using PIR SensorAutomatic Door Opener using PIR Sensor
Automatic Door Opener using PIR Sensor
RAGHUVARMA09
 
Joystick Controlled Wheelchair
Joystick Controlled WheelchairJoystick Controlled Wheelchair
Joystick Controlled Wheelchair
IRJET Journal
 
Robo arm final 2 (2)
Robo arm final  2 (2)Robo arm final  2 (2)
Robo arm final 2 (2)
Godhuli Biswas
 
IRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection RobotIRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection Robot
IRJET Journal
 
Sensor Based Project Ideas for Final Year Engineering Students
Sensor Based Project Ideas for Final Year Engineering StudentsSensor Based Project Ideas for Final Year Engineering Students
Sensor Based Project Ideas for Final Year Engineering Students
elprocus
 
Floor cleaning robot report vatsal shah_ec_7th sem
Floor cleaning robot report vatsal shah_ec_7th semFloor cleaning robot report vatsal shah_ec_7th sem
Floor cleaning robot report vatsal shah_ec_7th sem
Vatsal N Shah
 
Hand Gesture controlled Robotic Arm | Android | Arduino
Hand Gesture controlled Robotic Arm  | Android | ArduinoHand Gesture controlled Robotic Arm  | Android | Arduino
Hand Gesture controlled Robotic Arm | Android | Arduino
Parvez Hafeez
 
Hand gesture controlled robot with arduino
Hand gesture controlled robot with arduinoHand gesture controlled robot with arduino
Hand gesture controlled robot with arduino
AnindyaAdhikary3
 
IRJET-Android Controlled Firefighting Robot using Arduino
IRJET-Android Controlled Firefighting Robot using ArduinoIRJET-Android Controlled Firefighting Robot using Arduino
IRJET-Android Controlled Firefighting Robot using Arduino
IRJET Journal
 
Third Freshers\' Workshop 2011
Third Freshers\'  Workshop 2011Third Freshers\'  Workshop 2011
Third Freshers\' Workshop 2011
Aditya Agarwal
 
Contactless digital tachometer using microcontroller
Contactless digital tachometer using microcontroller Contactless digital tachometer using microcontroller
Contactless digital tachometer using microcontroller
IJECEIAES
 

What's hot (20)

Accelerometer controlled robot
Accelerometer controlled robotAccelerometer controlled robot
Accelerometer controlled robot
 
Automatic Fire Fighting Robot by St John College
Automatic Fire Fighting Robot by St John CollegeAutomatic Fire Fighting Robot by St John College
Automatic Fire Fighting Robot by St John College
 
FLOOR CLEANER
FLOOR CLEANERFLOOR CLEANER
FLOOR CLEANER
 
A 5 Degree Feedback Control Robotic Arm (Haptic Arm)
A 5 Degree Feedback Control Robotic Arm (Haptic Arm)A 5 Degree Feedback Control Robotic Arm (Haptic Arm)
A 5 Degree Feedback Control Robotic Arm (Haptic Arm)
 
IRJET- Water Pump Controller using Arduino UNO
IRJET- Water Pump Controller using Arduino UNOIRJET- Water Pump Controller using Arduino UNO
IRJET- Water Pump Controller using Arduino UNO
 
Automatic floor cleaner
Automatic floor cleanerAutomatic floor cleaner
Automatic floor cleaner
 
Robotic hand Bionics
Robotic hand BionicsRobotic hand Bionics
Robotic hand Bionics
 
IRJET- A Review on Implementation of a Fire Fighting Robot using Arduino
IRJET-  	  A Review on Implementation of a Fire Fighting Robot using ArduinoIRJET-  	  A Review on Implementation of a Fire Fighting Robot using Arduino
IRJET- A Review on Implementation of a Fire Fighting Robot using Arduino
 
Project Report Distance measurement system
Project Report Distance measurement systemProject Report Distance measurement system
Project Report Distance measurement system
 
Automatic Door Opener using PIR Sensor
Automatic Door Opener using PIR SensorAutomatic Door Opener using PIR Sensor
Automatic Door Opener using PIR Sensor
 
Joystick Controlled Wheelchair
Joystick Controlled WheelchairJoystick Controlled Wheelchair
Joystick Controlled Wheelchair
 
Robo arm final 2 (2)
Robo arm final  2 (2)Robo arm final  2 (2)
Robo arm final 2 (2)
 
IRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection RobotIRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection Robot
 
Sensor Based Project Ideas for Final Year Engineering Students
Sensor Based Project Ideas for Final Year Engineering StudentsSensor Based Project Ideas for Final Year Engineering Students
Sensor Based Project Ideas for Final Year Engineering Students
 
Floor cleaning robot report vatsal shah_ec_7th sem
Floor cleaning robot report vatsal shah_ec_7th semFloor cleaning robot report vatsal shah_ec_7th sem
Floor cleaning robot report vatsal shah_ec_7th sem
 
Hand Gesture controlled Robotic Arm | Android | Arduino
Hand Gesture controlled Robotic Arm  | Android | ArduinoHand Gesture controlled Robotic Arm  | Android | Arduino
Hand Gesture controlled Robotic Arm | Android | Arduino
 
Hand gesture controlled robot with arduino
Hand gesture controlled robot with arduinoHand gesture controlled robot with arduino
Hand gesture controlled robot with arduino
 
IRJET-Android Controlled Firefighting Robot using Arduino
IRJET-Android Controlled Firefighting Robot using ArduinoIRJET-Android Controlled Firefighting Robot using Arduino
IRJET-Android Controlled Firefighting Robot using Arduino
 
Third Freshers\' Workshop 2011
Third Freshers\'  Workshop 2011Third Freshers\'  Workshop 2011
Third Freshers\' Workshop 2011
 
Contactless digital tachometer using microcontroller
Contactless digital tachometer using microcontroller Contactless digital tachometer using microcontroller
Contactless digital tachometer using microcontroller
 

Similar to IRJET- Design of a Portable Contact-Less Tachometer using Infrared Sensor for Laboratory Application

IRJET - Compactness based Traffic Signal Monitoring System
IRJET - Compactness based Traffic Signal Monitoring SystemIRJET - Compactness based Traffic Signal Monitoring System
IRJET - Compactness based Traffic Signal Monitoring System
IRJET Journal
 
GESTURE CONTROL FORKLIFT
GESTURE CONTROL FORKLIFTGESTURE CONTROL FORKLIFT
GESTURE CONTROL FORKLIFT
IRJET Journal
 
18 digital
18 digital18 digital
18 digital
sm0302
 
Multi-Tasking Auto Cleaner
Multi-Tasking Auto CleanerMulti-Tasking Auto Cleaner
Multi-Tasking Auto Cleaner
IRJET Journal
 
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET Journal
 
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
IRJET-  	  PC Controlled Wireless Robot for Detecting Human PresenceIRJET-  	  PC Controlled Wireless Robot for Detecting Human Presence
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
IRJET Journal
 
IRJET- Mechanical Design and Fabrication of Hand Motion Controlled Robotic...
IRJET- 	  Mechanical Design and Fabrication of Hand Motion Controlled Robotic...IRJET- 	  Mechanical Design and Fabrication of Hand Motion Controlled Robotic...
IRJET- Mechanical Design and Fabrication of Hand Motion Controlled Robotic...
IRJET Journal
 
IRJET- Study of Audible Identification Alert System for Rash Driving
IRJET- Study of Audible Identification Alert System for Rash DrivingIRJET- Study of Audible Identification Alert System for Rash Driving
IRJET- Study of Audible Identification Alert System for Rash Driving
IRJET Journal
 
IRJET- Smart Trolley with Automated Billing System
IRJET- Smart Trolley with Automated Billing SystemIRJET- Smart Trolley with Automated Billing System
IRJET- Smart Trolley with Automated Billing System
IRJET Journal
 
IRJET- Mini IR Radar for unauthorized object detection
IRJET- Mini IR Radar for unauthorized object detectionIRJET- Mini IR Radar for unauthorized object detection
IRJET- Mini IR Radar for unauthorized object detection
IRJET Journal
 
IRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNOIRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET Journal
 
Automatic Intelligent Traffic Controller and Operation Mode
Automatic Intelligent Traffic Controller and Operation ModeAutomatic Intelligent Traffic Controller and Operation Mode
Automatic Intelligent Traffic Controller and Operation Mode
IRJET Journal
 
IRJET - Design of Automated Monitoring Robot for Drainage Systems using IoT P...
IRJET - Design of Automated Monitoring Robot for Drainage Systems using IoT P...IRJET - Design of Automated Monitoring Robot for Drainage Systems using IoT P...
IRJET - Design of Automated Monitoring Robot for Drainage Systems using IoT P...
IRJET Journal
 
IRJET- Smart Walking Stick for the Visually Impaired
IRJET- Smart Walking Stick for the Visually ImpairedIRJET- Smart Walking Stick for the Visually Impaired
IRJET- Smart Walking Stick for the Visually Impaired
IRJET Journal
 
BOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTIONBOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTION
IRJET Journal
 
Digital tachometer using pic18
Digital tachometer using pic18Digital tachometer using pic18
Digital tachometer using pic18
Muhammad Usman
 
IRJET- Iot Based Route Assistance for Visually Challenged
IRJET- Iot Based Route Assistance for Visually ChallengedIRJET- Iot Based Route Assistance for Visually Challenged
IRJET- Iot Based Route Assistance for Visually Challenged
IRJET Journal
 
Wind Turbine Monitoring System Using IoT
Wind Turbine Monitoring System Using IoTWind Turbine Monitoring System Using IoT
Wind Turbine Monitoring System Using IoT
IRJET Journal
 
IRJET- Automation on PA Grading Machine for Cable Forming
IRJET- Automation on PA Grading Machine for Cable FormingIRJET- Automation on PA Grading Machine for Cable Forming
IRJET- Automation on PA Grading Machine for Cable Forming
IRJET Journal
 
Development of Smart system for Monitoring Windmill
Development of Smart system for Monitoring WindmillDevelopment of Smart system for Monitoring Windmill
Development of Smart system for Monitoring Windmill
IRJET Journal
 

Similar to IRJET- Design of a Portable Contact-Less Tachometer using Infrared Sensor for Laboratory Application (20)

IRJET - Compactness based Traffic Signal Monitoring System
IRJET - Compactness based Traffic Signal Monitoring SystemIRJET - Compactness based Traffic Signal Monitoring System
IRJET - Compactness based Traffic Signal Monitoring System
 
GESTURE CONTROL FORKLIFT
GESTURE CONTROL FORKLIFTGESTURE CONTROL FORKLIFT
GESTURE CONTROL FORKLIFT
 
18 digital
18 digital18 digital
18 digital
 
Multi-Tasking Auto Cleaner
Multi-Tasking Auto CleanerMulti-Tasking Auto Cleaner
Multi-Tasking Auto Cleaner
 
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
 
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
IRJET-  	  PC Controlled Wireless Robot for Detecting Human PresenceIRJET-  	  PC Controlled Wireless Robot for Detecting Human Presence
IRJET- PC Controlled Wireless Robot for Detecting Human Presence
 
IRJET- Mechanical Design and Fabrication of Hand Motion Controlled Robotic...
IRJET- 	  Mechanical Design and Fabrication of Hand Motion Controlled Robotic...IRJET- 	  Mechanical Design and Fabrication of Hand Motion Controlled Robotic...
IRJET- Mechanical Design and Fabrication of Hand Motion Controlled Robotic...
 
IRJET- Study of Audible Identification Alert System for Rash Driving
IRJET- Study of Audible Identification Alert System for Rash DrivingIRJET- Study of Audible Identification Alert System for Rash Driving
IRJET- Study of Audible Identification Alert System for Rash Driving
 
IRJET- Smart Trolley with Automated Billing System
IRJET- Smart Trolley with Automated Billing SystemIRJET- Smart Trolley with Automated Billing System
IRJET- Smart Trolley with Automated Billing System
 
IRJET- Mini IR Radar for unauthorized object detection
IRJET- Mini IR Radar for unauthorized object detectionIRJET- Mini IR Radar for unauthorized object detection
IRJET- Mini IR Radar for unauthorized object detection
 
IRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNOIRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNO
 
Automatic Intelligent Traffic Controller and Operation Mode
Automatic Intelligent Traffic Controller and Operation ModeAutomatic Intelligent Traffic Controller and Operation Mode
Automatic Intelligent Traffic Controller and Operation Mode
 
IRJET - Design of Automated Monitoring Robot for Drainage Systems using IoT P...
IRJET - Design of Automated Monitoring Robot for Drainage Systems using IoT P...IRJET - Design of Automated Monitoring Robot for Drainage Systems using IoT P...
IRJET - Design of Automated Monitoring Robot for Drainage Systems using IoT P...
 
IRJET- Smart Walking Stick for the Visually Impaired
IRJET- Smart Walking Stick for the Visually ImpairedIRJET- Smart Walking Stick for the Visually Impaired
IRJET- Smart Walking Stick for the Visually Impaired
 
BOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTIONBOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTION
 
Digital tachometer using pic18
Digital tachometer using pic18Digital tachometer using pic18
Digital tachometer using pic18
 
IRJET- Iot Based Route Assistance for Visually Challenged
IRJET- Iot Based Route Assistance for Visually ChallengedIRJET- Iot Based Route Assistance for Visually Challenged
IRJET- Iot Based Route Assistance for Visually Challenged
 
Wind Turbine Monitoring System Using IoT
Wind Turbine Monitoring System Using IoTWind Turbine Monitoring System Using IoT
Wind Turbine Monitoring System Using IoT
 
IRJET- Automation on PA Grading Machine for Cable Forming
IRJET- Automation on PA Grading Machine for Cable FormingIRJET- Automation on PA Grading Machine for Cable Forming
IRJET- Automation on PA Grading Machine for Cable Forming
 
Development of Smart system for Monitoring Windmill
Development of Smart system for Monitoring WindmillDevelopment of Smart system for Monitoring Windmill
Development of Smart system for Monitoring Windmill
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
bijceesjournal
 
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURSCompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
RamonNovais6
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Sinan KOZAK
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
171ticu
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
gowrishankartb2005
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
abbyasa1014
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
amsjournal
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
BRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdfBRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdf
LAXMAREDDY22
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
shadow0702a
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
Anant Corporation
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
Las Vegas Warehouse
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 

Recently uploaded (20)

Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
 
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURSCompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
BRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdfBRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdf
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 

IRJET- Design of a Portable Contact-Less Tachometer using Infrared Sensor for Laboratory Application

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1324 Design of a Portable Contact-less Tachometer using Infrared Sensor for Laboratory Application Varnika Dwivedi1, Ravindra Parab2, Satyendra Sharma3 1,2SAME, Symbiosis University of Applied Sciences, Indore 3Professor, SAME, Symbiosis University of Applied Sciences, Indore, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract:- A tachometer is a device that measures the rotational speed of a shaft or disk in motor or other machines. This paper presents the design of a simple, easy to implement contactless tachometer usinglowcostlineardigitalintegrated circuits (ICs). This tachometer can be easily used for both industrial and laboratory purposes where it should be able to measure rpm and display reading in revolutions per minute (RPM) on the liquid crystal display (LCD module). This device is an embedded system; it is built using an alpha-numeric liquid crystal display (LCD) module and an infrared system to detect the rotation of the machine whose speed is being measured. The system is economicalandhaswideapplications in automobile industry and medical field. Tachometer plays a vital role in measurement of speed of any rotating device and it is essential for any control system especially in servomechanism. Most of the controllers employed in the industry to control industrial process use a tachometer which gives the provision of feedback in a control circuit. It can measure the speed of rotating objects (examples of rotating objects include: a bike tyre, a car tyre, or any other motor) in the most accurate form possible. In automotives, it is used asa gauge showing the speed of the engine shaft that isdrivingthe transmission, usually in thousands of rotations per minute. Key Words: tachometer, revolutions per minute, arduino uno, infrared sensor, speed measurement. 1. INTRODUCTION In this modern era of industrialization mostoftheindustries contain rotating objects such as motor, rotor etc for its proper monitoring its speed has to be measured and controlled. For suchmeasurements,therearemanymethods and one of such method is use of tachometer. Tachometer is an instrument which measures the speed of any rotating objects in revolution per minute (RPM). There exist mechanical tachometers, where direct contact between motor and the tachometer is needed for measurement of RPM. This kind of tachometersrequiresregularmaintenance and is complicated to use. These instruments suffer from wear and tear. Hence there is a requirementfora contactless digital tachometer which can be easily used withmonitoring system. This paper is about contact-less digital tachometer designed using infrared methodology. It works on the principle that the number of times the IR receiver- transmitter circuit is cut and re-establishedina secondgives the number of rotations per second. The value is displayed on the LCD display. The screen is refreshed after each second. The sensor unit used for measurement is IR sensor and the processing unit used is Arduino-Uno. The measured value is displayed using a 16X2 LCD module. This kind of tachometer can employed in the region where speed is unit of measurement and size and precision is a factor. This model can be employed in vehicles and robotic arms. This is also used in aircraft, rails and traffic engineering to estimate traffic speed and volume. Digital tachometers are preferableduetoitsbetteraccuracy, no A/D conversion, less maintenance (astheyare brushless) and noise immunity. A digital tachometer works on the principle of frequency measurement which has two distinct approaches which are – (1) Measurement of elapsedtime betweensuccessivepulses. (2) Counting the number of pulses in a fixed period of time. 2. BACKGROUNGD In olden days tachometers were completely mechanical, but tachometers have changed due to development of modern technology. The first mechanical tachometer was similar in operation to a centrifugal governor. The inventor of the first mechanical tachometer is assumed to be a German engineer Dietrich Uhlhorn; he used it for measuring the speed of machines in 1817. Since after then, it has been used to measure the speed of locomotives in automobiles, trucks, tractors and aircrafts. Early tachometer designs were based on the principle of mono stablemultivibrator,whichhasone stable state and one quasi stable state. The circuit remained in a stable state, producing no output. However when it receives triggering current pulse from the ignition system, the circuit transitions to the quasi stable state for a given time before returning again to the stable state. This way, each ignition pulse produced a clean pulse of fixed duration that was fed to the gauge mechanism. The more ofsuchfixed duration pulses the gauge received per second, the higher it read. The mono stable multi vibrator is still used in tachometers today, although the tendency is to use voltage pulses rather than current pulses, the latter requiring that the ignition coil current passes through the tachometer on its way to the coils. Later designs of tachometer were in no way to do any improvement on the early type; indeed the change seemed to have been made to be more economical. Integrated Circuit (IC) where in their infancy in the late
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1325 1960's and was both expensive and not proven to be robust in automobile applications. 3. WORKING PRINCIPLE Tachometer is an RPM counter which counts the no. of rotation per minute. There are two types of tachometer one mechanical and other one is digital. Here we have designed an Arduino based digital tachometer usingIR sensormodule to detect object for count rotation of any rotating body.As IR transmits IR rays which reflect back to IR receiver and then IR Module generates an output or pulse which is detected by the arduino controller when we press start button. It counts continuously for 5 seconds. After 5 seconds arduino calculate RPM for a minute using given formula. RPM= Count x 12 for single object rotating body. But here we demonstrate this projectusingceilingfan.So we have done some changes that is given below: RPM=count x 12 / objects where object = number of blades in fan. The methodology employed in this work is shown in the Figure 1 below. Fig-1: Block Diagram showing Working Principle of Contactless Tachometer The hardware components required for the above system are given below: 1. Arduino 2. IR sensor Module 3. 16x2 LCD Display 4. Push button 5. Bread board 6. 9 volt battery 7. Connecting wires 4. SYSTEM ARCHITECTURE The system works mainlyoninfraredtransmissionprinciple. It has mainly controlling unit, sensing unit display unit and motor. The object of interest I.e. motor is placed in front of sensors. The sensor has IR LED and photodiode and the IR LED emits continuous beam of light rays. When motor starts rotating this light ray will be interrupted. The light ray will be rebound back and will be absorbed by the photodiode. This interruption of light ray is continuous in eachandevery rotation. This results in pulse of light ray that is fed to the microcontroller. The microcontroller counts the number of pulses and that in turn is the number of rotations. This obtained value will be displayed on the LCD screen. Tachometer using arduino is shown in figure 2. Fig-2: Tachometer using Arduino 4.1 Arduino-Uno The Arduino-uno is microcontroller which is shown in Figure 3.The board is equipped with set of digital andanalog input/output pins that may be interfaced o various expansion boards or breadboard and other circuits. The boards feature serial communications interfaces including USB (universal serial bus) on some models which are also used for loading programs. The microcontroller is typically programmed using a dialect of features from the programming languages c and c++ in addition to using traditional compiler tool chains, the Arduino project. Fig-3: Arduino-Uno
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1326 4.2 Infrared (IR) sensor An infrared sensor which is shown in Figure 4 is an electronic instrument which is used to sense certain characteristics of its surroundings by either emitting detecting infrared radiation. Thesesensorsfunctionbyusing a certain light sensor to detect a light wavelength in the IR spectrum. By the use of an LED, which produces light at the same wavelength as the sensor detects, we can study the intensity of the received light. At the time when the object is near the sensor, the light from the LEDbouncesofftheobject and into the light sensor. This results in increment in energy on a large scale intensity, which we can detect using a threshold. Infrared sensors are also capable of measuring the heat being emitted by an object and detecting motion. IR transceiver is used here for determining the number of rotations of the motor shaft per second. This is done by counting the number of times the slot comes in line of sight with the transmitter receiver pair. Fig-4: Infrared sensor 4.3 LCD 16x2 The LCD screen which is shown in Figure 5 is more energy efficient and can be disposed of more safely than a CRT can. Its low electrical power consumption enables itto beusedin battery powered electronic equipment more efficientlythan CRTs can be a 16x2 LCD display is used in the project which displays the count or number of rotation. LCDs are used in a wide range of applications including LCD televisions, computer monitors, instrument panels. Small LCD screens are common in portable consumer devices such as digital cameras, watches, calculators, and mobile telephones, including smartphones. LCD screens are also used on consumer electronics products such as DVD players, video game devices and clocks. LCD screens have replaced heavy, bulky cathode ray tube (CRT) displays in nearly all applications. LCD screens are available in a wider range of screen sizes than CRT and plasma displays,withLCDscreens available in sizes ranging from tiny digital watches to very large television receivers. Fig.-5: Liquid crystal display (LCD) 5. CIRCUIT OPERATION Fig-6: Circuit Diagram of Digital Contactless Tachometer As shown in the above tachometer circuit of Figure 6, it contains Arduino Pro Mini, IR sensor module, buzzer and LCD. Arduino controls the whole the process like reading pulse that IR sensor module generate according to object detection, calculating RPM and sendingRPMvaluetoLCD.IR sensor is used for sensing object. We can set sensitivity of this sensor module by inbuilt potentiometer situated on IR module. IR sensor module consist an IR transmitter and a photo diode which detects or receives infrared rays. IR transmitter transmits infrared rays, when these rays fall on any surface, they reflectback andsensedby photodiode. The output of photo diode is connected to a comparator, which compare photo diode output with reference voltage and result is given as output to arduino. Operation of infrared module in contactless tachometer is shown in Figure 7.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1327 Fig-7: Operation of Infrared Module in Contactless Tachometer IR sensor module output pin is directly connected to pin 18 (A4). Vcc and GND are connected to Vcc and GND of arduino. A 16x2 LCD is connected with arduino in 4-bitmode.Control pin RS, RW and En are directly connected to arduino pin 2, GND and 3. And data pin D4-D7 is connected to pins 4, 5, 6 and 7 of arduino. A push button is also added in this project. When we need to count RPM we press this button to start this Arduino Tachometer to count RPMforfiveseconds.This push button is connected to pin 10ofarduino withrespectto ground. Printed circuit board of tachometer is shown in Figure 8. Fig-8: Printed Circuit Board (PCB) of Tachometer 6. RESULT We have designed the circuit to work with least error. We have checked the circuit up to the primary level and it is successfully capable to determining the speed of the motor. Whenever any rotating motor is detectedwithinthe range of the circuit, the input starts to flow to the arduino board and thus resulting in its speed detection. Complete circuit is verified and tested. 7. CONCLUSION The tachometer circuit is a digital innovative device that is active in measuring the speed of a rotating object. In this modern world all industries havemotorswhosespeedhasto be monitored properly. This device is nothing but a simple electronic digital transducer. Normally, it is used for measuring the speed of a rotating shaft. The number of revolutions per minute (rpm) is valuable information for understanding any rotational system. We have tried maximum in bringing up this contactless tachometer.This is low cost and gives proper output. Therefore, the circuit of our paper was designed and implemented and the speedof the motor is displayed on the LCD display every second. REFERENCES 1. M.Ehikhamenle, and B.O. Omijeh, “Design and Development of a Smart Digital Tachometer Using At89c52 Microcontroller.” American Journal of Electrical and Electronic Engineering, vol. 5, no. 1 (2017): 1-9. doi: 10.12691/ajeee-5-1-1. 2. F. Barrero, J.V. Torrellas, E. Galvan and L.G. Franquelo, “Design of a High Precision Digital Tachometer for Speed and Position Measurement,”15th Design of Circuits and Integrated Systems Conference, Montpellier-Le Corum, France, Nov 21-24, 2000. 3. Sergio Gonzalez-Duarte, Jorge Antonio Cardona-Soto, CarlosOmarSeanez-Hernandez,EstebanRubio-Ochoa and Jessica Hieraldin Aguirre-Fernandez, “Characterization and Validation of Telemetric Digital Tachometer basedon Hall Effect Sensor,”International ElectronicConferenceon Sensors and Applications, 1-16th Jun, 2014. 4. Cariappa P K, Shwetha A, Pooja D, Sudharani B T, Geetha M N, “Contact-Less Tachometer,” International Journal of Engineering Research & Technology (IJERT), ISSN: 2278- 0181, NCESC - 2018 Conference Proceedings, Volume 6, Issue 13, Special Issue- 2018. 5. S.M.Ferdous, Mohammad Rokonuzzaman, Sayedus Salehin, Arifa Ferdousi, Tanvin Hossaine, “Design and Implementation of a Linear IC Based Low Cost Digital Tachometer for Laboratory and Industrial Application,”
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1328 International Conference on Mechanical, Industrial and Energy Engineering,Khulna,Bangladesh,23-24Dec,2010, 6. Salice Peter, Naveen N M, Nidheesh M N, SwethaAnnu James, Seril Joseph, “Design of a Contactless tachometer,” International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering, Vol.3,Issue 2, Feb 2014. 7. Prateek Mishra, Shikhar Pradhan, Siddhartha Sethiya, Vikas Chowdhary, “Contactless TachometerwithAutoCut Off,” International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056Volume:04Issue: 04, Apr -2017. 8. A.S.M. Bakibillah, Muhammad Athar Uddin, Shah Ahsanul Haque. Design, Implementation&Performanceanalysisof a low cost Opical Tachometer. IIUC Studies. Vol 7, p 107- 116.Dec 2011. 9. https://circuitdigest.com/microcontroller- projects/tachometer-using-arduino 10. C.D. Cenzo, B. Szabados and N.K. Sinha, “Digital Measurement of AngularVelocityforInstrumentationand Control,” IEEE Transaction Industrial Electron Contr. Instrum., vol. 23, pp. 83-86, Feb. 1976. 11. Doost-Mohammady, R.; Chowdhury, K.R. Enhancing Wireless Medical Telemetry through Dynamic Spectrum Access. Proceedings of the IEEE International Conference on Communications,Ottawa, Canada,June2012,pp.1603- 1608. 12. Md. Masud Rana , Md. Sahabuddin , Shourov Mondol “Design And Implementation Of A Digital Tachometer” International Journal of Scientific Engineering and Technology,Volume No.5 Issue No.1, Jan 2016, pp: 85-87. 13. Eduardo Galvin, Antonio Torralba,LeopoldoG.Franquelo, “ ASIC Implementation of a Digital Tachometer with High Precision in a Wide Speed Range,” IEEE Transaction on Industrial Electronics, VOL.43, NO.6, December 1996. 14. R. Bonert "Digital Tachometer with Fast Dynamic Response Implemented by Microprocessor", IEEE Trans. on Industrial Applications, vol.19, pp.1052 -1056 1983. 15. Bonert, Richard, "Design of a high performance digital tachometer with a microcontroller," Instrumentationand Measurement,IEEETransactionson,vol.38, no.6,pp.1104, 1108, Dec 1989. 16. Mehta, V.K. and Mehta Rohit. “Principles of Electronics”, 1st Edition, S. Chand & Company Ltd. India. pp. 443-447. 2010. 17. Soumya Das, “Contactless Speed Monitoring And Displaying” International ResearchJournal ofEngineering and Technology, Volume: 03 Issue: 12, Dec-2016.