SlideShare une entreprise Scribd logo
1  sur  7
Télécharger pour lire hors ligne
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING &
ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME

TECHNOLOGY (IJCET)

ISSN 0976 – 6367(Print)
ISSN 0976 – 6375(Online)
Volume 4, Issue 6, November - December (2013), pp. 103-109
© IAEME: www.iaeme.com/ijcet.asp
Journal Impact Factor (2013): 6.1302 (Calculated by GISI)
www.jifactor.com

IJCET
©IAEME

DESIGN OF A LINE FOLLOWING SENSOR FOR VARIOUS LINE
SPECIFICATIONS
Tushar Supe1, Aishwarya Joy2
1,2

Department of Electronics and Telecommunication, Fr. C. Rodrigues Institute of Technology,
Navi Mumbai, India.

ABSTRACT
A line follower is an autonomous robot which navigates by following a line present on the
surface beneath the robot. The specifications of the line are in terms of its width and its color with
respect to the color of the background. This paper describes a circuit to implement the sensor which
can be designed to work with different line specifications and provide the output in a digital format
making it much easier to utilize; and its results. It presents a comprehensive idea using which the
threshold for the detection of the line from the background is decided and the circuit is designed to
implement the same. It also describes the different frequency ranges that can be used for the same
such as infrared and the basic colors of the visible spectrum, and their respective characteristics.
Keywords: Line following, Color detection, Line Specifications, Optical Sensor, Robotics, etc.
I. INTRODUCTION
The line following robot is a common autonomous robot which finds several applications in
the field of robotics. It is essentially a bot which can navigate by itself to follow a line. The line
maybe a predefined path for the bot follow depending upon the application. The working of the line
follower can be broadly divided into two parts namely, the sensor used for the detection of the line
and the microcontroller which takes the input from the sensor and accordingly decides which
direction to move in. This paper proposes a design for the line following sensor to work with different
line specifications and does not deal with the microcontroller aspect of the robot.
The specifications of the line are discussed mainly in terms of its width and its color in
comparison to the color of the background. The width of the line however only influences the position
of the sensors and whether isolation between two sensors is required. On the other hand, the color of
the line greatly influences the requirements from the sensor. The most common configuration is that
103
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME

of a white line placed on a black background or vice versa. However, this paper describes the design
of a sensor for any given color for the line.
II. LITERATURE REVIEW
The previous work done based on this topic mainly focuses on the implementation of the line
follower robot for the line specification of a white line on a black background. There exist papers
which discuss the difficulties faced in implementing the same [2][3]. In other research, the line
following mechanism has been tested on a helicopter to follow a multi-colored line on a white
surface [4]. The positioning of the sensors and the performance of the bot for lines involving
different curves and angles has been discussed [9].
Some other approaches to achieve the same are also possible such as with the use of image
processing and a camera [1]. However the use of image processing makes the implementation a
rather complex procedure. Also there are optimized algorithms for the line follower to adapt to its
specific surroundings the first time the robot is run [5]. Similar work in the field of robotics has
been done to implement photovore bots which navigate to areas with where the intensity of light is
higher [6].
The line following robot has been utilized for various applications. Some of the innovative
applications are in shopping centers [7] and cell phone detection [8].
III. WORKING
The color black is known to absorb all wavelengths falling onto it whereas the color white
completely reflects back the wavelengths falling onto it. Therefore the difference between the two can
be found by exposing it to a source of light or infrared and measuring the amount of reflected energy.
An infrared LED is most commonly preferred as the source as the interference of ambient lighting is
negligible. Colored LEDs can also be used as a source if proper isolation from the ambient light is
provided. This can be easily achieved as the sensor has to be placed below the bot itself.
The color white is formed by the combination of all the primary colors and thus reflects
wavelengths of all these colors. Therefore a red surface would reflect red light and absorb all other
wavelengths. The same is applicable to all other colored surfaces. Likewise the infrared waves as well
as white light can be used when only a difference in contrast is required to be detected. These
statements were tested for their validity as described below.
IV. TEST SETUP

Fig. 1. Circuit Diagram of Test Circuit for LDR

104
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME

The circuit was developed as shown in figure 1. Two LEDs D1 and D2 are connected in
series to illuminate the surface and the reflected light is allowed to fall onto LDR1. It should be
noted that higher the current through these LEDs, more light will be emitted from the same.
However, this current should not exceed the maximum current rating of the LED. The amount of
current passing through them is controlled by the resistance R5 and is given by (1) which is valid for
this circuit only.
If = (5 − 2Vf) / R5
Where,

If =
Vf =

(1)

Forward biased LED Current
Forward Voltage Drop of LED

The resistance of LDR1 varies depending upon the amount of light falling onto it. The
operational amplifier LM324 is used as a comparator. The voltage at the inverting terminal is kept at
a constant value of about 6V using a potential divider. The voltage at the non-inverting terminal is
dependent on the value of the resistance of the LDR. The threshold resistance is an intermediate
value between the LDR resistance on the line and outside the line. Thus when the LDR is facing the
brighter surface of the two, its resistance is lower than the threshold resistance and the value at the
non-inverting terminal increases above 6V and the output is driven to saturation and vice versa. The
output of the LM324 is run through the coil of a relay. The variable resistance RV1 has been used to
adjust the threshold resistance.

Fig. 2. Colour Strips for Testing
The operational amplifier is connected to 12V supply to increase the voltage swing obtained
at the non-inverting terminal as the resistance of the LDR is varied. This reduces the effects of noise
and provides better accuracy. The 12V and 5V circuitry is isolated with the use of the relay.
For the purpose of testing, the color strips as shown in figure 2 were developed and printed
with the following specifications. Strip 1 (Blue) starts at R0 G0 B0 and ends at R0 G0 B255 where R
is Red, G is Green and B is Blue. Strip 2 (Green) begins with R0 G0 B0 and ends with R0 G255 R0.
Strip 3 (Red) starts with R0 G0 B0 and ends with R255 B0 G0. The final strip (White) begins with
R0 G0 B0 and ends with R255 G255 B255. The length of each strip is 24cm.

