SlideShare a Scribd company logo
1 of 5
Download to read offline
Journal for Research | Volume 03 | Issue 12 | February 2018
ISSN: 2395-7549
All rights reserved by www.journal4research.org 10
Various Sensor used in Robotics with
Applications
Prof. Vikram M. Kakade Miss. Gayatri R. Pawar
Assistant Professor & Guide U.G. Student
Department of Electronics & Telecommunication
Engineering
Department of Electronics & Telecommunication
Engineering
PRMCEAM, Badnera , Amravati, India PRMCEAM, Badnera , Amravati, India
Miss. Vidya P. Ghoderao
U.G. Student
Department of Electronics & Telecommunication Engineering
PRMCEAM, Badnera , Amravati, India
Abstract
This paper gives brief introduction about various sensors used in robotics and their applications. A sensor is a device that detects
the changes in electrical or physical or other quantities and thereby produces an output and whose purpose is to detect events or
changes in its environment and send the information to other electronic devices. Robotic sensors are used to estimate robots
condition and environment. Sensors in robots are based on the functions of human sensory organs. Sensors used in robots provide
intelligence to the robot and improve their performance.
Keywords: DHT11, LCD, LM35, Sensors, Robot
_______________________________________________________________________________________________________
I. INTRODUCTION
Now a days Robots are widely used and by using sensor we make a robot very effective. Sensor have an ability to obtain data from
the interaction between robotics system and their environment. Human have an ability to sense the environmental changes and this
human sensing is done by their brain. It is difficult for a robot without sensor to sense the objects and therefore solution to this
problem is a sensor.to operate a robot effectively it is necessary to provide them sensor.it give the robot ability to sence the object.
We use different types of sensor in robotics for different purpose. The use of sensor in robots has taken them into the next level of
creativity. And most importantly the sensor have increased the two main reason .first of all they allow the robot to become more
autonomous because it can perceives. sensor are also important to robotics for remote operation, because they give the remote user
the ability to see what is going on and make decision about what the robot should do next.
II. WHAT IS SENSOR AND WHY THEY ARE USED IN ROBOTICS
A sensors is a converter that measures a Physical quantity and converts it into a signal that can be read by an observer. Robotic
Sensors are used to estimate the robot’s condition and environment, these signals are passed to the controller to enable the
appropriate behavior, the sensors in the function of the human sensory organs, The Robots require the extensive information about
their environment in order of function effectively. Robots need Robot Sensors to know the world around them, there are many
Robot Sensors including ultrasonics, the temperature and the humidity, the force and a lot more to increase the robot awareness.
The sensors is the sophisticated device which measures the physical quantity such as the speed or the pressure and it converts it
into the signal which can be measured electrically, The sensors are based on several working principles and types of measurements,
almost all type of sensors emit the signals and measure the signals and measure the reflection to make measurement. The sensors
can measure the presence of light and the frequency of sound, they can measure the object proximity, they can measure the presence
or the absence of the object, bearing, the colour and the distance between the objects.
III. GENERAL CLASSIFICATION OF SENSORS IN ROBOTICS
Internal Sensor
This sensor required for basic working of the system. They measure the robot’s internal state.
External Sensor
Interaction with the environment.
Various Sensor used in Robotics with Applications
(J4R/ Volume 03 / Issue 12 / 003)
All rights reserved by www.journal4research.org 11
IV. SENSORS USED IN ROBOTICS
Temperature Sensor (LM35)
A temperature sensors is a device, typically a thermocouple or RTD, which is provided for temperature measurement an electrical
signal. Temperature sensing can be done either through direct contact with the heating source material or remotely, with indirect
touch with the source using radiated energy instead. There is a wide range of temperature sensors available in Thermocouple, The
RTD, Thermistors, Semiconductors Sensors, Digital Temperature Sensors. Temperature sensors LM35 is precision IC temperature
sensors. Output voltage of LM35 is directly proportional to the centigrade/Celsius of temperature. The LM35 does not need external
calibration or trimming to provider accurate temperature range. For LM35 is -55 degree to -150 degree Celsius. With rise in
temperature, the value of voltage is given to the microcontroller which is multiplied by the conversion factor in order to give the
value of actual temperature.
Fig. 4.1: Temperature Sensor
Application of Temperature Sensor
Design of Industrial Temperature Controller for controlling temperature of devices used in industrial applications is one of the
frequently used practical applications of the temperature sensor. In this circuit IC DS1621, a digital thermometer is used as a
temperature sensor, thermostat, which provides 9-bit temperature readings. The circuit mainly consists of 8051 microcontroller,
EEPROM, temperature sensor, LCD display and other components.
Humidity Sensor (DHT11)
A humidity sensors senses, measure and reports the relative humidity in the air. It therefore measures both moisture and air
temperature. Relative humidity is the ratio of actual moisture in the air to the highest amount of moisture that can be held at that
air temperature.DHT11 humidity sensors consists of 4 pins: VCC, Data out not connected and ground. The range of voltage for
VCC pin is 3.5V to 5.5V. DHT11 can be interface with any microcontroller like Arduino, Raspberry Pi, etc. DHT11 is a low cost
humidity sensors which provide high reliability and long term stability. The DHT11 is basic, low cost digital temperature and
humidity sensors. It gives out digital value and hence there is no need to use conversion algorithm at ADC of the microcontroller
and hence we can give its output directly to data pin instead of ADC. It has a capacitive sensors for measuring humidity. The only
real shortcoming of this sensors is that one can only get new data from it only after every 2 seconds. Programming the DHT11 and
connecting it to raspberry pi and it give the output humidity readings on LCD. Programming it either with C or Python.
Fig. 4.2: Humidity Sensor
Application of Humidity Sensor
Humidity sensors can be used as a monitoring and preventive measure in homes for people with illnesses that are affected by
humidity. They are also found as part of home heating, ventilating, and air conditioning systems (HVAC systems). They can also
be found in offices, cars, humidors, museums, industrial spaces and greenhouses and can be used in meteorology stations to report
and predict weather. Dew sensors are used in the coating industry because the application of paint and other coatings may be
extremely sensitive to dew point.
Various Sensor used in Robotics with Applications
(J4R/ Volume 03 / Issue 12 / 003)
All rights reserved by www.journal4research.org 12
Obstacle Sensors (Ultra-Sonic HC-SR04)
The ultrasonic sensors is used for obstacle detection. The ultrasonic HC-SR04 is working on 5V DC voltage and its ranging from
2cm-500cm. Its cycle period is 50 ms. the ultrasonic sensors has 4 pin VCC, Trigger, Ground and Echo. The ultrasonic sensors
operates on the principle of sound waves and their reflection property. It has two parts: ultrasonic transmitter and ultrasonic
receiver. Transmitter transmits the 40 KHz sound wave and receiver receives the reflected 40 KHz wave and on its reception. It
sends the electrical signal to the microcontroller. The speed of sound in air is already known. Hence from time required to receive
back the transmitted sound wave, the distance of obstracle is calculated. Here, it is used for obstacle detection in case of mobile
robot and as a motion detector in ware house for preventing thefts. The ultrasonic sensors enables the robot to detect and avoid
obstacles and also to measure the distance from the obstacle. The range of operation of ultrasonic sensors is 10cm to 30 cm.
Fig. 4.3: Ultra-Sonic HC-SR04
Application of Ultrasonic sensor
The waves transmitted by transducer are received back again after the waves are reflected back from the object. The velocity of
sound is considered for calculating time taken for sending and receiving waves. The distance is calculated by executing a program
on microcontroller, and then it is displayed on the LCD display. Various other application of ultrasonic sensors are loop control,
Roll diameter, tension control, winding and unwind, Liquid level control through beam detection for high-speed counting, Full
detection, Thread or wire break detection.
Hand Gesture Sensor (Accelerometer)
Accelerometers are very important in the sensor world because they can sense such a wide range of motion. They're used in the
latest Apple PowerBooks (and other laptops) to detect when the computer's suddenly moved or tipped, so the hard drive can be
locked up during movement. They're used in cameras, to control image stabilization functions. They're used in pedometers, gait
meters, and other exercise and physical therapy devices. They're used in gaming controls to generate tilt data. They're used in
automobiles, to control airbag release when there's a sudden stop. There are countless other applications for them. An accelerometer
is a one type of sensor and it gives an analog data while moving in the direction of X, Y and Z. These directions depend on the
type of sensor. The diagram of accelerometer is shown below. This sensor consists of arrow directions, if we tilt the sensor in one
direction, then the data at the particular pin will change in the form of analog. The accelerometer consists of six pins, where the
function of each pin is discussed below.
Fig. 4.4: Accelerometer
 Pin-1: VDD pin is used to give +5V supply to this pin
 Pin-2: GND pin is connected to the ground for the purpose of biasing
 Pin-3: X pin will receive the data in the X direction
Various Sensor used in Robotics with Applications
(J4R/ Volume 03 / Issue 12 / 003)
All rights reserved by www.journal4research.org 13
 Pin-4: Y pin will receive the data in the Y direction
 Pin-5: Z pin will receive the data in the Z direction
 Pin-6: ST pin is used to adjust the sensitivity of the accelerometer 1.5g or 2g or 3g or 4g
Application of Accelerometer
Accelerometers are used in a number of different products, including aircraft and missiles. One of the most common uses of
accelerometers is to determine the aircraft’s pitch orientation, or its orientation relative to the curve of the Earth. Aircraft have to
account for this pitch because the Earth is round—if pilots didn’t correct the plane’s orientation, it would eventually fly into the
upper atmosphere and into space (or crash when it got too high). Accelerometers are also used in a number of apps and games.
Racing games, for example, may allow players to control the steering of their car by turning the tables or phone to one side. An
accelerometer captures this movement and tells the game how to adjust the movement of the player’s vehicle. In digital cameras,
an accelerometer is used in much the same way: it tells the camera when it should take an image in landscape orientation and when
it should use portrait. It also displays the pitch and roll of the camera’s axes, which helps to accurately display the image on the
small screen.
Proximity Sensors (Path Detection)
The proximity sensors are used for path detection. When the right sensor is not detected the curve line, the microcontroller activates
the left motor to turn left until the signal from right sensor. Once signal is detected right sensor, the two motors are activated to go
forward. When the line is end at that time the robot reverse at 180 and turns back the same place.
Fig. 4.5: Proximity Sensor
Application of Proximity Sensor
Proximity sensors are largely used in the retail industry, as they can detect motion and the correlation between the customer and
product the might be interested in. A user is immediately notified of discounts and special offers of nearby products. Another big
and quite an old use-case is vehicles. You are reversing your car and are alrmed about an obstacle while taking reverse, that’s the
work of proximity sensor. They are also used for parking availability in places such as malls, stadiums or airports.
V. ADVANTAGES & DISADVANTAGES
Advantages
1) By using sensor robot interact with surrounding and takes appropriate action.
2) The sensors are used in data collection of objects in the robot work cell to determine the position or other related data.
3) By using sensor robot can collect more accurate information from the resulting improved application.
Disadvantages
1) Narrow or limited temperature range.
2) Short or limited shelf life.
VI. CONCLUSION
It is concluded that robotic sensor is the most important device for a robot to perform various tasks. Sensor makes the working of
a robot very effective, which is able to obtain information from the interaction between robotic hand and their environment.We
can choose the sensor according to the requirement and the working environment of robot.
Various Sensor used in Robotics with Applications
(J4R/ Volume 03 / Issue 12 / 003)
All rights reserved by www.journal4research.org 14
REFERENCES
[1] Akyildiz, I.; Su, W.; Sankarasubramaniam, Y.; Cayirci, E. A survey on sensor networks. IEEE Commun. Mag. 2002, 40, 102–114.
[2] Tubaishat, M.; Madria, S. Sensor networks: an overview. IEEE Potentials 2003, 22, 20–30.
[3] Robotic Sensing Devices David J. Hall CMU-RI-TR-84-3 Department of Electrical Engineering. The Robotics Institute Carnegie-Mellon University
Pittsburgh, Pennsylvania 15213 March 1984
[4] Ohka, M., Morisawa, N. and Yussof, H. B., “Trajectory Generation of Robotic Fingers Based on Tri-axial Tactile Data for Cap Screwing Task”, 2009 IEEE
International Conference on Robotics and Automation, Kobe, Japan, May 12-17, 2009, pp. 883-888
[5] Geometrical Data Extraction Using Interaction Between Objects and Robotic Fingers Equipped with Three-axis Tactile Sensors SukarnurCheAbdullaha,
Masahiro Ohkab, Yusuke Doshob, Takuya Ikaib and HanafiahYussofa