105
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME

Fig. 3. Circuit Diagram of Test Circuit for Phototransistor
The phototransistor is another device which is sensitive to light and can be used for the
purpose of line following. The circuit for the same is as shown above. It is to be noted that to reduce
the computation for the microcontroller or in the lack of an ADC a comparator may also be used like
in the previous case. However, the threshold voltage has to be manually calculated and then the
comparator has to be accordingly designed. The simplicity of the threshold resistance as depicted in
the previous case is not present.
V. TESTS AND RESULTS
5.1.Test 1
The sensor circuit shown above was developed for a 5mm red LED and the threshold
resistance used was 470 (+100) ohm, by replacing R3 with a 470ohm resistor and RV1 is a 100ohm
potentiometer. The forward voltage drop of the LED was found to be about 2.1V and the current
through being about 17mA. The LDR used in this case is a small 5mm LDR with dark resistance of
1Mohm. This sensor was then assembled onto a bot ensuring the sensor height remains constant for
all the readings taken. The sensor was placed to have a clearance distance of about 0.8cm from the
ground. The strips which were developed were placed on the surface and the bot was programmed to
keep moving straight along the direction of the strip till the threshold was crossed. The same was
repeated 10 times to test the repeatability of the circuit and the distance travelled in each case was
measured. The observations were as stated in Table 1.

Strip Number
Strip 1
(Blue)
Strip 2
(Green)
Strip 3
(Red)
Strip 4
(White)

TABLE I. READINGS OF TEST 1
Minimum Distance Maximum Distance
Travelled
Travelled
24cm
24cm

Difference
0cm

24cm

24cm

0cm

15.7cm

17.0cm

1.3cm

12.7cm

13.9cm

1.2cm

106
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME

For the first two strips, the bot kept moving and did not stop till the end of the strip. For the
third strip, the bot came to a halt in every case however the distance at which it did so varied by
small amounts. The maximum and minimum values of the same were 17.0cm and 15.7cm which
correspond to the colors R181 and R167 approximately. The corresponding readings for strip 4 are
R148 G148 B148 and R135 G135 B135 approximately.
As the first two strips are formed purely of green and blue components and do not possess
any red component, the red light emitted by the LEDs is not reflected back at all. Thus there are no
variations in the resistance of the LDR and the bot does not come to a halt till the end of the strip.
The third and fourth strip contained components of red and thus the threshold was crossed as the bot
moved towards the end with higher red component. The bot is expected to come to a halt at the same
distance for both the strips since the red component for both strips is the same. However it is
observed that such is not the case. This may be attributed to ambient light (generally white) present
in the surrounding which would be reflected onto the sensor in higher amounts by the white strip
than the red strip. Another possible factor is the inaccuracy in the printing of the strips. The
resolution in each case however is approximately the same which is 13 to 14 shades. This may even
be improved further by improving the shielding of ambient light and surrounding sensors and with
the use of high precision operational amplifier and resistors.
5.2.Test 2
In this test, the comparator circuitry was removed and only the resistance of the LDR was
measured at specific distances on the strips. This was performed for different sets of LEDs emitting
different frequencies. The observations were as stated in Table 2.
TABLE II.
LED and Strip

READINGS OF TEST 2
Resistance At (ohms)
23cm

18cm

12cm

6cm

1cm

Red LED on Blue Strip

607

613

625

632

648

Red LED on Green Strip

605

608

619

624

647

Red LED on Red Strip

351

356

375

549

640

Red LED on White Strip

332

358

406

536

649

White LED on Blue Strip

18.1K

18.5K

18.7K

21.8K

23.1K

White LED on Green Strip

18.1K

18.4K

18.7K

21.6K

23.1K

White LED on Red Strip

17.9K

18.3K

18.9K

21.7K

23.2K

White LED on White Strip

9.6K

10.8K

13.4K

17.2K

23.1K

IR LED on Blue Strip

82.9K

86.4K

97.1K

128.8K

152.1K

IR LED on Green Strip

83.4K

86.9K

98.6K

131.4K

150.9K

IR LED on Red Strip

82.1K

84.3K

94.2K

126.3K

150.7K

IR LED on White Strip

77.5K

82.6K

96.3K

125.3K

151.2K

It is observed that the strips’ containing red components (white and red strips) reflect back
more red light than the other two strips. Thus the resistance for those strips is lower towards the
nonblack areas. When white light was used, the responses obtained for the first three strips were
similar to each other. Although, the resistance obtained from the white strip was lower than the other
107
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME

strips as the white strip reflects back all the light falling onto it while the colored strips reflect only
that respective color component from the white light. The same is also applicable for IR. However
the LDR response for the IR frequency is much less sensitive as depicted from the readings.
This concept can also be used for the detection of colors in the following manner. Expose a
completely white surface and obtain the reading of the LDR when it is exposed to red, green and
blue light sequentially. Repeat the same process for a black surface. The readings obtained would be
mapped to the 8bit color range i.e. 0 to 255. Now when any surface is brought next to the device, the
corresponding readings on the LDR for each component of white light can be used to determine the
shade of the surface next to it. However, one should bear in mind that for efficient functioning, all
the surfaces to be tested have to at approximately equal distance from the LDR.
5.3. Test 3
This test utilizes a phototransistor as the receiver instead of the LDR. The circuit shown in
figure 3 was developed for the LEDs being red and IR. The output from the circuit was provided to
the 10bit ADC of a microcontroller and it was programmed to take the digital inputs continuously,
10 times every second, for 10 seconds while the sensor was placed either on a white or a black
surface. The maximum and minimum values from the total recorded values were noted and are as
shown in Table 3. The value of R1 in the circuit shown in figure 3 can be adjusted to provide higher
resolution to the changes in current between the black level and white level. In this experiment, the
value of R1 was chosen as 680K for the test with red LEDs and 1K for the test with IR LEDs.

LED Color

Red
IR

TABLE III. READINGS OF TEST 3
Maximum
Minimum
Maximum
value on white value on white value on black
surface
surface
surface
551
477
943
687
685
948

Minimum
value on black
surface
903
948

It can be seen that there is a clear distinction between the white and black levels in both the
cases. For both cases a threshold of about 700 can be used to distinguish between the two. Also one
may choose the value of R1 as required, to provide a greater difference between the white and black
levels. But it can also be observed that the value of R1 required for red light is very high which is
due to the low sensitivity of the phototransistor towards the red light. Also this causes the values
obtained to possess lots of variations and not remain stable.
VI. ADVANTAGES AND DISADVANTAGES
The LDRs have a rise time typically around 5ms to 100ms and a fall time typically about 1ms
to 50ms which make the LDR a slow device. If the application requires high speed operation, then
the LDR fails to provide a reliable output. This is the major disadvantage of the same. Some other
minor disadvantages are that its performance is affected by ambient light and also by the distance of
the reflecting surface from it. The phototransistor however can work at high speeds and provide a
reliable output at the same time. However, if a high resolution if expected from the phototransistor
the speed of the ADC should be taken into account.
On the other hand, the phototransistor has the disadvantage of being less sensitive to the
visible spectrum than the LDR and thus cannot be used for line following when the line or the
background happen to be colored (different from black and white). Another disadvantage is that the
phototransistor has lower range than the LDR and thus the position of the sensor has to be closer to
the ground for accurate responses. It does however possess a greater sensitivity for the IR frequency
108
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME

than the LDR. Although the problem of ambient light interfering with its performance is much lower
for the phototransistor, coded or modulated signals of a specific frequency can be provided to the
LED and the controller can be programmed to determine the response of that particular frequency
only, to further reduce the effect of ambient light.
VII. DESIGN STEPS
To design a line follower therefore, one should firstly determine whether the application
requires a LDR or a phototransistor based on the points discussed above. If one proceeds to use an
LDR, he should determine the threshold resistance by testing the value of the resistance on and off
the line and design the circuit and also the right frequency/color. For example, a white line placed on
a blue background maybe easily distinguished by the response of the LDR under red light. In the
case of the phototransistor, one may choose to place a potentiometer in place of R1 to determine the
value at which optimum resolution is obtained.
VIII. CONCLUSION
The design of a line follower can be easily achieved using the proposed designs which are
inexpensive and easy to implement. For all line specifications, this paper provides a design technique
to implement the line follower with ease.
IX. REFERENCES
[1] A. H. Ismail, H. R. Ramli, M. H. Ahmad, M. H. Marhaban, “Vision-based System for Line
Following Mobile Robot”, 2009 IEEE Symposium on Industrial Electronics and Applications
(ISIEA 2009), October 4-6, 2009, Kuala Lumpur, Malaysia.
[2] Mehran Pakdaman, M. Mehdi Sanaatiyan, Mehdi Rezaei Ghahroudi, “A Line Follower Robot
from Design to Implementation: Technical Issues nd Problems”, The 2nd International
Conference on Computer and Automation Engineering (ICCAE) 2010, Volume:1, February
2010.
[3] Seyed Ehsan Marjani Bajestani, Arsham Vosoughinia, “Technical Report of Building a Line
Follower Robot”, 2010 International Conference on Electronics and Information Engineering
(ICEIE 2010).
[4] Suhas Divakar, “Multi-Colored Line Following and Obstacle Avoiding Helicopter”, 3rd
International Conference on Electronics Computer Technology (ICECT), 2011 (Volume: 4).
[5] Yichao Li, Xiaoling Wu, Dongik Shin, Weijun Wang, Jianing Bai, Qing He, Fei Luo, Weimin
Zheng, “An Improved Line Following Optimization Algorithm for Mobile Robot”, 7th
International Conference on Computing and Convergence Technology (ICCCT), 2012.
[6] Shruthi Sujendra, Sree Ranjani N Y, “Embedded Microcontroller Based Autonomous
Photovore Robot With Obstacle Avoidance”, International Journal of Engineering Research &
Technology (IJERT), Vol. 2 Issue 6, June – 2013.
[7] Ilknur Colak, Deniz Yıldırım, “Evolving a Line Following Robot to Use in Shopping Centers
for Entertainment”, 35th Annual Conference of IEEE Industrial Electronics, 2009. IECON '09.
[8] Kanwaljeet Singh, Mandeep Singh, Neena Gupta, “Design and Implementation of Cell-Phone
Detection based Line Follower Robot”, International Journal of Electronics and Computer
Science Engineering (IJECSE), Volume 1, Issue 3, 2012.
[9] Román Osorio C., José A. Romero, Mario Peña C., Ismael López-Juárez, “Intelligent Line
Follower Mini-Robot System”, International Journal of Computers, Communications &
Control, Vol. I (2006), No. 2, pp. 73-83.
109

Contenu connexe

Tendances

Surveillance Robot for Military Application Using ARM
Surveillance Robot for Military Application Using ARMSurveillance Robot for Military Application Using ARM
Surveillance Robot for Military Application Using ARMIJTET Journal
 
War robot with night vision camera android application
War robot with night vision camera  android applicationWar robot with night vision camera  android application
War robot with night vision camera android applicationDheeraj Kumar
 