More Related Content

What's hot

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
 
Oop2018 tutorial-stal-mo2-io t-arduino-en
Oop2018 tutorial-stal-mo2-io t-arduino-enOop2018 tutorial-stal-mo2-io t-arduino-en
Oop2018 tutorial-stal-mo2-io t-arduino-enMichael Stal
 
Automatic Room Lights Controller Using Arduino & PIR Sensor
Automatic Room Lights Controller Using Arduino & PIR SensorAutomatic Room Lights Controller Using Arduino & PIR Sensor
Automatic Room Lights Controller Using Arduino & PIR SensorAnkit Chaudhary
 
Sensor Technology ppt
Sensor Technology pptSensor Technology ppt
Sensor Technology pptmansimore1
 
Smart sensors seminar'
Smart sensors seminar'Smart sensors seminar'
Smart sensors seminar'Naresh Kannan
 
Sensors in Everyday Life
Sensors in Everyday LifeSensors in Everyday Life
Sensors in Everyday LifeKamlesh Kumar
 
Passive Infrared Motion Sensors
Passive Infrared Motion SensorsPassive Infrared Motion Sensors
Passive Infrared Motion SensorsAbinash Acharya
 
next generation smart sensor
next generation smart sensornext generation smart sensor
next generation smart sensorRicha Ritambhara
 
Smart sensors and their Application
Smart sensors and their ApplicationSmart sensors and their Application
Smart sensors and their ApplicationYash Kant
 
IRJET - Prisoners Surveillance System
IRJET - Prisoners Surveillance SystemIRJET - Prisoners Surveillance System
IRJET - Prisoners Surveillance SystemIRJET Journal
 