Feasibility studies of wireless sensor network and its implications
Feasibility studies of wireless sensor network and its implicationsFeasibility studies of wireless sensor network and its implications
Feasibility studies of wireless sensor network and its implicationsIAEME Publication
 
Design and Realization of 2.4GHz Branch-line Coupler
Design and Realization of 2.4GHz Branch-line CouplerDesign and Realization of 2.4GHz Branch-line Coupler
Design and Realization of 2.4GHz Branch-line CouplerQuang Binh Pham
 
Investigation of optimal duty cycle for gvd undercompensated
Investigation of optimal duty cycle for gvd undercompensatedInvestigation of optimal duty cycle for gvd undercompensated
Investigation of optimal duty cycle for gvd undercompensatedIAEME Publication
 
War field spying robot
War field spying robotWar field spying robot
War field spying robotARUN S L
 

Tendances (8)

Surveillance Robot for Military Application Using ARM
Surveillance Robot for Military Application Using ARMSurveillance Robot for Military Application Using ARM
Surveillance Robot for Military Application Using ARM
 
War robot with night vision camera android application
War robot with night vision camera  android applicationWar robot with night vision camera  android application
War robot with night vision camera android application
 
Feasibility studies of wireless sensor network and its implications
Feasibility studies of wireless sensor network and its implicationsFeasibility studies of wireless sensor network and its implications
Feasibility studies of wireless sensor network and its implications
 
SURVEILLANCE ROBOT
SURVEILLANCE ROBOTSURVEILLANCE ROBOT
SURVEILLANCE ROBOT
 
Design and Realization of 2.4GHz Branch-line Coupler
Design and Realization of 2.4GHz Branch-line CouplerDesign and Realization of 2.4GHz Branch-line Coupler
Design and Realization of 2.4GHz Branch-line Coupler
 
Investigation of optimal duty cycle for gvd undercompensated
Investigation of optimal duty cycle for gvd undercompensatedInvestigation of optimal duty cycle for gvd undercompensated
Investigation of optimal duty cycle for gvd undercompensated
 
War field spying robot
War field spying robotWar field spying robot
War field spying robot
 
Ofdm in opticals
Ofdm in opticalsOfdm in opticals
Ofdm in opticals
 

En vedette (6)

20320130406009 2
20320130406009 220320130406009 2
20320130406009 2
 
WinterPears
WinterPearsWinterPears
WinterPears
 
Sistema operativo d.o.s
Sistema operativo d.o.sSistema operativo d.o.s
Sistema operativo d.o.s
 
20320130406008
2032013040600820320130406008
20320130406008
 
20320130406010
2032013040601020320130406010
20320130406010
 
Collegio: help colleges be collegial
Collegio: help colleges be collegialCollegio: help colleges be collegial
Collegio: help colleges be collegial
 

Similaire à 50120130406011

First order sigma delta modulator with low-power consumption implemented in a...
First order sigma delta modulator with low-power consumption implemented in a...First order sigma delta modulator with low-power consumption implemented in a...
First order sigma delta modulator with low-power consumption implemented in a...eSAT Journals
 
First order sigma delta modulator with low-power
First order sigma delta modulator with low-powerFirst order sigma delta modulator with low-power
First order sigma delta modulator with low-powereSAT Publishing House
 
Design of delta sigma modulators for integrated sensor applications
Design of delta sigma modulators for integrated sensor applicationsDesign of delta sigma modulators for integrated sensor applications
Design of delta sigma modulators for integrated sensor applicationsAlexander Decker
 
OTDR HSV600 User Training.pptx
OTDR HSV600 User Training.pptxOTDR HSV600 User Training.pptx
OTDR HSV600 User Training.pptxNatalie Felicerta
 
ENGR543_FinalReport_TungNguyen
ENGR543_FinalReport_TungNguyenENGR543_FinalReport_TungNguyen
ENGR543_FinalReport_TungNguyenTung Nguyen
 
Review on Railway crack detection by LED-LDR assembly
Review on Railway crack detection by LED-LDR assemblyReview on Railway crack detection by LED-LDR assembly
Review on Railway crack detection by LED-LDR assemblyIRJET Journal
 
IRJET- IoT based Fault Finding of an Underground Cable
IRJET-  	  IoT based Fault Finding of an Underground CableIRJET-  	  IoT based Fault Finding of an Underground Cable
IRJET- IoT based Fault Finding of an Underground CableIRJET Journal
 
A Literature Survey on Comparative Analysis of RZ and NRZ Line Encoding over ...
A Literature Survey on Comparative Analysis of RZ and NRZ Line Encoding over ...A Literature Survey on Comparative Analysis of RZ and NRZ Line Encoding over ...
A Literature Survey on Comparative Analysis of RZ and NRZ Line Encoding over ...IJSRD
 
A Literature Survey on Comparative Analysis of RZ and NRZ Line Encoding over ...
A Literature Survey on Comparative Analysis of RZ and NRZ Line Encoding over ...A Literature Survey on Comparative Analysis of RZ and NRZ Line Encoding over ...
A Literature Survey on Comparative Analysis of RZ and NRZ Line Encoding over ...IJSRD
 
A New Dual Band Printed Metamaterial Antenna for RFID Reader Applications
A New Dual Band Printed Metamaterial Antenna for RFID Reader Applications A New Dual Band Printed Metamaterial Antenna for RFID Reader Applications
A New Dual Band Printed Metamaterial Antenna for RFID Reader Applications IJECEIAES
 
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...VLSICS Design
 
IRJET - Device for Avoiding Underground Cable Cut using Microcontroller
IRJET - Device for Avoiding Underground Cable Cut using MicrocontrollerIRJET - Device for Avoiding Underground Cable Cut using Microcontroller
IRJET - Device for Avoiding Underground Cable Cut using MicrocontrollerIRJET Journal
 
Testing effectiveness of the splice through otdr and power meter tests
Testing effectiveness of the splice through otdr and  power meter testsTesting effectiveness of the splice through otdr and  power meter tests
Testing effectiveness of the splice through otdr and power meter testsBala V
 
7380969 Line Follower Using At89c51
7380969 Line Follower Using At89c517380969 Line Follower Using At89c51
7380969 Line Follower Using At89c51biharimukund
 
Dispersion Compensation Module for WDM -PON at 5 -GB/S Downstream with Variou...
Dispersion Compensation Module for WDM -PON at 5 -GB/S Downstream with Variou...Dispersion Compensation Module for WDM -PON at 5 -GB/S Downstream with Variou...
Dispersion Compensation Module for WDM -PON at 5 -GB/S Downstream with Variou...IRJET Journal
 
Railway track crack detection based on GSM technique
Railway track crack detection based on GSM techniqueRailway track crack detection based on GSM technique
Railway track crack detection based on GSM techniqueIRJET Journal
 
SAF ANALYSES OF ANALOG AND MIXED SIGNAL VLSI CIRCUIT: DIGITAL TO ANALOG CONVE...
SAF ANALYSES OF ANALOG AND MIXED SIGNAL VLSI CIRCUIT: DIGITAL TO ANALOG CONVE...SAF ANALYSES OF ANALOG AND MIXED SIGNAL VLSI CIRCUIT: DIGITAL TO ANALOG CONVE...
SAF ANALYSES OF ANALOG AND MIXED SIGNAL VLSI CIRCUIT: DIGITAL TO ANALOG CONVE...VLSICS Design
 
Pulse_Oximeter_SoC
Pulse_Oximeter_SoCPulse_Oximeter_SoC
Pulse_Oximeter_SoCTianhao Li
 

Similaire à 50120130406011 (20)

First order sigma delta modulator with low-power consumption implemented in a...
First order sigma delta modulator with low-power consumption implemented in a...First order sigma delta modulator with low-power consumption implemented in a...
First order sigma delta modulator with low-power consumption implemented in a...
 
First order sigma delta modulator with low-power
First order sigma delta modulator with low-powerFirst order sigma delta modulator with low-power
First order sigma delta modulator with low-power
 
Design of delta sigma modulators for integrated sensor applications
Design of delta sigma modulators for integrated sensor applicationsDesign of delta sigma modulators for integrated sensor applications
Design of delta sigma modulators for integrated sensor applications
 
OTDR HSV600 User Training.pptx
OTDR HSV600 User Training.pptxOTDR HSV600 User Training.pptx
OTDR HSV600 User Training.pptx
 
ENGR543_FinalReport_TungNguyen
ENGR543_FinalReport_TungNguyenENGR543_FinalReport_TungNguyen
ENGR543_FinalReport_TungNguyen
 
D04532226
D04532226D04532226
D04532226
 
Review on Railway crack detection by LED-LDR assembly
Review on Railway crack detection by LED-LDR assemblyReview on Railway crack detection by LED-LDR assembly
Review on Railway crack detection by LED-LDR assembly
 
IRJET- IoT based Fault Finding of an Underground Cable
IRJET-  	  IoT based Fault Finding of an Underground CableIRJET-  	  IoT based Fault Finding of an Underground Cable
IRJET- IoT based Fault Finding of an Underground Cable
 
A Literature Survey on Comparative Analysis of RZ and NRZ Line Encoding over ...
A Literature Survey on Comparative Analysis of RZ and NRZ Line Encoding over ...A Literature Survey on Comparative Analysis of RZ and NRZ Line Encoding over ...
A Literature Survey on Comparative Analysis of RZ and NRZ Line Encoding over ...
 
A Literature Survey on Comparative Analysis of RZ and NRZ Line Encoding over ...
A Literature Survey on Comparative Analysis of RZ and NRZ Line Encoding over ...A Literature Survey on Comparative Analysis of RZ and NRZ Line Encoding over ...
A Literature Survey on Comparative Analysis of RZ and NRZ Line Encoding over ...
 
A New Dual Band Printed Metamaterial Antenna for RFID Reader Applications
A New Dual Band Printed Metamaterial Antenna for RFID Reader Applications A New Dual Band Printed Metamaterial Antenna for RFID Reader Applications
A New Dual Band Printed Metamaterial Antenna for RFID Reader Applications
 
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...
 
Hs3513431348
Hs3513431348Hs3513431348
Hs3513431348
 
IRJET - Device for Avoiding Underground Cable Cut using Microcontroller
IRJET - Device for Avoiding Underground Cable Cut using MicrocontrollerIRJET - Device for Avoiding Underground Cable Cut using Microcontroller
IRJET - Device for Avoiding Underground Cable Cut using Microcontroller
 
Testing effectiveness of the splice through otdr and power meter tests
Testing effectiveness of the splice through otdr and  power meter testsTesting effectiveness of the splice through otdr and  power meter tests
Testing effectiveness of the splice through otdr and power meter tests
 
7380969 Line Follower Using At89c51
7380969 Line Follower Using At89c517380969 Line Follower Using At89c51
7380969 Line Follower Using At89c51
 
Dispersion Compensation Module for WDM -PON at 5 -GB/S Downstream with Variou...
Dispersion Compensation Module for WDM -PON at 5 -GB/S Downstream with Variou...Dispersion Compensation Module for WDM -PON at 5 -GB/S Downstream with Variou...
Dispersion Compensation Module for WDM -PON at 5 -GB/S Downstream with Variou...
 