OUTDOOR MOBILE ROBOTIC ASSISTANT MICRO-CONTROLLER MODULE (ARDUINO), FIRMWARE ...
OUTDOOR MOBILE ROBOTIC ASSISTANT MICRO-CONTROLLER MODULE (ARDUINO), FIRMWARE ...OUTDOOR MOBILE ROBOTIC ASSISTANT MICRO-CONTROLLER MODULE (ARDUINO), FIRMWARE ...
OUTDOOR MOBILE ROBOTIC ASSISTANT MICRO-CONTROLLER MODULE (ARDUINO), FIRMWARE ...ijaia
 
Smart sensor architecture 2006
Smart sensor architecture 2006Smart sensor architecture 2006
Smart sensor architecture 2006Iiro Jantunen
 

What's hot (20)

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...
 
Smart sensors
Smart sensorsSmart sensors
Smart sensors
 
Sensor Technology
Sensor TechnologySensor Technology
Sensor Technology
 
Oop2018 tutorial-stal-mo2-io t-arduino-en
Oop2018 tutorial-stal-mo2-io t-arduino-enOop2018 tutorial-stal-mo2-io t-arduino-en
Oop2018 tutorial-stal-mo2-io t-arduino-en
 
Automatic Room Lights Controller Using Arduino & PIR Sensor
Automatic Room Lights Controller Using Arduino & PIR SensorAutomatic Room Lights Controller Using Arduino & PIR Sensor
Automatic Room Lights Controller Using Arduino & PIR Sensor
 
Sensor Technology ppt
Sensor Technology pptSensor Technology ppt
Sensor Technology ppt
 
Smart sensors seminar'
Smart sensors seminar'Smart sensors seminar'
Smart sensors seminar'
 
Smart sensors
Smart sensorsSmart sensors
Smart sensors
 
Sensor technology
Sensor technologySensor technology
Sensor technology
 
Sensors in Everyday Life
Sensors in Everyday LifeSensors in Everyday Life
Sensors in Everyday Life
 
Passive Infrared Motion Sensors
Passive Infrared Motion SensorsPassive Infrared Motion Sensors
Passive Infrared Motion Sensors
 
next generation smart sensor
next generation smart sensornext generation smart sensor
next generation smart sensor
 
Smart Sensor
Smart SensorSmart Sensor
Smart Sensor
 
Smart sensors
Smart sensorsSmart sensors
Smart sensors
 
Smart sensors and their Application
Smart sensors and their ApplicationSmart sensors and their Application
Smart sensors and their Application
 
Pxc3891504
Pxc3891504Pxc3891504
Pxc3891504
 
IRJET - Prisoners Surveillance System
IRJET - Prisoners Surveillance SystemIRJET - Prisoners Surveillance System
IRJET - Prisoners Surveillance System
 
Mobile Sensors and Types
Mobile Sensors and TypesMobile Sensors and Types
Mobile Sensors and Types
 
OUTDOOR MOBILE ROBOTIC ASSISTANT MICRO-CONTROLLER MODULE (ARDUINO), FIRMWARE ...
OUTDOOR MOBILE ROBOTIC ASSISTANT MICRO-CONTROLLER MODULE (ARDUINO), FIRMWARE ...OUTDOOR MOBILE ROBOTIC ASSISTANT MICRO-CONTROLLER MODULE (ARDUINO), FIRMWARE ...
OUTDOOR MOBILE ROBOTIC ASSISTANT MICRO-CONTROLLER MODULE (ARDUINO), FIRMWARE ...
 
Smart sensor architecture 2006
Smart sensor architecture 2006Smart sensor architecture 2006
Smart sensor architecture 2006
 

Similar to VARIOUS SENSOR USED IN ROBOTICS WITH APPLICATIONS | J4RV3I12003

Robotic Sensors details internal and external
Robotic Sensors details internal and externalRobotic Sensors details internal and external
Robotic Sensors details internal and externalManoj Pandey
 
Emerging Trends in Sensor Application in Industrial Scenario.pptx
Emerging Trends in Sensor Application in Industrial Scenario.pptxEmerging Trends in Sensor Application in Industrial Scenario.pptx
Emerging Trends in Sensor Application in Industrial Scenario.pptxBikashDas76792
 
Sensors - Aniket.pptx
Sensors - Aniket.pptxSensors - Aniket.pptx
Sensors - Aniket.pptxAniketKuanra
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Robotics unit3 sensors
Robotics unit3 sensorsRobotics unit3 sensors
Robotics unit3 sensorsJanarthanan B
 
smartsensors-180422083415.pdf
smartsensors-180422083415.pdfsmartsensors-180422083415.pdf
smartsensors-180422083415.pdfMANIMEGALAIMECE
 