Railway track crack detection based on GSM technique
Railway track crack detection based on GSM techniqueRailway track crack detection based on GSM technique
Railway track crack detection based on GSM technique
 
SAF ANALYSES OF ANALOG AND MIXED SIGNAL VLSI CIRCUIT: DIGITAL TO ANALOG CONVE...
SAF ANALYSES OF ANALOG AND MIXED SIGNAL VLSI CIRCUIT: DIGITAL TO ANALOG CONVE...SAF ANALYSES OF ANALOG AND MIXED SIGNAL VLSI CIRCUIT: DIGITAL TO ANALOG CONVE...
SAF ANALYSES OF ANALOG AND MIXED SIGNAL VLSI CIRCUIT: DIGITAL TO ANALOG CONVE...
 
Pulse_Oximeter_SoC
Pulse_Oximeter_SoCPulse_Oximeter_SoC
Pulse_Oximeter_SoC
 

Plus de IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Plus de IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Dernier

Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 

Dernier (20)

Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 

50120130406011

  • 1. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME TECHNOLOGY (IJCET) ISSN 0976 – 6367(Print) ISSN 0976 – 6375(Online) Volume 4, Issue 6, November - December (2013), pp. 103-109 © IAEME: www.iaeme.com/ijcet.asp Journal Impact Factor (2013): 6.1302 (Calculated by GISI) www.jifactor.com IJCET ©IAEME DESIGN OF A LINE FOLLOWING SENSOR FOR VARIOUS LINE SPECIFICATIONS Tushar Supe1, Aishwarya Joy2 1,2 Department of Electronics and Telecommunication, Fr. C. Rodrigues Institute of Technology, Navi Mumbai, India. ABSTRACT A line follower is an autonomous robot which navigates by following a line present on the surface beneath the robot. The specifications of the line are in terms of its width and its color with respect to the color of the background. This paper describes a circuit to implement the sensor which can be designed to work with different line specifications and provide the output in a digital format making it much easier to utilize; and its results. It presents a comprehensive idea using which the threshold for the detection of the line from the background is decided and the circuit is designed to implement the same. It also describes the different frequency ranges that can be used for the same such as infrared and the basic colors of the visible spectrum, and their respective characteristics. Keywords: Line following, Color detection, Line Specifications, Optical Sensor, Robotics, etc. I. INTRODUCTION The line following robot is a common autonomous robot which finds several applications in the field of robotics. It is essentially a bot which can navigate by itself to follow a line. The line maybe a predefined path for the bot follow depending upon the application. The working of the line follower can be broadly divided into two parts namely, the sensor used for the detection of the line and the microcontroller which takes the input from the sensor and accordingly decides which direction to move in. This paper proposes a design for the line following sensor to work with different line specifications and does not deal with the microcontroller aspect of the robot. The specifications of the line are discussed mainly in terms of its width and its color in comparison to the color of the background. The width of the line however only influences the position of the sensors and whether isolation between two sensors is required. On the other hand, the color of the line greatly influences the requirements from the sensor. The most common configuration is that 103
  • 2. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME of a white line placed on a black background or vice versa. However, this paper describes the design of a sensor for any given color for the line. II. LITERATURE REVIEW The previous work done based on this topic mainly focuses on the implementation of the line follower robot for the line specification of a white line on a black background. There exist papers which discuss the difficulties faced in implementing the same [2][3]. In other research, the line following mechanism has been tested on a helicopter to follow a multi-colored line on a white surface [4]. The positioning of the sensors and the performance of the bot for lines involving different curves and angles has been discussed [9]. Some other approaches to achieve the same are also possible such as with the use of image processing and a camera [1]. However the use of image processing makes the implementation a rather complex procedure. Also there are optimized algorithms for the line follower to adapt to its specific surroundings the first time the robot is run [5]. Similar work in the field of robotics has been done to implement photovore bots which navigate to areas with where the intensity of light is higher [6]. The line following robot has been utilized for various applications. Some of the innovative applications are in shopping centers [7] and cell phone detection [8]. III. WORKING The color black is known to absorb all wavelengths falling onto it whereas the color white completely reflects back the wavelengths falling onto it. Therefore the difference between the two can be found by exposing it to a source of light or infrared and measuring the amount of reflected energy. An infrared LED is most commonly preferred as the source as the interference of ambient lighting is negligible. Colored LEDs can also be used as a source if proper isolation from the ambient light is provided. This can be easily achieved as the sensor has to be placed below the bot itself. The color white is formed by the combination of all the primary colors and thus reflects wavelengths of all these colors. Therefore a red surface would reflect red light and absorb all other wavelengths. The same is applicable to all other colored surfaces. Likewise the infrared waves as well as white light can be used when only a difference in contrast is required to be detected. These statements were tested for their validity as described below. IV. TEST SETUP Fig. 1. Circuit Diagram of Test Circuit for LDR 104
  • 3. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME The circuit was developed as shown in figure 1. Two LEDs D1 and D2 are connected in series to illuminate the surface and the reflected light is allowed to fall onto LDR1. It should be noted that higher the current through these LEDs, more light will be emitted from the same. However, this current should not exceed the maximum current rating of the LED. The amount of current passing through them is controlled by the resistance R5 and is given by (1) which is valid for this circuit only. If = (5 − 2Vf) / R5 Where, If = Vf = (1) Forward biased LED Current Forward Voltage Drop of LED The resistance of LDR1 varies depending upon the amount of light falling onto it. The operational amplifier LM324 is used as a comparator. The voltage at the inverting terminal is kept at a constant value of about 6V using a potential divider. The voltage at the non-inverting terminal is dependent on the value of the resistance of the LDR. The threshold resistance is an intermediate value between the LDR resistance on the line and outside the line. Thus when the LDR is facing the brighter surface of the two, its resistance is lower than the threshold resistance and the value at the non-inverting terminal increases above 6V and the output is driven to saturation and vice versa. The output of the LM324 is run through the coil of a relay. The variable resistance RV1 has been used to adjust the threshold resistance. Fig. 2. Colour Strips for Testing The operational amplifier is connected to 12V supply to increase the voltage swing obtained at the non-inverting terminal as the resistance of the LDR is varied. This reduces the effects of noise and provides better accuracy. The 12V and 5V circuitry is isolated with the use of the relay. For the purpose of testing, the color strips as shown in figure 2 were developed and printed with the following specifications. Strip 1 (Blue) starts at R0 G0 B0 and ends at R0 G0 B255 where R is Red, G is Green and B is Blue. Strip 2 (Green) begins with R0 G0 B0 and ends with R0 G255 R0. Strip 3 (Red) starts with R0 G0 B0 and ends with R255 B0 G0. The final strip (White) begins with R0 G0 B0 and ends with R255 G255 B255. The length of each strip is 24cm. 105
  • 4. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME Fig. 3. Circuit Diagram of Test Circuit for Phototransistor The phototransistor is another device which is sensitive to light and can be used for the purpose of line following. The circuit for the same is as shown above. It is to be noted that to reduce the computation for the microcontroller or in the lack of an ADC a comparator may also be used like in the previous case. However, the threshold voltage has to be manually calculated and then the comparator has to be accordingly designed. The simplicity of the threshold resistance as depicted in the previous case is not present. V. TESTS AND RESULTS 5.1.Test 1 The sensor circuit shown above was developed for a 5mm red LED and the threshold resistance used was 470 (+100) ohm, by replacing R3 with a 470ohm resistor and RV1 is a 100ohm potentiometer. The forward voltage drop of the LED was found to be about 2.1V and the current through being about 17mA. The LDR used in this case is a small 5mm LDR with dark resistance of 1Mohm. This sensor was then assembled onto a bot ensuring the sensor height remains constant for all the readings taken. The sensor was placed to have a clearance distance of about 0.8cm from the ground. The strips which were developed were placed on the surface and the bot was programmed to keep moving straight along the direction of the strip till the threshold was crossed. The same was repeated 10 times to test the repeatability of the circuit and the distance travelled in each case was measured. The observations were as stated in Table 1. Strip Number Strip 1 (Blue) Strip 2 (Green) Strip 3 (Red) Strip 4 (White) TABLE I. READINGS OF TEST 1 Minimum Distance Maximum Distance Travelled Travelled 24cm 24cm Difference 0cm 24cm 24cm 0cm 15.7cm 17.0cm 1.3cm 12.7cm 13.9cm 1.2cm 106
  • 5. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME For the first two strips, the bot kept moving and did not stop till the end of the strip. For the third strip, the bot came to a halt in every case however the distance at which it did so varied by small amounts. The maximum and minimum values of the same were 17.0cm and 15.7cm which correspond to the colors R181 and R167 approximately. The corresponding readings for strip 4 are R148 G148 B148 and R135 G135 B135 approximately. As the first two strips are formed purely of green and blue components and do not possess any red component, the red light emitted by the LEDs is not reflected back at all. Thus there are no variations in the resistance of the LDR and the bot does not come to a halt till the end of the strip. The third and fourth strip contained components of red and thus the threshold was crossed as the bot moved towards the end with higher red component. The bot is expected to come to a halt at the same distance for both the strips since the red component for both strips is the same. However it is observed that such is not the case. This may be attributed to ambient light (generally white) present in the surrounding which would be reflected onto the sensor in higher amounts by the white strip than the red strip. Another possible factor is the inaccuracy in the printing of the strips. The resolution in each case however is approximately the same which is 13 to 14 shades. This may even be improved further by improving the shielding of ambient light and surrounding sensors and with the use of high precision operational amplifier and resistors. 5.2.Test 2 In this test, the comparator circuitry was removed and only the resistance of the LDR was measured at specific distances on the strips. This was performed for different sets of LEDs emitting different frequencies. The observations were as stated in Table 2. TABLE II. LED and Strip READINGS OF TEST 2 Resistance At (ohms) 23cm 18cm 12cm 6cm 1cm Red LED on Blue Strip 607 613 625 632 648 Red LED on Green Strip 605 608 619 624 647 Red LED on Red Strip 351 356 375 549 640 Red LED on White Strip 332 358 406 536 649 White LED on Blue Strip 18.1K 18.5K 18.7K 21.8K 23.1K White LED on Green Strip 18.1K 18.4K 18.7K 21.6K 23.1K White LED on Red Strip 17.9K 18.3K 18.9K 21.7K 23.2K White LED on White Strip 9.6K 10.8K 13.4K 17.2K 23.1K IR LED on Blue Strip 82.9K 86.4K 97.1K 128.8K 152.1K IR LED on Green Strip 83.4K 86.9K 98.6K 131.4K 150.9K IR LED on Red Strip 82.1K 84.3K 94.2K 126.3K 150.7K IR LED on White Strip 77.5K 82.6K 96.3K 125.3K 151.2K It is observed that the strips’ containing red components (white and red strips) reflect back more red light than the other two strips. Thus the resistance for those strips is lower towards the nonblack areas. When white light was used, the responses obtained for the first three strips were similar to each other. Although, the resistance obtained from the white strip was lower than the other 107
  • 6. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME strips as the white strip reflects back all the light falling onto it while the colored strips reflect only that respective color component from the white light. The same is also applicable for IR. However the LDR response for the IR frequency is much less sensitive as depicted from the readings. This concept can also be used for the detection of colors in the following manner. Expose a completely white surface and obtain the reading of the LDR when it is exposed to red, green and blue light sequentially. Repeat the same process for a black surface. The readings obtained would be mapped to the 8bit color range i.e. 0 to 255. Now when any surface is brought next to the device, the corresponding readings on the LDR for each component of white light can be used to determine the shade of the surface next to it. However, one should bear in mind that for efficient functioning, all the surfaces to be tested have to at approximately equal distance from the LDR. 5.3. Test 3 This test utilizes a phototransistor as the receiver instead of the LDR. The circuit shown in figure 3 was developed for the LEDs being red and IR. The output from the circuit was provided to the 10bit ADC of a microcontroller and it was programmed to take the digital inputs continuously, 10 times every second, for 10 seconds while the sensor was placed either on a white or a black surface. The maximum and minimum values from the total recorded values were noted and are as shown in Table 3. The value of R1 in the circuit shown in figure 3 can be adjusted to provide higher resolution to the changes in current between the black level and white level. In this experiment, the value of R1 was chosen as 680K for the test with red LEDs and 1K for the test with IR LEDs. LED Color Red IR TABLE III. READINGS OF TEST 3 Maximum Minimum Maximum value on white value on white value on black surface surface surface 551 477 943 687 685 948 Minimum value on black surface 903 948 It can be seen that there is a clear distinction between the white and black levels in both the cases. For both cases a threshold of about 700 can be used to distinguish between the two. Also one may choose the value of R1 as required, to provide a greater difference between the white and black levels. But it can also be observed that the value of R1 required for red light is very high which is due to the low sensitivity of the phototransistor towards the red light. Also this causes the values obtained to possess lots of variations and not remain stable. VI. ADVANTAGES AND DISADVANTAGES The LDRs have a rise time typically around 5ms to 100ms and a fall time typically about 1ms to 50ms which make the LDR a slow device. If the application requires high speed operation, then the LDR fails to provide a reliable output. This is the major disadvantage of the same. Some other minor disadvantages are that its performance is affected by ambient light and also by the distance of the reflecting surface from it. The phototransistor however can work at high speeds and provide a reliable output at the same time. However, if a high resolution if expected from the phototransistor the speed of the ADC should be taken into account. On the other hand, the phototransistor has the disadvantage of being less sensitive to the visible spectrum than the LDR and thus cannot be used for line following when the line or the background happen to be colored (different from black and white). Another disadvantage is that the phototransistor has lower range than the LDR and thus the position of the sensor has to be closer to the ground for accurate responses. It does however possess a greater sensitivity for the IR frequency 108
  • 7. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 6, November - December (2013), © IAEME than the LDR. Although the problem of ambient light interfering with its performance is much lower for the phototransistor, coded or modulated signals of a specific frequency can be provided to the LED and the controller can be programmed to determine the response of that particular frequency only, to further reduce the effect of ambient light. VII. DESIGN STEPS To design a line follower therefore, one should firstly determine whether the application requires a LDR or a phototransistor based on the points discussed above. If one proceeds to use an LDR, he should determine the threshold resistance by testing the value of the resistance on and off the line and design the circuit and also the right frequency/color. For example, a white line placed on a blue background maybe easily distinguished by the response of the LDR under red light. In the case of the phototransistor, one may choose to place a potentiometer in place of R1 to determine the value at which optimum resolution is obtained. VIII. CONCLUSION The design of a line follower can be easily achieved using the proposed designs which are inexpensive and easy to implement. For all line specifications, this paper provides a design technique to implement the line follower with ease. IX. REFERENCES [1] A. H. Ismail, H. R. Ramli, M. H. Ahmad, M. H. Marhaban, “Vision-based System for Line Following Mobile Robot”, 2009 IEEE Symposium on Industrial Electronics and Applications (ISIEA 2009), October 4-6, 2009, Kuala Lumpur, Malaysia. [2] Mehran Pakdaman, M. Mehdi Sanaatiyan, Mehdi Rezaei Ghahroudi, “A Line Follower Robot from Design to Implementation: Technical Issues nd Problems”, The 2nd International Conference on Computer and Automation Engineering (ICCAE) 2010, Volume:1, February 2010. [3] Seyed Ehsan Marjani Bajestani, Arsham Vosoughinia, “Technical Report of Building a Line Follower Robot”, 2010 International Conference on Electronics and Information Engineering (ICEIE 2010). [4] Suhas Divakar, “Multi-Colored Line Following and Obstacle Avoiding Helicopter”, 3rd International Conference on Electronics Computer Technology (ICECT), 2011 (Volume: 4). [5] Yichao Li, Xiaoling Wu, Dongik Shin, Weijun Wang, Jianing Bai, Qing He, Fei Luo, Weimin Zheng, “An Improved Line Following Optimization Algorithm for Mobile Robot”, 7th International Conference on Computing and Convergence Technology (ICCCT), 2012. [6] Shruthi Sujendra, Sree Ranjani N Y, “Embedded Microcontroller Based Autonomous Photovore Robot With Obstacle Avoidance”, International Journal of Engineering Research & Technology (IJERT), Vol. 2 Issue 6, June – 2013. [7] Ilknur Colak, Deniz Yıldırım, “Evolving a Line Following Robot to Use in Shopping Centers for Entertainment”, 35th Annual Conference of IEEE Industrial Electronics, 2009. IECON '09. [8] Kanwaljeet Singh, Mandeep Singh, Neena Gupta, “Design and Implementation of Cell-Phone Detection based Line Follower Robot”, International Journal of Electronics and Computer Science Engineering (IJECSE), Volume 1, Issue 3, 2012. [9] Román Osorio C., José A. Romero, Mario Peña C., Ismael López-Juárez, “Intelligent Line Follower Mini-Robot System”, International Journal of Computers, Communications & Control, Vol. I (2006), No. 2, pp. 73-83. 109