Introduction to sensors & transducers by Bapi Kumar Das
Introduction to sensors & transducers by Bapi Kumar DasIntroduction to sensors & transducers by Bapi Kumar Das
Introduction to sensors & transducers by Bapi Kumar DasB.k. Das
 
Proximity Sensors ppt.pptx
Proximity Sensors ppt.pptxProximity Sensors ppt.pptx
Proximity Sensors ppt.pptxMohanakrishna40
 
LPC2138 Based Temperature Compensated Ultrasonic Ranging For Blind Person
LPC2138 Based Temperature Compensated Ultrasonic Ranging For Blind PersonLPC2138 Based Temperature Compensated Ultrasonic Ranging For Blind Person
LPC2138 Based Temperature Compensated Ultrasonic Ranging For Blind Personpaperpublications3
 
DSR_Unit-5_Sensors.pptx
DSR_Unit-5_Sensors.pptxDSR_Unit-5_Sensors.pptx
DSR_Unit-5_Sensors.pptxPuneetMathur39
 
roboticsunit3sensors and -201013084413.pptx
roboticsunit3sensors and -201013084413.pptxroboticsunit3sensors and -201013084413.pptx
roboticsunit3sensors and -201013084413.pptxDrPArivalaganASSTPRO
 
IoT elements of Iot
IoT elements of IotIoT elements of Iot
IoT elements of IotSumitMali22
 
IRJET- Waste Management System with Thingspeak
IRJET- Waste Management System with ThingspeakIRJET- Waste Management System with Thingspeak
IRJET- Waste Management System with ThingspeakIRJET Journal
 
Sensing & Actuation.pptx
Sensing & Actuation.pptxSensing & Actuation.pptx
Sensing & Actuation.pptxtaruian
 
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 PresenceIRJET Journal
 

Similar to VARIOUS SENSOR USED IN ROBOTICS WITH APPLICATIONS | J4RV3I12003 (20)

Robotic Sensors details internal and external
Robotic Sensors details internal and externalRobotic Sensors details internal and external
Robotic Sensors details internal and external
 
Robotic Sensor
Robotic SensorRobotic Sensor
Robotic Sensor
 
Emerging Trends in Sensor Application in Industrial Scenario.pptx
Emerging Trends in Sensor Application in Industrial Scenario.pptxEmerging Trends in Sensor Application in Industrial Scenario.pptx
Emerging Trends in Sensor Application in Industrial Scenario.pptx
 
Sensors - Aniket.pptx
Sensors - Aniket.pptxSensors - Aniket.pptx
Sensors - Aniket.pptx
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
control lab 3.docx
control lab 3.docxcontrol lab 3.docx
control lab 3.docx
 
Sensors and Switches
Sensors and SwitchesSensors and Switches
Sensors and Switches
 
Robotics unit3 sensors
Robotics unit3 sensorsRobotics unit3 sensors
Robotics unit3 sensors
 
smartsensors-180422083415.pdf
smartsensors-180422083415.pdfsmartsensors-180422083415.pdf
smartsensors-180422083415.pdf
 
Introduction to sensors & transducers by Bapi Kumar Das
Introduction to sensors & transducers by Bapi Kumar DasIntroduction to sensors & transducers by Bapi Kumar Das
Introduction to sensors & transducers by Bapi Kumar Das
 
Proximity Sensors ppt.pptx
Proximity Sensors ppt.pptxProximity Sensors ppt.pptx
Proximity Sensors ppt.pptx
 
LPC2138 Based Temperature Compensated Ultrasonic Ranging For Blind Person
LPC2138 Based Temperature Compensated Ultrasonic Ranging For Blind PersonLPC2138 Based Temperature Compensated Ultrasonic Ranging For Blind Person
LPC2138 Based Temperature Compensated Ultrasonic Ranging For Blind Person
 
DSR_Unit-5_Sensors.pptx
DSR_Unit-5_Sensors.pptxDSR_Unit-5_Sensors.pptx
DSR_Unit-5_Sensors.pptx
 
roboticsunit3sensors and -201013084413.pptx
roboticsunit3sensors and -201013084413.pptxroboticsunit3sensors and -201013084413.pptx
roboticsunit3sensors and -201013084413.pptx
 
IoT elements of Iot
IoT elements of IotIoT elements of Iot
IoT elements of Iot
 
IRJET- Waste Management System with Thingspeak
IRJET- Waste Management System with ThingspeakIRJET- Waste Management System with Thingspeak
IRJET- Waste Management System with Thingspeak
 
20 Existing Sensors
20 Existing Sensors20 Existing Sensors
20 Existing Sensors
 
Sensing & Actuation.pptx
Sensing & Actuation.pptxSensing & Actuation.pptx
Sensing & Actuation.pptx
 
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
 
Chapter two
Chapter twoChapter two
Chapter two
 

More from Journal For Research

Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...
Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...
Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...Journal For Research
 
Experimental Verification and Validation of Stress Distribution of Composite ...
Experimental Verification and Validation of Stress Distribution of Composite ...Experimental Verification and Validation of Stress Distribution of Composite ...
Experimental Verification and Validation of Stress Distribution of Composite ...Journal For Research
 
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...Journal For Research
 
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016Journal For Research
 
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...Journal For Research
 
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015Journal For Research
 
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014Journal For Research
 
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...Journal For Research
 
A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...
A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...
A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...Journal For Research
 
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012Journal For Research
 
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...Journal For Research
 
AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009
AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009
AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009Journal For Research
 
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008Journal For Research
 
AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002
AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002
AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002Journal For Research
 
A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001
A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001
A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001Journal For Research
 
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021Journal For Research
 
USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...
USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...
USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...Journal For Research
 
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023Journal For Research
 
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024Journal For Research
 

More from Journal For Research (20)

Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...
Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...
Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...
 
Experimental Verification and Validation of Stress Distribution of Composite ...
Experimental Verification and Validation of Stress Distribution of Composite ...Experimental Verification and Validation of Stress Distribution of Composite ...
Experimental Verification and Validation of Stress Distribution of Composite ...
 
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
 
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
 
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
 
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
 
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
 
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...
 
A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...
A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...
A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...
 
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012
 
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...
 
AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009
AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009
AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009
 
LINE FOLLOWER ROBOT | J4RV4I1010
LINE FOLLOWER ROBOT | J4RV4I1010LINE FOLLOWER ROBOT | J4RV4I1010
LINE FOLLOWER ROBOT | J4RV4I1010
 
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
 
AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002
AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002
AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002
 
A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001
A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001
A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001
 
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
 
USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...
USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...
USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...
 
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023
 
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024
 

Recently uploaded

(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 

Recently uploaded (20)

Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 

VARIOUS SENSOR USED IN ROBOTICS WITH APPLICATIONS | J4RV3I12003

  • 1. Journal for Research | Volume 03 | Issue 12 | February 2018 ISSN: 2395-7549 All rights reserved by www.journal4research.org 10 Various Sensor used in Robotics with Applications Prof. Vikram M. Kakade Miss. Gayatri R. Pawar Assistant Professor & Guide U.G. Student Department of Electronics & Telecommunication Engineering Department of Electronics & Telecommunication Engineering PRMCEAM, Badnera , Amravati, India PRMCEAM, Badnera , Amravati, India Miss. Vidya P. Ghoderao U.G. Student Department of Electronics & Telecommunication Engineering PRMCEAM, Badnera , Amravati, India Abstract This paper gives brief introduction about various sensors used in robotics and their applications. A sensor is a device that detects the changes in electrical or physical or other quantities and thereby produces an output and whose purpose is to detect events or changes in its environment and send the information to other electronic devices. Robotic sensors are used to estimate robots condition and environment. Sensors in robots are based on the functions of human sensory organs. Sensors used in robots provide intelligence to the robot and improve their performance. Keywords: DHT11, LCD, LM35, Sensors, Robot _______________________________________________________________________________________________________ I. INTRODUCTION Now a days Robots are widely used and by using sensor we make a robot very effective. Sensor have an ability to obtain data from the interaction between robotics system and their environment. Human have an ability to sense the environmental changes and this human sensing is done by their brain. It is difficult for a robot without sensor to sense the objects and therefore solution to this problem is a sensor.to operate a robot effectively it is necessary to provide them sensor.it give the robot ability to sence the object. We use different types of sensor in robotics for different purpose. The use of sensor in robots has taken them into the next level of creativity. And most importantly the sensor have increased the two main reason .first of all they allow the robot to become more autonomous because it can perceives. sensor are also important to robotics for remote operation, because they give the remote user the ability to see what is going on and make decision about what the robot should do next. II. WHAT IS SENSOR AND WHY THEY ARE USED IN ROBOTICS A sensors is a converter that measures a Physical quantity and converts it into a signal that can be read by an observer. Robotic Sensors are used to estimate the robot’s condition and environment, these signals are passed to the controller to enable the appropriate behavior, the sensors in the function of the human sensory organs, The Robots require the extensive information about their environment in order of function effectively. Robots need Robot Sensors to know the world around them, there are many Robot Sensors including ultrasonics, the temperature and the humidity, the force and a lot more to increase the robot awareness. The sensors is the sophisticated device which measures the physical quantity such as the speed or the pressure and it converts it into the signal which can be measured electrically, The sensors are based on several working principles and types of measurements, almost all type of sensors emit the signals and measure the signals and measure the reflection to make measurement. The sensors can measure the presence of light and the frequency of sound, they can measure the object proximity, they can measure the presence or the absence of the object, bearing, the colour and the distance between the objects. III. GENERAL CLASSIFICATION OF SENSORS IN ROBOTICS Internal Sensor This sensor required for basic working of the system. They measure the robot’s internal state. External Sensor Interaction with the environment.
  • 2. Various Sensor used in Robotics with Applications (J4R/ Volume 03 / Issue 12 / 003) All rights reserved by www.journal4research.org 11 IV. SENSORS USED IN ROBOTICS Temperature Sensor (LM35) A temperature sensors is a device, typically a thermocouple or RTD, which is provided for temperature measurement an electrical signal. Temperature sensing can be done either through direct contact with the heating source material or remotely, with indirect touch with the source using radiated energy instead. There is a wide range of temperature sensors available in Thermocouple, The RTD, Thermistors, Semiconductors Sensors, Digital Temperature Sensors. Temperature sensors LM35 is precision IC temperature sensors. Output voltage of LM35 is directly proportional to the centigrade/Celsius of temperature. The LM35 does not need external calibration or trimming to provider accurate temperature range. For LM35 is -55 degree to -150 degree Celsius. With rise in temperature, the value of voltage is given to the microcontroller which is multiplied by the conversion factor in order to give the value of actual temperature. Fig. 4.1: Temperature Sensor Application of Temperature Sensor Design of Industrial Temperature Controller for controlling temperature of devices used in industrial applications is one of the frequently used practical applications of the temperature sensor. In this circuit IC DS1621, a digital thermometer is used as a temperature sensor, thermostat, which provides 9-bit temperature readings. The circuit mainly consists of 8051 microcontroller, EEPROM, temperature sensor, LCD display and other components. Humidity Sensor (DHT11) A humidity sensors senses, measure and reports the relative humidity in the air. It therefore measures both moisture and air temperature. Relative humidity is the ratio of actual moisture in the air to the highest amount of moisture that can be held at that air temperature.DHT11 humidity sensors consists of 4 pins: VCC, Data out not connected and ground. The range of voltage for VCC pin is 3.5V to 5.5V. DHT11 can be interface with any microcontroller like Arduino, Raspberry Pi, etc. DHT11 is a low cost humidity sensors which provide high reliability and long term stability. The DHT11 is basic, low cost digital temperature and humidity sensors. It gives out digital value and hence there is no need to use conversion algorithm at ADC of the microcontroller and hence we can give its output directly to data pin instead of ADC. It has a capacitive sensors for measuring humidity. The only real shortcoming of this sensors is that one can only get new data from it only after every 2 seconds. Programming the DHT11 and connecting it to raspberry pi and it give the output humidity readings on LCD. Programming it either with C or Python. Fig. 4.2: Humidity Sensor Application of Humidity Sensor Humidity sensors can be used as a monitoring and preventive measure in homes for people with illnesses that are affected by humidity. They are also found as part of home heating, ventilating, and air conditioning systems (HVAC systems). They can also be found in offices, cars, humidors, museums, industrial spaces and greenhouses and can be used in meteorology stations to report and predict weather. Dew sensors are used in the coating industry because the application of paint and other coatings may be extremely sensitive to dew point.
  • 3. Various Sensor used in Robotics with Applications (J4R/ Volume 03 / Issue 12 / 003) All rights reserved by www.journal4research.org 12 Obstacle Sensors (Ultra-Sonic HC-SR04) The ultrasonic sensors is used for obstacle detection. The ultrasonic HC-SR04 is working on 5V DC voltage and its ranging from 2cm-500cm. Its cycle period is 50 ms. the ultrasonic sensors has 4 pin VCC, Trigger, Ground and Echo. The ultrasonic sensors operates on the principle of sound waves and their reflection property. It has two parts: ultrasonic transmitter and ultrasonic receiver. Transmitter transmits the 40 KHz sound wave and receiver receives the reflected 40 KHz wave and on its reception. It sends the electrical signal to the microcontroller. The speed of sound in air is already known. Hence from time required to receive back the transmitted sound wave, the distance of obstracle is calculated. Here, it is used for obstacle detection in case of mobile robot and as a motion detector in ware house for preventing thefts. The ultrasonic sensors enables the robot to detect and avoid obstacles and also to measure the distance from the obstacle. The range of operation of ultrasonic sensors is 10cm to 30 cm. Fig. 4.3: Ultra-Sonic HC-SR04 Application of Ultrasonic sensor The waves transmitted by transducer are received back again after the waves are reflected back from the object. The velocity of sound is considered for calculating time taken for sending and receiving waves. The distance is calculated by executing a program on microcontroller, and then it is displayed on the LCD display. Various other application of ultrasonic sensors are loop control, Roll diameter, tension control, winding and unwind, Liquid level control through beam detection for high-speed counting, Full detection, Thread or wire break detection. Hand Gesture Sensor (Accelerometer) Accelerometers are very important in the sensor world because they can sense such a wide range of motion. They're used in the latest Apple PowerBooks (and other laptops) to detect when the computer's suddenly moved or tipped, so the hard drive can be locked up during movement. They're used in cameras, to control image stabilization functions. They're used in pedometers, gait meters, and other exercise and physical therapy devices. They're used in gaming controls to generate tilt data. They're used in automobiles, to control airbag release when there's a sudden stop. There are countless other applications for them. An accelerometer is a one type of sensor and it gives an analog data while moving in the direction of X, Y and Z. These directions depend on the type of sensor. The diagram of accelerometer is shown below. This sensor consists of arrow directions, if we tilt the sensor in one direction, then the data at the particular pin will change in the form of analog. The accelerometer consists of six pins, where the function of each pin is discussed below. Fig. 4.4: Accelerometer  Pin-1: VDD pin is used to give +5V supply to this pin  Pin-2: GND pin is connected to the ground for the purpose of biasing  Pin-3: X pin will receive the data in the X direction
  • 4. Various Sensor used in Robotics with Applications (J4R/ Volume 03 / Issue 12 / 003) All rights reserved by www.journal4research.org 13  Pin-4: Y pin will receive the data in the Y direction  Pin-5: Z pin will receive the data in the Z direction  Pin-6: ST pin is used to adjust the sensitivity of the accelerometer 1.5g or 2g or 3g or 4g Application of Accelerometer Accelerometers are used in a number of different products, including aircraft and missiles. One of the most common uses of accelerometers is to determine the aircraft’s pitch orientation, or its orientation relative to the curve of the Earth. Aircraft have to account for this pitch because the Earth is round—if pilots didn’t correct the plane’s orientation, it would eventually fly into the upper atmosphere and into space (or crash when it got too high). Accelerometers are also used in a number of apps and games. Racing games, for example, may allow players to control the steering of their car by turning the tables or phone to one side. An accelerometer captures this movement and tells the game how to adjust the movement of the player’s vehicle. In digital cameras, an accelerometer is used in much the same way: it tells the camera when it should take an image in landscape orientation and when it should use portrait. It also displays the pitch and roll of the camera’s axes, which helps to accurately display the image on the small screen. Proximity Sensors (Path Detection) The proximity sensors are used for path detection. When the right sensor is not detected the curve line, the microcontroller activates the left motor to turn left until the signal from right sensor. Once signal is detected right sensor, the two motors are activated to go forward. When the line is end at that time the robot reverse at 180 and turns back the same place. Fig. 4.5: Proximity Sensor Application of Proximity Sensor Proximity sensors are largely used in the retail industry, as they can detect motion and the correlation between the customer and product the might be interested in. A user is immediately notified of discounts and special offers of nearby products. Another big and quite an old use-case is vehicles. You are reversing your car and are alrmed about an obstacle while taking reverse, that’s the work of proximity sensor. They are also used for parking availability in places such as malls, stadiums or airports. V. ADVANTAGES & DISADVANTAGES Advantages 1) By using sensor robot interact with surrounding and takes appropriate action. 2) The sensors are used in data collection of objects in the robot work cell to determine the position or other related data. 3) By using sensor robot can collect more accurate information from the resulting improved application. Disadvantages 1) Narrow or limited temperature range. 2) Short or limited shelf life. VI. CONCLUSION It is concluded that robotic sensor is the most important device for a robot to perform various tasks. Sensor makes the working of a robot very effective, which is able to obtain information from the interaction between robotic hand and their environment.We can choose the sensor according to the requirement and the working environment of robot.
  • 5. Various Sensor used in Robotics with Applications (J4R/ Volume 03 / Issue 12 / 003) All rights reserved by www.journal4research.org 14 REFERENCES [1] Akyildiz, I.; Su, W.; Sankarasubramaniam, Y.; Cayirci, E. A survey on sensor networks. IEEE Commun. Mag. 2002, 40, 102–114. [2] Tubaishat, M.; Madria, S. Sensor networks: an overview. IEEE Potentials 2003, 22, 20–30. [3] Robotic Sensing Devices David J. Hall CMU-RI-TR-84-3 Department of Electrical Engineering. The Robotics Institute Carnegie-Mellon University Pittsburgh, Pennsylvania 15213 March 1984 [4] Ohka, M., Morisawa, N. and Yussof, H. B., “Trajectory Generation of Robotic Fingers Based on Tri-axial Tactile Data for Cap Screwing Task”, 2009 IEEE International Conference on Robotics and Automation, Kobe, Japan, May 12-17, 2009, pp. 883-888 [5] Geometrical Data Extraction Using Interaction Between Objects and Robotic Fingers Equipped with Three-axis Tactile Sensors SukarnurCheAbdullaha, Masahiro Ohkab, Yusuke Doshob, Takuya Ikaib and HanafiahYussofa