Study and Design of Bus Navigation System for Blind Akash Bharadwaj B R *1, Aditya Gaurav *2, Nikhil Selarka *3

Size: px
Start display at page:

Download "Study and Design of Bus Navigation System for Blind Akash Bharadwaj B R *1, Aditya Gaurav *2, Nikhil Selarka *3"

Transcription

1 Study and Design of Bus Navigation System for Blind Akash Bharadwaj B R *1, Aditya Gaurav *2, Nikhil Selarka *3 *1,*2,*3 Software Engineering Analyst, Accenture PLC Bangalore, Karnataka, India Abstract The goal of the proposed project is to design a system which is useful for visually impaired people to make them become more independent in tackling mundane tasks. The proposed system uses a transport unit using wireless sensor networks (WSNs) and a wearable assistive smart and intelligent system using flex sensor, which could be the replacement of the blind stick as the real time current location is provided through speaker/headphone using GPS to reduce passengers tardiness and offer easy navigation around the city. The blind system contains a Zig Bee unit which is recognized by the Zig Bee unit in the bus. Upon the connection established by the Zig Bees, buzzers in both the blind and bus units ring. This helps in boarding the bus. To alight from the bus, destination is tracked using GPS unit in blind system with the movement of flex sensor placed on his finger and voice system informs him to get off the bus. The blind system is equipped with an ultrasonic sensor to assist him by providing with information about the approaching obstacle. Keywords: FLEX SENSOR, GPS, ADC, APR9600 and MICROCONTROLLER 8051, ARM, ZigBee I. INTRODUCTION The smart bus system is an intelligent wireless busstation interactive system with the integration of wireless techniques like Zigbee. It consists of two independent interactive systems using WSN as Zigbee : Blind unit system and bus unit system. The proposed project represents the design of a system to help senior citizen people easily identify the bus routes and illiterate people to find out the bus routes. The proposed smart bus transport system using wireless network sensor like ZigBee uses an accurate transit data of bus route comprising of bus stops stored in bus unit to compare with the destination name fed into blind unit whose output response is given as an announcement through speaker either to board or wait for next bus. This system reduces passengers tardiness and offer easy navigation around the city. In addition to the bus navigation system, blind unit is designed to assist him to reach from one place to another safely. Blind unit comprises GPS, MAX232, Zig Bee, ADC, flex sensors, speaker, APR9600, ultrasonic sensor and ARM processor while bus unit consists of zig Bee, buzzer and microcontroller. The exact position, orientation and coordinates of any place on the globe will be known to blind using GPS receiver module. GPS technology is very reliable to use as satellite access or link is available throughout the globe. GPS can only give idea of the current location of the place but obstacles /hindrance present in the path can be found out using ultrasonic sensor which improves the resolution and proximity detection to avoid collision. [13] Ultrasonic sensor uses ultrasound which is noise resistant. It can be used to find out range of the obstacle present in the path away from the blind. Being cost effective, least affected by target materials, surfaces and colour and being small and compact compared to conventional sensors, makes it useful. [13] Flex sensors are placed on the glove which is worn by the blind person, so that he can get real time assistance by bending his fingers in different modes which results in stable, reliable, compact and efficient system as compared to conventional navigation systems of blind walking cane stick. When bus approaches the person blind within distance of 100m, ZigBee (bus unit) is connected with ZigBee (blind unit) and 2 way communications is established. Buzzer (bus unit) is on to indicate the arrival of bus to blind person and help driver to know the presence of blind person at the bus stop. Blind speaks the destination to where he wants to go to the microphone present in the blind unit. This is recognized through speech recognition kit in the blind unit. Then the ARM processor analyzes the input and name of the destination is sent to the bus parked in front of the blind through ZigBee in the bus unit. If both the names, i.e., destination and the route stop stored in the bus unit matches, then an announcement is made through speaker in the blind unit to board the bus or wait for next bus. The destination is monitored using GPS unit with help of flex sensor and voice system informs him to get off the bus. II. DESIGN AND IMPLEMENTATION The blind system consists of ZigBee, Buzzer, ultrasonic sensor, GPS, APR9600 and Voice recognition kit, speaker and microphone interfaced with the ARMLPC2148 which is the responsible for performing all operations while bus unit consists of ISSN: Page 123

2 ZigBee interfaced with microcontroller 8051 along with a buzzer. The hardware implementation of bus unit is shown in the figure 1. A. Components of bus unit 1) 8051 microcontroller This is the central hub controlling the whole and sole functionality of the components interfaced with it. It controls the serial communication through UART between ZigBee present at both sides of blind unit and bus unit. It transmits data through ZigBee interfaced with it to the ZigBee on the blind side and at the same time receives data to establish serial communication. It contains SBUF register to hold data. The special function register SBUF is physically two registers. One is,write only and is used to hold data to be transmitted out of the 8051 via TXD. TI is set to 1 when data has been transmitted.this signifies that SBUF is empty so that another byte can be sent.the other is, read only and holds the received data from external sources via RXD.Receive interrupt flag,ri,is set after data has been received in all modes. The data gets stored in SBUF registered from where it can be read.both mutually exclusive registers have the same address 099H.A buzzer is on to output intimate buzzing sound if it receives a particular data sent from ARM processor on the blind unit side and vice versa happens on the other side of blind unit. 2) ZigBee Zigbee is interfaced with 8051 microcontroller acts as wireless network sensor to communicate with other Zigbee node present within a range of 100m at blind unit.zigbee starts two way communication once they are in communicable range. The ZigBee modules work at the 2.4 GHz frequency which means smaller board and antenna size. Zigbee modules have the ability to transmit Digital, PWM, Analog or Serial RS232 signals wirelessly. To communicate over UART or USART, we just need three basic signals which are namely, RXD (receive), TXD (transmit), GND (common ground). So to interface UART with 8051, we just need the basic signals. 3) Buzzer Buzzer is an electronic device that converts the electronic signal into buzzing noise that is applied to it. The port P1 of the microcontroller is connected to buzzer. This type of connection is possible, if the current requirement of the buzzer is not more than 20mA. The output is in current source mode so that buzzer will turn ON when the output of the port is logic LOW. Switch is connected to port P3 which remains at logic HIGH by pull up resistor. Fig. 1. Functional block diagram of bus unit. The blind unit is a unit carried by the blind person is shown in figure 2, GPS, MAX232, Zig Bee, ADC, flex sensors, speaker, APR9600, ultrasonic sensor, Voice recognition kit, speaker and microphone interfaced with the ARMLPC2148. GPS receiver Power Supply (battery) Max 232 Obstacle Detector Voice Recognition Fig. 2. Block diagram of blind unit B. Components of Blind Unit 1) ARMLPC2148 Micro Controller 8051 APR9600 Speaker ADC Flex Sensor LCD ZigBee It has two UARTs for two Serial Communication ports. Serial Communication: UART0 ZigBee interfaced with ARM at blind unit,start communicating with ZigBee interfaced with microcontroller 8051 at bus unit. Serial Communication: UART1 Voice recognition Kit interfaced with ARM processor. Using this Serial Communication for recording and importing speech. This is the central hub controlling the whole and sole functionality of the components interfaced with it. It transmits data through Zigbee interfaced with it to the ZigBee on the bus side and at the same time receives data to establish serial communication. It contains U0RBR (read buffer register) and U0THR (transmit holding register) as two different register for transmission and reception of data. There is U0LSR(line status register) which has bit5 as THRE (transmitter holding register empty) and it is checked ISSN: Page 124

3 for 1 indicating U0THR is empty to write a character to serial port while bit 0 is DR(data ready) and it is checked for 1 indicating U0RBR is containing valid data to read a character from serial port. A buzzer is on to output intimate buzzing sound if it receives a particular data sent from ARM processor on the blind unit side and vice versa happens on the other side of bus unit. 2) Flex Sensor Flex sensors are the devices which work on the principle of the change of resistance. The resistance of the flex sensor changes with the change in angle of the bending. The output voltage provided by the flex sensor depends on the change of resistance within the flex sensors. The GPS is controlled by the flex sensor which on bending provides the current location of the blind. 3) Analog To Digital Converter (ADC) Analog to digital convertor is used to convert the analog values of the flex sensor voltage output and convert it to digital values based on sampling and quantization process. 4) Global Positioning System (GPS) GPS is used for the detection of the present location of the blind. This is achieved by interfacing the GPS with microcontroller. The microcontroller after the reception of data from GPS provides the current location of the person through speaker when flex sensor is twisted. 5) Max 232 And Obstacle Detector Ultrasonic sensors are used to detect the approaching obstacle. This is achieved by interfacing the ultrasonic sensor with max 232 which provides TTL output. Microcontroller is compatible with the TTL logic and output of the MAX 232 is fed as the input of the microcontroller. The ultrasonic sensors work on the property of sending and receiving the ultrasonic waves. The ultrasonic waves are sent by the sensor and then the waves are reflected by the obstacle and upon receiving the waves the distance is calculated using the total time and the velocity of the waves. The ultrasonic sensor works at 42 khz frequency. 6) APR9600 And Speaker APR9600 device offers true single-chip voice recording, non-volatile storage and playback capability for 40 to 60 seconds. The voice synthesizer is used to generate speech signal output of current location and obstacle, if present, which is in the form of announcement through speaker. 7) LCD LCD is used as a reference to check the working of the proposed system. LCD shows the response for obstacle detection and the reading of latitude and longitude of the place where the person is standing or walking. 8) Voice Recogination Kit Voice recognition kit is attached with mono-channel high quality microphone to make the system speaker independent. Serial communication( using UART 1) is used to record the voices like recording of first voice of group one by sending command in hex format as 0xaa (head) + 0x11 (key) from ARMLPC2148 and response is given from kit,say, 0xcc meaning successful operation in compact mode. Again, serial communication is used to import voices like importing first voice of first group,.i.e., group 1 and be ready for voice instruction by sending command in hex format as 0xaa (head) + 0x21 (key) from ARMLPC2148 and response is given from kit,say, 0xe1 meaning failed importing in compact mode. 9) ZigBee Zigbee is interfaced with ARM processor acts as wireless network sensor to communicate with other Zigbee node present within a range of 100m at blind unit. Zigbee starts two way communications once they are in communicable range.the ZigBee modules work at the 2.4 GHz frequency which means smaller board and antenna size. Zigbee modules have the ability to transmit Digital, PWM, Analog or Serial RS232 signals wirelessly. To communicate over UART or USART, we just need three basic signals which are namely, RXD (receive), TXD (transmit), GND (common ground). So to interface UART with LPC2148, we just need the basic signals. III. operation. FLOWCHART OF THE PROPOSED MODEL Start if (distance b/w bus and blind < =100 m )? Yes ZigBee (bus unit) connected With ZigBee (blind unit) Buzzer is on to indicate the arrival of bus to the bus stop. Blind gives input (destination name) to voice recognition system through microphone and o/p of voice recognition system is transmitted to ARM and then it is fed to ZigBee transceiver (blind unit). Destination name is transmitted to ARM (bus unit) through ZigBee (bus unit) and comparison is done with the bus route. ISSN: Page 125

4 ZigBee(bus unit) sends message to ZigBee (blind unit) about the mismatch condition & headphone /speaker deliver information like "wait for another bus". These information is stored in APR 9600 which is connected to speaker /headphone. If( destination name = = name within bus route of a bus) Yes ZigBee(bus unit) sends message to ZigBee (blind unit) about the match condition & headphone /speaker deliver information like "board bus". These information is stored in APR 9600 which is connected to speaker /headphone. The results confirmed the usefulness by providing real time assistance and support of the system in reducing the access time required by the blind people to reach different locations. The proposed system is designed and configured for practical use. The system is efficient and unique in its capability. The Step by step results is as follows: A. Boarding the bus. 1) Serial Communication: UART0 Zigbee interfaced with ARM at blind unit start communicating with Zigbee interfaced with microcontroller 8051 at bus unit. LCD initialization: RVCE as shown in figure 4. Destination Reached?? Yes announcement. Headphone /speaker deliver information like "get down". END Fig. 4. LCD showing RVCE. Fig. 3. IV. Flowchart of Proposed Model. RESULTS AND INFERENCE The proposed smart bus transport system using wireless network sensor like ZigBee uses an accurate transit data of bus route.the blind upon reaching the bus station can find the buses that pass through a particular location with the help of voice recognition system and voice synthesizer. When the bus approaches the bus station, there is an indication in the bus by the beep sound of a buzzer that there is a blind person available in the bus station and vice versa happens at blind side. This is achieved with the help of ZigBee unit both in the bus unit and blind unit. Finally when the bus reaches, blind unit uses an accurate transit data of bus route comprising of prominent bus stops stored in bus unit to compare with the destination name fed into blind unit whose output response is given as an announcement through speaker either to valid station meaning to board or invalid station meaning wait for next bus is a system to reduce passengers tardiness and offer easy navigation around the city especially to blind and senior citizens. The wearable assistive smart and intelligent system based on flex sensor is developed to assist visually impaired people. The system is able to handle navigation problems, for e.g., going to unknown places and to detect obstacle present in the pathway. 2) Sending data from zigbee bus to zigbee of blind unit whose ARM U0RBR catches and if data sent is same as data received then audio is played on towards blind side as well as BUS ARRIVED is displayed on LCD for our reference as shown in figure 5. Similarly, data from blind side is transmitted and once it is received on bus side, buzzer is switched on towards bus unit. Fig. 5. LCD showing BUS ARRIVED. 3) Serial Communication: UART1 Voice recognition Kit interfaced with ARM processor.using this Serial Communication for recording during training phase and importing speech during testing phase as shown in figure 6. ISSN: Page 126

5 Fig. 9. Importing speech. Fig. 6. Importing speech. 4) Response is sent from bus to blind unit in form Y if code sent from blind unit matches with the bus stop code stored in bus unit else response is N. For Response Y, audio is played as valid station for blind to board the bus and LCD showing VALID STATION for our reference as shown in figure 7. 3) Speak destination name like location 1, location 2 etc. and if this is identified with already stored speech, then corresponding location is displayed in LCD for our reference as shown in figure 10. Fig. 10. Location 3 is displayed. Fig. 7. LCD showing VALID STATION. B. Finding the destination of the bus. 1) Serial Communication: UART0 Zigbee interfaced with ARM at blind unit,start communicating with Zigbee interfaced with microcontroller 8051 at bus unit. LCD initialization: RVCE as shown in figure 8. 4) If both the location spoken by blind in microphone and that checked when IR sensor obstructed matches, then corresponding Audio is played as location 1or location 2 or location 3 or location 4 whichever matches as shown in figure 11. Fig. 8. LCD showing RVCE. 2) Serial Communication: UART1-Voice recognition Kit interfaced with ARM processor. Using this Serial Communications for recording during training phase and importing speech during testing phase as shown in figure 9. Fig. 11. Audio 3 is played corresponding to Location 3. In addition to bus navigation system, blind unit act as wearable assistive smart and intelligent system based on flex sensor developed to assist visually impaired people. The system is able to handle navigation problems, for e.g., going to unknown places and to detect obstacle present in the pathway. C. To find the desired location 1) Hardware Initializing: When the hardware kit is supplied power through battery then LCD shows the output waiting for response during its initial stages which signifies that the device is initialized as shown in figure 12. ISSN: Page 127

6 Fig. 12. LCD Initialization. 2) LCD Showing the Response for Obstacle Detection: The figure 13 displays the output given by the ultrasonic sensor. The ultrasonic sensor produces the output on the basis of the range. When the obstacle is within a distance of 50 inches from the blind person, the LCD gives the output object is nearer with its range in inches displayed in the first row of LCD as shown in figure 13. intelligent system that aims at improving the public transportation service so as to meet the needs of blind passengers. The smart bus system is an intelligent wireless bus-station interactive system with the integration of wireless techniques like Zigbee. It consists of two independent interactive systems using WSN as Zigbee: Blind unit system and bus unit system. The proposed project represents the design of a system to help senior citizen people easily identify the bus routes and illiterate people to find out the bus routes. The system is designed in such a way that depending on the satellite information of location the predefined location name will be announced and using the ultrasonic sensor the approaching obstacles will be informed to the visually impaired which makes the overall system smart and unique in its capabilities helping the blind to travel around. The proposed project resulted in designing a system which is useful for visually impaired people to make them independent and also to lead their life with lesser support from others as shown in figure 15 (Bus Unit) and figure 16 (Blind unit). Fig. 13. Ultrasonic Detector Output 3) LCD Showing the Latitude and Longitude for Different Locations: The LCD shows the reading of latitude and longitude of the place where the person is standing or walking as shown in figure 14. Fig. 15. Interfacing of microcontroller and ZigBee with buzzer (Bus Unit). Fig. 14. latitude and longitude of telecommunication department, R.V.C.E 4) Output from Speaker: Speaker gives the output of voices recorded on APR9600 speech unit for corresponding latitude and longitude of the place. V. CONCLUSION The urban public transportation systems are usually not appropriate for senior citizens and blind passengers. The proposed project introduces Fig. 16. Components used in blind unit. Fig. 17. ISSN: Page 128

7 VI. FUTURE SCOPE The future scope of the proposed project is to build a system where a transit web service can be used as a hub to connect buses, bus stops, and smartphones having apps for blind people users also. Buses will send GPS coordinates to the web service in to update bus schedules and the web service will make this information available at bus stops and Smartphones via 3G networks. To request a pick-up, a user standing at a bus stop should send a request to the web service, web service configures which bus to forward the request by using the transit database, forwards the request to the bus, and finally, bus will respond to user via the web service. When the bus arrives, the driver will stop the bus at the bus stop, and will announce the bus number using a microphone or some other voice system so that the blind person know if it is the right bus to board. The interfacing of Transit web service with bus stop, bus and Smartphone is shown in figure 17., International Journal of Engineering and Technology,Vol 3, Issue 2,pp.l [6] Ando. B, An Environmental Sensor Providing Home Light Classification to Blind People, Instrumentation and Measurement Technology Conference, IMTC Proceedings of the IEEE, ISBN: , Mon Mar 13 00:00:00 EST [7] Bouhamed S. A., Eleuch J. F., Kallel I. K. and Masmoudi D. S., New electronic cane for visually impaired people for obstacle detection and recognition, 2012 IEEE International Conference on Vehicular Electronics and Safety (ICVS), ISBN: , Mon Sep 03 00:00:00 EDT [8] Saaid, M.F., Ismail, I., or, M.Z.H., Radio Frequency Identification Walking Stick (RFIWS): A device for the blind, Signal Processing & Its Applications, CSPA th International Colloquium on , Fri Jun 05 00:00:00 EDT [9] Rahiman, M.H.F.; Rahim, R.A.; Rahim, H.A.; Ayob, N.M.N. "vel Adjacent Criterion Method for Improving Ultrasonic Imaging Spatial Resolution", Sensors Journal, IEEE, On page(s): Volume: 12, Issue: 6, June [10] Chih-Lyang Hwang; Ying-Jer Chou; Chien-Wu Lan "Comparisons Between Two Visual Navigation Strategies for Kicking to Virtual Target Point of Humanoid Robots", Instrumentation and Measurement, IEEE Transactions on, On page(s): Volume: 62, Issue: 11, v [11] Mercado, D.A.; Flores, G.; Castillo, P.; Escareno, J.; Lozano, R. "GPS/INS/optic flow data fusion for position and Velocity estimation", Unmanned Aircraft Systems (ICUAS), 2013 International Conference on, on page(s): [12] Ganz A.; Schafer, J.; Puleo, E.; Wilson, C.;Robertson, M."Quantitative and qualitative evaluation of PERCEPT indoor navigation system for visually impaired users", Engineering in Medicine and Biology Society (EMBC), 2012 Annual International Conference of the IEEE, On Page(s): [13] Nagamani K., Aditya Gaurav, Yatindra Mishra, Satwik Kashyap. "Voice Based Electronic Travelling Aid Using Flex Sensor for Blind People", International Journal of Engineering Trends and Technology (IJETT), V9(8), March ISSN: Fig. 18. Interfacing of Transit web service with bus stop, bus and Smartphone. REFERENCES [1] Baudoin G., Sayah. J., Venard O. and EI Hassan B.(2005), Simulation using OMNet++ of the RAMPE system and Interactive Auditive Machine helping blinds in Public Transports, EUROCON, Belgrade, pp.1-5. [2] Bolivar Torres, Qing Pang, (2010), Integration of an RFID reader to a Wireless sensor network and its use to Identify an individual carrying RFID tag, International Journal of ad hoc. sensor & ubiquitous computing,vol, no.4,pp [3] Herve Guyennet, Kamal Beydoun and Violeta Felea,( 2011), Wireless sensor network system helping navigation of the visually impaired, IEEE international conference on Information and Communication Technologies: from Theory to Applications, version 1, pp [4] Oyarzun, C.A and Sanchez, J.H. (2008), Mobile audio assistance in bus transportation for the blind, Department of Computer Science, University of Chile, pp [5] Ravi Mishra and Sornnath Koley, (2012), Voice Operated Outdoor Navigation System For Visually Impaired Persons ISSN: Page 129

Passenger BUS Alert System for Easy Navigation of Blind

Passenger BUS Alert System for Easy Navigation of Blind Passenger BUS Alert System for Easy Navigation of Blind G.Lavanya ME., Assistant Professor, Department of Biomedical Engineering, Sri Ramakrishna Engineering College, Coimbatore Email id:lavanyagangadharan@gmail.com.

More information

Smart Navigation System for Visually Impaired Person

Smart Navigation System for Visually Impaired Person Smart Navigation System for Visually Impaired Person Rupa N. Digole 1, Prof. S. M. Kulkarni 2 ME Student, Department of VLSI & Embedded, MITCOE, Pune, India 1 Assistant Professor, Department of E&TC, MITCOE,

More information

[Bhoge* et al., 5.(6): June, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116

[Bhoge* et al., 5.(6): June, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY REVIEW ON GPS NAVIGATION SYSTEM FOR BLIND PEOPLE Vidya Bhoge *, S.Y.Chinchulikar * PG Student, E&TC Department, Shreeyash College

More information

International Journal OF Engineering Sciences & Management Research

International Journal OF Engineering Sciences & Management Research EMBEDDED MICROCONTROLLER BASED REAL TIME SUPPORT FOR DISABLED PEOPLE USING GPS Ravi Sankar T *, Ashok Kumar K M.Tech, Dr.M.Narsing Yadav M.S.,Ph.D(U.S.A) * Department of Electronics and Computer Engineering,

More information

3D ULTRASONIC STICK FOR BLIND

3D ULTRASONIC STICK FOR BLIND 3D ULTRASONIC STICK FOR BLIND Osama Bader AL-Barrm Department of Electronics and Computer Engineering Caledonian College of Engineering, Muscat, Sultanate of Oman Email: Osama09232@cceoman.net Abstract.

More information

Hardware Based Traffic System for Visually Impaired Persons with Voice Guidance

Hardware Based Traffic System for Visually Impaired Persons with Voice Guidance Hardware Based Traffic System for Visually Impaired Persons with Voice Guidance Saurabh Mittal 1, M. Meenalakshmi 2, Kirti Garg 3, Amlan Basu 4 1,3,4 Research Scholar (M.Tech), Department of Electronics

More information

SMART ELECTRONIC GADGET FOR VISUALLY IMPAIRED PEOPLE

SMART ELECTRONIC GADGET FOR VISUALLY IMPAIRED PEOPLE ISSN: 0976-2876 (Print) ISSN: 2250-0138 (Online) SMART ELECTRONIC GADGET FOR VISUALLY IMPAIRED PEOPLE L. SAROJINI a1, I. ANBURAJ b, R. ARAVIND c, M. KARTHIKEYAN d AND K. GAYATHRI e a Assistant professor,

More information

Soldier Tracking and Health Indication System Using ARM7 LPC-2148

Soldier Tracking and Health Indication System Using ARM7 LPC-2148 Soldier Tracking and Health Indication System Using ARM7 LPC-2148 Shraddha Mahale, Ekta Bari, Kajal Jha Mechanism under Guidance of Prof. Elahi Shaikh (HOD) Electronics Engineering, Mumbai University Email:

More information

Design and Development of Blind Navigation System using GSM and RFID Technology

Design and Development of Blind Navigation System using GSM and RFID Technology Indian Journal of Science and Technology, Vol 9(2), DOI: 10.17485/ijst/2016/v9i2/85809, January 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Design and Development of Blind Navigation System

More information

AN UNIQUE METHODOLOGY ENABLING BUS BOARD NAVIGATING SYSTEM USING WSN

AN UNIQUE METHODOLOGY ENABLING BUS BOARD NAVIGATING SYSTEM USING WSN AN UNIQUE METHODOLOGY ENABLING BUS BOARD NAVIGATING SYSTEM USING WSN Ms.R.Madhumitha [1], N.Nandhini [2], R.Rajalakshmi [3], K.Raja Rajeswari [4]. [1] UG Student, Department of ECE,Panimalar Engineering

More information

Azaad Kumar Bahadur 1, Nishant Tripathi 2

Azaad Kumar Bahadur 1, Nishant Tripathi 2 e-issn 2455 1392 Volume 2 Issue 8, August 2016 pp. 29 35 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com Design of Smart Voice Guiding and Location Indicator System for Visually Impaired

More information

International Journal of Computer Engineering and Applications, Volume XII, Special Issue, March 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Special Issue, March 18,   ISSN ABSTRACT: Utkarsha Patole, Priya Dahale, Apurva Gosavi Department of electronics and telecommunication engineering Some technology plays a vital role in everyone s life, but some technology has few de-merits,

More information

ARTIFICIAL ROBOT NAVIGATION BASED ON GESTURE AND SPEECH RECOGNITION

ARTIFICIAL ROBOT NAVIGATION BASED ON GESTURE AND SPEECH RECOGNITION ARTIFICIAL ROBOT NAVIGATION BASED ON GESTURE AND SPEECH RECOGNITION ABSTRACT *Miss. Kadam Vaishnavi Chandrakumar, ** Prof. Hatte Jyoti Subhash *Research Student, M.S.B.Engineering College, Latur, India

More information

Robot Navigation System with RFID and Ultrasonic Sensors A.Seshanka Venkatesh 1, K.Vamsi Krishna 2, N.K.R.Swamy 3, P.Simhachalam 4

Robot Navigation System with RFID and Ultrasonic Sensors A.Seshanka Venkatesh 1, K.Vamsi Krishna 2, N.K.R.Swamy 3, P.Simhachalam 4 Robot Navigation System with RFID and Ultrasonic Sensors A.Seshanka Venkatesh 1, K.Vamsi Krishna 2, N.K.R.Swamy 3, P.Simhachalam 4 B.Tech., Student, Dept. Of EEE, Pragati Engineering College,Surampalem,

More information

Automated Mobility and Orientation System for Blind

Automated Mobility and Orientation System for Blind Automated Mobility and Orientation System for Blind Shradha Andhare 1, Amar Pise 2, Shubham Gopanpale 3 Hanmant Kamble 4 Dept. of E&TC Engineering, D.Y.P.I.E.T. College, Maharashtra, India. ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

Automatic Docking System with Recharging and Battery Replacement for Surveillance Robot

Automatic Docking System with Recharging and Battery Replacement for Surveillance Robot International Journal of Electronics and Computer Science Engineering 1148 Available Online at www.ijecse.org ISSN- 2277-1956 Automatic Docking System with Recharging and Battery Replacement for Surveillance

More information

RFID- GSM- GPS Imparted School Bus Transportation Management System

RFID- GSM- GPS Imparted School Bus Transportation Management System International Journal of Research Studies in Science, Engineering and Technology Volume 3, Issue 8, August 2016, PP 12-16 ISSN 2349-4751 (Print) & ISSN 2349-476X (Online) RFID- GSM- GPS Imparted School

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.14 International Journal of Advance Engineering and Research Development Volume 3, Issue 3, March -2016 DIGITAL FUEL INDICATOR Ashish S. Dain 1, Akshay U.

More information

Design of an Intelligent Electric Vehicle for Blind

Design of an Intelligent Electric Vehicle for Blind Design of an Intelligent Electric Vehicle for Blind M. Prathusha, M.Tech Student, Department of ECE, KITS for women s, Kodada, T.S, India ABSTRACT: Currently, blind people use a traditional cane as a tool

More information

Smart Blind Help ABSTRACT I. INTRODUCTION II. LITERATURE SURVEY

Smart Blind Help ABSTRACT I. INTRODUCTION II. LITERATURE SURVEY International Journal of Scientific Research in Computer Science, Engineering and Information Technology Smart Blind Help 2018 IJSRCSEIT Volume 3 Issue 3 ISSN : 2456-3307 Rohan Parte, Omkar Ghenand, Akshay

More information

Intelligent Tactical Robotics

Intelligent Tactical Robotics Intelligent Tactical Robotics Samana Jafri 1,Abbas Zair Naqvi 2, Manish Singh 3, Akhilesh Thorat 4 1 Dept. Of Electronics and telecommunication, M.H. Saboo Siddik College Of Engineering, Mumbai University

More information

Virtual Eye for Blind People

Virtual Eye for Blind People Virtual Eye for Blind People Ms.Harshali Kumbhar 1, Ms.Nandini S. Mule 2, Ms. Shamal Gaikwad 3, Mrs. Shweta Suryawanshi 4 1,2,3 Student, 4 Asst. Prof., E&TC Dept., DYPIEMR, Akurdi, Pune(India) ABSTRACT

More information

Intelligent Bus Tracking and Implementation in FPGA

Intelligent Bus Tracking and Implementation in FPGA Intelligent Bus Tracking and Implementation in FPGA D.Gowtham 1,M.Deepan 1,N.Mohamad Arsathdeen 1,N.Mithun Mano Ranjith 1,Mrs.A.K.Kavitha 2 1.B.E(student) Final year, Electronics and Communication Engineering

More information

Safety guard for blind

Safety guard for blind Safety guard for blind Miss. Priyanka D.Yadav, Assistant Professor, Department of Electronics and Telecommunication, Dr.Daulatrao Aher college of engineering, Karad Dist-Satara: Maharashtra, India Miss.

More information

The Smart Guide Cane an Enhanced Walking Cane for Assisting the Visually Challenged for Indoor

The Smart Guide Cane an Enhanced Walking Cane for Assisting the Visually Challenged for Indoor The Smart Guide Cane an Enhanced Walking Cane for Assisting the Visually Challenged for Indoor Pallavi B. Thawakar 1 Dr. N. N. Mhala 2 M. Tech, Department of Electronics, BDCE, Sewagram, India Prof. Department

More information

International Journal of Advance Engineering and Research Development ADVANCED NAVIGATOR AND MONITORING SYSTEM FOR FISHERMAN

International Journal of Advance Engineering and Research Development ADVANCED NAVIGATOR AND MONITORING SYSTEM FOR FISHERMAN Scientific Journal of Impact Factor(SJIF): 3.134 International Journal of Advance Engineering and Research Development Volume 3,Issue 3, March -2016 e-issn(o): 2348-4470 p-issn(p): 2348-6406 ADVANCED NAVIGATOR

More information

LITERATURE REVIEW & ANALYSIS OF WIRELESS ENERGY METER

LITERATURE REVIEW & ANALYSIS OF WIRELESS ENERGY METER LITERATURE REVIEW & ANALYSIS OF WIRELESS ENERGY METER Saurabh S. Karmakar 1, Shubham V. Gedam 2, Harshal W. Nagpure 3, Amit Yadav 4, Ganesh S. Thote 5 UG Student, Department of Electrical Engineering,

More information

Simulation Of Radar With Ultrasonic Sensors

Simulation Of Radar With Ultrasonic Sensors Simulation Of Radar With Ultrasonic Sensors Mr.R.S.AGARWAL Associate Professor Dept. Of Electronics & Ms.V.THIRUMALA Btech Final Year Student Dept. Of Electronics & Mr.D.VINOD KUMAR B.Tech Final Year Student

More information

HUMAN BODY MONITORING SYSTEM USING WSN WITH GSM AND GPS

HUMAN BODY MONITORING SYSTEM USING WSN WITH GSM AND GPS HUMAN BODY MONITORING SYSTEM USING WSN WITH GSM AND GPS Mr. Sunil L. Rahane Department of E & TC Amrutvahini College of Engineering Sangmaner, India Prof. Ramesh S. Pawase Department of E & TC Amrutvahini

More information

GPS-GSM BASED TRACKING SYSTEM FOR SPECIAL USER GROUPS

GPS-GSM BASED TRACKING SYSTEM FOR SPECIAL USER GROUPS GPS-GSM BASED TRACKING SYSTEM FOR SPECIAL USER GROUPS P.SWAPNA Pg scholar -computer science engineering department K.L.N.College of Engineering,Sivagangai-630612,Tamilnadu, India ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

Concept of the application supporting blind and visually impaired people in public transport

Concept of the application supporting blind and visually impaired people in public transport Academia Journal of Educational Research 5(12): 472-476, December 2017 DOI: 10.15413/ajer.2017.0714 ISSN 2315-7704 2017 Academia Publishing Research Paper Concept of the application supporting blind and

More information

INTELLIGENT WHITE CANE TO AID VISUALLY IMPAIRED

INTELLIGENT WHITE CANE TO AID VISUALLY IMPAIRED INTELLIGENT WHITE CANE TO AID VISUALLY IMPAIRED S.LAKSHMI, PRIYAS,KALPANA ABSTRACT--Visually impaired people need some aid to interact with their environment with more security. The traditional methods

More information

IOT Based Intelligent Traffic Signal and Vehicle Tracking System

IOT Based Intelligent Traffic Signal and Vehicle Tracking System IOT Based Intelligent Traffic Signal and Vehicle Tracking System Srinuvasa Manikanta Adabala M.Tech (Embedded Systems), Department of ECE, Aditya College of Engineering(JNTUK), Surampalem, A.P -533437.

More information

An Autonomous Self- Propelled Robot Designed for Obstacle Avoidance and Fire Fighting

An Autonomous Self- Propelled Robot Designed for Obstacle Avoidance and Fire Fighting An Autonomous Self- Propelled Robot Designed for Obstacle Avoidance and Fire Fighting K. Prathyusha Assistant professor, Department of ECE, NRI Institute of Technology, Agiripalli Mandal, Krishna District,

More information

Index Terms-Emergency vehicle clearance, Higher density, IR sensor, Micro controller, RFID Technology.

Index Terms-Emergency vehicle clearance, Higher density, IR sensor, Micro controller, RFID Technology. Design of an Intelligent Auto Traffic Signal Controller with Emergency Override * Geetha.E 1, V.Viswanadha 2, Kavitha.G 3 Abstract- The main objective of this project is to design an intelligent auto traffic

More information

ROBOT FOR BIOMEDICAL APPLICATIONS CONTROLLED BY REGIONAL LANGUAGE

ROBOT FOR BIOMEDICAL APPLICATIONS CONTROLLED BY REGIONAL LANGUAGE Int. J. Elec&Electr.Eng&Telecoms. 2015 Nikhil K and Rathnakara S, 2015 Research Paper ISSN 2319 2518 www.ijeetc.com Vol. 4, No. 3, July 2015 2015 IJEETC. All Rights Reserved ROBOT FOR BIOMEDICAL APPLICATIONS

More information

International Journal of Pure and Applied Mathematics

International Journal of Pure and Applied Mathematics Volume 119 No. 15 2018, 761-768 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ ULTRASONIC BLINDSTICK WITH GPS TRACKING Vishnu Srinivasan.B.S 1, Anup Murali.M

More information

Adaptive Modulation with Customised Core Processor

Adaptive Modulation with Customised Core Processor Indian Journal of Science and Technology, Vol 9(35), DOI: 10.17485/ijst/2016/v9i35/101797, September 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Adaptive Modulation with Customised Core Processor

More information

Indoor Topology Navigation System for Robotic Control

Indoor Topology Navigation System for Robotic Control IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 07 January 2017 ISSN (online): 2349-784X Indoor Topology Navigation System for Robotic Control Alagurani G PG Student Department

More information

Design of Adaptive RFID Reader based on DDS and RC522 Li Yang, Dong Zhi-Hong, Cong Dong-Sheng

Design of Adaptive RFID Reader based on DDS and RC522 Li Yang, Dong Zhi-Hong, Cong Dong-Sheng International Conference on Applied Science and Engineering Innovation (ASEI 2015) Design of Adaptive RFID Reader based on DDS and RC522 Li Yang, Dong Zhi-Hong, Cong Dong-Sheng Beijing Key Laboratory of

More information

RFID Integrated Teacher Monitoring

RFID Integrated Teacher Monitoring RFID Integrated Teacher Monitoring Introduction Article by Adewopo Adeniyi M.Sc, Texila American University, Nigeria Email: preciousadewopon@yahoo.com Radio Frequency Identification (RFID) is a generic

More information

Indoor Navigation for Visually Impaired / Blind People Using Smart Cane and Mobile Phone: Experimental Work

Indoor Navigation for Visually Impaired / Blind People Using Smart Cane and Mobile Phone: Experimental Work Indoor Navigation for Visually Impaired / Blind People Using Smart Cane and Mobile Phone: Experimental Work Ayad Esho Korial * Mohammed Najm Abdullah Department of computer engineering, University of Technology,Baghdad,

More information

Re: Design Specifications for a Voice Activated Remote Control System (ENSC 340 Project)

Re: Design Specifications for a Voice Activated Remote Control System (ENSC 340 Project) October 31, 2002 Dr. Andrew Rawicz School of Engineering Science Simon Fraser University Burnaby, British Columbia V5A 1S6 Re: Design Specifications for a Voice Activated Remote Control System (ENSC 340

More information

Low Power with Long Range RF Module DATASHEET Description

Low Power with Long Range RF Module DATASHEET Description Wireless-Tag WT-900M Low Power with Long Range RF Module DATASHEET Description WT-900M is a highly integrated low-power half-'duplex RF transceiver module embedding high-speed low-power MCU and high-performance

More information

Design and Development of Train Tracking System in South Central Railways

Design and Development of Train Tracking System in South Central Railways International Journal of Science and Modern Engineering (IJISME) Design and Development of Train Tracking System in South Central Railways Shaik Nahid,Srinivas Padala,V.Samson Deva Kumar Abstract Rail

More information

Car Over-Speed Detection with Remote Alerting

Car Over-Speed Detection with Remote Alerting IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 10 March 2016 ISSN (online): 2349-6010 Car Over-Speed Detection with Remote Alerting Amey Sawant Jyoti Khandale

More information

SPY ROBOT CONTROLLING THROUGH ZIGBEE USING MATLAB

SPY ROBOT CONTROLLING THROUGH ZIGBEE USING MATLAB SPY ROBOT CONTROLLING THROUGH ZIGBEE USING MATLAB MD.SHABEENA BEGUM, P.KOTESWARA RAO Assistant Professor, SRKIT, Enikepadu, Vijayawada ABSTRACT In today s world, in almost all sectors, most of the work

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK REVIEW PAPER ON MULTITASKING STICK FOR GUIDING SAFE PATH TO VISUALLY DISABLE PEOPLE

More information

Vehicle accident messenger system

Vehicle accident messenger system Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 7 (2017) pp. 1981-1987 Research India Publications http://www.ripublication.com Vehicle accident messenger system Dr.

More information

Design of WSN for Environmental Monitoring Using IoT Application

Design of WSN for Environmental Monitoring Using IoT Application Design of WSN for Environmental Monitoring Using IoT Application Sarika Shinde 1, Prof. Venkat N. Ghodke 2 P.G. Student, Department of E and TC Engineering, DPCOE Engineering College, Pune, Maharashtra,

More information

Electronic Travel Aid for Amaurotic People

Electronic Travel Aid for Amaurotic People Electronic Travel Aid for Amaurotic People Akella.S.Narasimha Raju 1, S.M.K.Chaitanya 2 and Vundavalli Ravindra 3 Department of Electronics & Communication Engineering V.S.M. College of Engineering, AU

More information

Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM Module

Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM Module IJSTE - International Journal of Science Technology & Engineering Volume 4 Issue 11 May 2018 ISSN (online): 2349-784X Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM

More information

SMS Based Kids Tracking and Safety System by Using RFID and GSM

SMS Based Kids Tracking and Safety System by Using RFID and GSM SMS Based Kids Tracking and Safety System by Using RFID and GSM Nitin Shyam1 (nitinshyam109@gmail.com), Narendra Kumar2 (nkkumarnarendra27@ gmail.com), Maya Shashi3 (aj.kumar29stm@gmail.com), Devesh Kumar4

More information

Design for visually impaired to work at Industry using RFID technology

Design for visually impaired to work at Industry using RFID technology Design for visually impaired to work at Industry using RFID technology Bharath Kumar M R UG Scholar, Nehru Institute of Engineering & Technology Coimbatore mrbharathee@gmail.com Abstract One of the technical

More information

Embedded Robotics. Software Development & Education Center

Embedded Robotics. Software Development & Education Center Software Development & Education Center Embedded Robotics Robotics Development with ARM µp INTRODUCTION TO ROBOTICS Types of robots Legged robots Mobile robots Autonomous robots Manual robots Robotic arm

More information

Research on an Economic Localization Approach

Research on an Economic Localization Approach Computer and Information Science; Vol. 12, No. 1; 2019 ISSN 1913-8989 E-ISSN 1913-8997 Published by Canadian Center of Science and Education Research on an Economic Localization Approach 1 Yancheng Teachers

More information

Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology

Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology Volume 118 No. 20 2018, 4337-4342 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology M. V. Sai Srinivas, K. Yeswanth,

More information

Controlling Robot through SMS with Acknowledging facility

Controlling Robot through SMS with Acknowledging facility IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 3 Ver. III (May Jun. 2014), PP 65-69 Controlling Robot through SMS with Acknowledging

More information

Research on Intelligent Helmet for Safety Monitoring in Coal Mine

Research on Intelligent Helmet for Safety Monitoring in Coal Mine 2017 2 nd International Conference on Architectural Engineering and New Materials (ICAENM 2017) ISBN: 978-1-60595-436-3 Research on Intelligent Helmet for Safety Monitoring in Coal Mine Xiucai Guo and

More information

Using the VM1010 Wake-on-Sound Microphone and ZeroPower Listening TM Technology

Using the VM1010 Wake-on-Sound Microphone and ZeroPower Listening TM Technology Using the VM1010 Wake-on-Sound Microphone and ZeroPower Listening TM Technology Rev1.0 Author: Tung Shen Chew Contents 1 Introduction... 4 1.1 Always-on voice-control is (almost) everywhere... 4 1.2 Introducing

More information

AMI (ADVANCED METERING INFRASTRUCTURE) MESH WITHOUT SWITCHES IN THE KIT SECTION

AMI (ADVANCED METERING INFRASTRUCTURE) MESH WITHOUT SWITCHES IN THE KIT SECTION AMI (ADVANCED METERING INFRASTRUCTURE) MESH WITHOUT SWITCHES IN THE KIT SECTION *M.Raga Divya, ** Y.Ratna Babu *Department of Electronics and Communication VIGNAN S Lara Institute of Technology and Sciences,

More information

Optimal Driving System for Two Wheelers

Optimal Driving System for Two Wheelers Optimal Driving System for Two Wheelers Harshitha.L 1, Kiran.N.V 2, MadhanMohanReddy.T.R 3, DeepikaYadav.M.N 4, Babitha.K.M 5 Abstract: - In this paper, we implement interaction between the bike and various

More information

Design and Implementation of Smart Car Driving Kulkarni S.D.

Design and Implementation of Smart Car Driving Kulkarni S.D. Design and Implementation of Smart Car Driving Kulkarni S.D. Shendge P.S Dixit P.K. Raut S.A Jadhav D.A. Department of Electronics & Telecommunication Engineering, BMIT, Solapur Abstract In this paper

More information

CATALOG. ANALOG COMMUNICATION SYSTEMS DIGITAL COMMUNICATION SYSTEMS Microcontroller kits Arm controller kits PLC Trainer KITS Regulated Power supplies

CATALOG. ANALOG COMMUNICATION SYSTEMS DIGITAL COMMUNICATION SYSTEMS Microcontroller kits Arm controller kits PLC Trainer KITS Regulated Power supplies CATALOG ANALOG COMMUNICATION SYSTEMS DIGITAL COMMUNICATION SYSTEMS Microcontroller kits Arm controller kits PLC Trainer KITS Regulated Power supplies UNION INTRUMENTS #17 & 18, 4 th floor, Hanumathra Arcade

More information

BOAT LOCALIZATION AND WARNING SYSTEM FOR BORDER IDENTIFICATION

BOAT LOCALIZATION AND WARNING SYSTEM FOR BORDER IDENTIFICATION BOAT LOCALIZATION AND WARNING SYSTEM FOR BORDER IDENTIFICATION Mr.Vasudevan, Ms.Aarthi.C, Ms.Arunthathi.M, Ms.Durgakalaimathi.L.T, Ms.Evangelin Darvia.P 1Professor, Dept. of ECE, Panimalar Engineering

More information

NCCT IEEE PROJECTS ADVANCED ROBOTICS SOLUTIONS. Latest Projects, in various Domains. Promise for the Best Projects

NCCT IEEE PROJECTS ADVANCED ROBOTICS SOLUTIONS. Latest Projects, in various Domains. Promise for the Best Projects NCCT Promise for the Best Projects IEEE PROJECTS in various Domains Latest Projects, 2009-2010 ADVANCED ROBOTICS SOLUTIONS EMBEDDED SYSTEM PROJECTS Microcontrollers VLSI DSP Matlab Robotics ADVANCED ROBOTICS

More information

2.0 Discussion: 2.1 Approach:

2.0 Discussion: 2.1 Approach: 2.0 Discussion: 2.1 Approach: The design for a Power Monitor and Data Logging System is comprised of two major components: the Power Meter and the Data Logger. The Power Meter is the package that plugs

More information

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 98 Chapter-5 ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 99 CHAPTER-5 Chapter 5: ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION S.No Name of the Sub-Title Page

More information

Electronics Design Laboratory Lecture #10. ECEN 2270 Electronics Design Laboratory

Electronics Design Laboratory Lecture #10. ECEN 2270 Electronics Design Laboratory Electronics Design Laboratory Lecture #10 Electronics Design Laboratory 1 Lessons from Experiment 4 Code debugging: use print statements and serial monitor window Circuit debugging: Re check operation

More information

International Research Journal of Engineering and Technology (IRJET) e-issn: Volume: 03 Issue: 01 Jan p-issn:

International Research Journal of Engineering and Technology (IRJET) e-issn: Volume: 03 Issue: 01 Jan p-issn: HI-TECH HOSPITAL 1 Kalyanee Sharma, 2 Hemendra Singh, 3 Divya Verma, 4 Deepti Modi, Department of Electronics and Communication Engineering, Poornima College of Engineering, Jaipur, Rajasthan, India ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

A MOBILE SOLUTION TO HELP VISUALLY IMPAIRED PEOPLE IN PUBLIC TRANSPORTS AND IN PEDESTRIAN WALKS

A MOBILE SOLUTION TO HELP VISUALLY IMPAIRED PEOPLE IN PUBLIC TRANSPORTS AND IN PEDESTRIAN WALKS D. Brito, et al., Int. J. Sus. Dev. Plann. Vol. 13, No. 2 (2018) 281 293 A MOBILE SOLUTION TO HELP VISUALLY IMPAIRED PEOPLE IN PUBLIC TRANSPORTS AND IN PEDESTRIAN WALKS D. BRITO, T. VIANA, D. SOUSA, A.

More information

Advanced Soldier Monitoring and Tracking System Using GPS and GSM Introduction

Advanced Soldier Monitoring and Tracking System Using GPS and GSM Introduction Advanced Soldier Monitoring and Tracking System Using GPS and GSM Introduction The infantry soldier of tomorrow promises to be one of the most technologically advanced modern warfare has ever seen. Around

More information

Robotic Development Kit. Powered using ATMEL technology

Robotic Development Kit. Powered using ATMEL technology Robotic Development Kit Powered using ATMEL technology Index 1. System overview 2. Technology overview 3. Individual dev-kit components I. Robot II. Remote III. IR-Pod IV. Base-Station V. RFID 4. Robonii

More information

* Intelli Robotic Wheel Chair for Specialty Operations & Physically Challenged

* Intelli Robotic Wheel Chair for Specialty Operations & Physically Challenged ADVANCED ROBOTICS SOLUTIONS * Intelli Mobile Robot for Multi Specialty Operations * Advanced Robotic Pick and Place Arm and Hand System * Automatic Color Sensing Robot using PC * AI Based Image Capturing

More information

International Journal of Modern Trends in Engineering and Research e-issn No.: , Date: April, 2016

International Journal of Modern Trends in Engineering and Research   e-issn No.: , Date: April, 2016 International Journal of Modern Trends in Engineering and Research www.ijmter.com e-issn No.:2349-9745, Date: 28-30 April, 2016 ADAPTIVE TRAFFIC SIGNALLING SYSTEM Mayuri R. Jain 1,Ashvini V. Khairnar 2,

More information

Multi-Agent Robotics with GPS Navigation

Multi-Agent Robotics with GPS Navigation Jay Joshi Edison High School 50 Boulevard of the Eagles Edison, NJ 08817 Multi-Agent Robotics with GPS Navigation Abstract The GPS Navigation project is a multi-agent robotics project. A GPS Navigation

More information

AUTOMATIC RAILWAY CROSSING SYSTEM

AUTOMATIC RAILWAY CROSSING SYSTEM International Journal of Electrical and Electronics Engineering (IJEEE) ISSN(P): 2278-9944; ISSN(E): 2278-9952 Vol. 3, Issue 4, July 2014, 17-22 IASET AUTOMATIC RAILWAY CROSSING SYSTEM AKRITI & UPENDRA

More information

An Ultrasonic Sensor Based Low-Power Acoustic Modem for Underwater Communication in Underwater Wireless Sensor Networks

An Ultrasonic Sensor Based Low-Power Acoustic Modem for Underwater Communication in Underwater Wireless Sensor Networks An Ultrasonic Sensor Based Low-Power Acoustic Modem for Underwater Communication in Underwater Wireless Sensor Networks Heungwoo Nam and Sunshin An Computer Network Lab., Dept. of Electronics Engineering,

More information

DISCONTINUED. Modulation Type Number of RF Channels 15

DISCONTINUED. Modulation Type Number of RF Channels 15 RFM Products are now Murata products. 2.4 GHz Spread Spectrum Transceiver Module Small Size, Light Weight, Built-In Antenna Sleep Current less than 3 µa FCC, Canadian IC and ETSI Certified for Unlicensed

More information

ADVANCED TRAFFIC CLEARANCE SYSTEM FOR AMBULANCE CLEARANCE USING RF-434 MODULE

ADVANCED TRAFFIC CLEARANCE SYSTEM FOR AMBULANCE CLEARANCE USING RF-434 MODULE Int. J. Chem. Sci.: 14(4), 2016, 3107-3112 ISSN 0972-768X www.sadgurupublications.com ADVANCED TRAFFIC CLEARANCE SYSTEM FOR AMBULANCE CLEARANCE USING RF-434 MODULE R. SURSHKUMAR *, R. BALAJI, G. MANIKANDAN

More information

Brian Hanna Meteor IP 2007 Microcontroller

Brian Hanna Meteor IP 2007 Microcontroller MSP430 Overview: The purpose of the microcontroller is to execute a series of commands in a loop while waiting for commands from ground control to do otherwise. While it has not received a command it populates

More information

MULTI ROBOT COMMUNICATION AND TARGET TRACKING SYSTEM AND IMPLEMENTATION OF ROBOT USING ARDUINO

MULTI ROBOT COMMUNICATION AND TARGET TRACKING SYSTEM AND IMPLEMENTATION OF ROBOT USING ARDUINO MULTI ROBOT COMMUNICATION AND TARGET TRACKING SYSTEM AND IMPLEMENTATION OF ROBOT USING ARDUINO K. Sindhuja 1, CH. Lavanya 2 1Student, Department of ECE, GIST College, Andhra Pradesh, INDIA 2Assistant Professor,

More information

JEPPIAAR SRR Engineering College Padur, Ch

JEPPIAAR SRR Engineering College Padur, Ch An Automated Non-Invasive Blood Glucose Estimator and Infiltrator M. Florence Silvia 1, K. Saran 2, G. Venkata Prasad 3, John Fermin 4 1 Asst. Prof, 2, 3, 4 Student, Department of Electronics and Communication

More information

The Mote Revolution: Low Power Wireless Sensor Network Devices

The Mote Revolution: Low Power Wireless Sensor Network Devices The Mote Revolution: Low Power Wireless Sensor Network Devices University of California, Berkeley Joseph Polastre Robert Szewczyk Cory Sharp David Culler The Mote Revolution: Low Power Wireless Sensor

More information

Characteristic Sym Notes Minimum Typical Maximum Units Operating Frequency Range MHz Operating Frequency Tolerance khz

Characteristic Sym Notes Minimum Typical Maximum Units Operating Frequency Range MHz Operating Frequency Tolerance khz DEVELOPMENT KIT (Info Click here) 2.4 GHz ZigBee Transceiver Module Small Size, Light Weight, +18 dbm Transmitter Power Sleep Current less than 3 µa FCC and ETSI Certified for Unlicensed Operation The

More information

SMART VIBRATING BAND TO INTIMATE OBSTACLE FOR VISUALLY IMPAIRED

SMART VIBRATING BAND TO INTIMATE OBSTACLE FOR VISUALLY IMPAIRED SMART VIBRATING BAND TO INTIMATE OBSTACLE FOR VISUALLY IMPAIRED PROJECT REFERENCE NO.:39S_BE_0094 COLLEGE BRANCH GUIDE STUDENT : GSSS ISTITUTE OF ENGINEERING AND TECHNOLOGY FOR WOMEN, MYSURU : DEPARTMENT

More information

[Kumar, 5(12): December2018] ISSN DOI /zenodo Impact Factor

[Kumar, 5(12): December2018] ISSN DOI /zenodo Impact Factor GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES IOT BASED TRACKING AND MONITORING SYSTEM FOR SCHOOL CHILDREN SAFETY D. Lokesh Sai Kumar *1, B. Vishnu Vardhan 2 & A. Yuva Krishna 3 *1,2&3 Asst. Professor,

More information

Polyhouse Monitoring And Controlling Using Wireless Sensor Network

Polyhouse Monitoring And Controlling Using Wireless Sensor Network Polyhouse Monitoring And Controlling Using Wireless Sensor Network 1 Rohini N. Deokar, 2 Prof. P. R. THORAT 1 PG Research fellow, SPWEC-Aurangabad 2 Asso. Professor & PG Teacher Embedded System & VLSI

More information

PC Based Design and Fabrication of Wireless Industrial Surveillance System using Lab VIEW

PC Based Design and Fabrication of Wireless Industrial Surveillance System using Lab VIEW International Journal of Scientific and Research Publications, Volume, Issue, February 0 ISSN 0- PC Based Design and Fabrication of Wireless Industrial Surveillance System using Lab VIEW Shasi Bhusan Singh

More information

WIRELESS DATA ACQUISITION SYSTEM FOR PHARMACEUTICAL AND CHEMICAL INDUSTRIES USING LOAD-CELL

WIRELESS DATA ACQUISITION SYSTEM FOR PHARMACEUTICAL AND CHEMICAL INDUSTRIES USING LOAD-CELL International Journal of Computer Networking, Wireless and Mobile Communications (JCNWMC) ISSN 2250-1568 Vol.3, Issue 1, Mar 2013, 111-116 TJPRC Pvt. Ltd. WIRELESS DATA ACQUISITION SYSTEM FOR PHARMACEUTICAL

More information

VOICE CONTROLLED ROBOT FOR SURVEILLANCE AND GAS LEAKAGE DETECTION

VOICE CONTROLLED ROBOT FOR SURVEILLANCE AND GAS LEAKAGE DETECTION VOICE CONTROLLED ROBOT FOR SURVEILLANCE AND GAS LEAKAGE DETECTION Mallikarjuna Gowda.C.P 1, Raju Hajare 2, Akhil Kumar 3,Manasa.R.E 4, Ramyashree.R 5, SmithaPatil 6 1,2 Associate professor, Department

More information

WIRELESS SENSOR NETWORK BASED COAL MINE SAFTY SYSTEM WITH GPRS

WIRELESS SENSOR NETWORK BASED COAL MINE SAFTY SYSTEM WITH GPRS WIRELESS SENSOR NETWORK BASED COAL MINE SAFTY SYSTEM WITH GPRS SHAIK NASREEN 1, H.SOMASEKHAR 2 1 Shaik Nasreen, M-Tech Student, Dept Of ECE, Kottam College of Engineering, Chinna tekur, Kallur mandal,

More information

RADAR MODEL FOR TARGET DETECTION USING ZIGBEE COMMUNICATION

RADAR MODEL FOR TARGET DETECTION USING ZIGBEE COMMUNICATION International Journal of Advanced Research in Engineering ISSN: 2394-2819 Technology & Sciences Email: editor@ijarets.org April-2016 Volume 3, Issue-4 www.ijarets.org RADAR MODEL FOR TARGET DETECTION USING

More information

Automated Switching Mechanism for Indoor and Outdoor Propagation with Embedded RFID and GPS in Wireless Sensor Network Platform

Automated Switching Mechanism for Indoor and Outdoor Propagation with Embedded RFID and GPS in Wireless Sensor Network Platform , July 2-4, 2014, London, U.K. Automated Switching Mechanism for Indoor and Outdoor Propagation with Embedded RFID and GPS in Wireless Sensor Network Platform Farhana Ahmad Poad, and Widad Ismail Abstract

More information

VITAL SIGNS BASED TREADMILL SPEED CONTROLLING AND ALERTING WITH GSM K. SREEDEVI 1, D.V.SRIHARIBABU 2

VITAL SIGNS BASED TREADMILL SPEED CONTROLLING AND ALERTING WITH GSM K. SREEDEVI 1, D.V.SRIHARIBABU 2 VITAL SIGNS BASED TREADMILL SPEED CONTROLLING AND ALERTING WITH GSM K. SREEDEVI 1, D.V.SRIHARIBABU 2 K. Sreedevi, M.Tech student, Dept of ECE, Kottam college of Engineering, china tekkur, kallur mandal,

More information

TI2863 Complete Documentation. Internet Transceiver Controller. 1. Device purpose. 2. Device configuration. TI2863 Internet Transceiver Controller

TI2863 Complete Documentation. Internet Transceiver Controller. 1. Device purpose. 2. Device configuration. TI2863 Internet Transceiver Controller TI2863 Complete Documentation Internet Transceiver Controller 1. Device purpose This Internet Transceiver Controller will achieve the controlling the transceiver from the remote PC and VoIP session initiate.

More information

Index Terms IR communication; MSP430; TFDU4101; Pre setter

Index Terms IR communication; MSP430; TFDU4101; Pre setter Design and Development of Contactless Communication Module for Pre setter of Underwater Vehicles J.Lavanyambhika, **D.Madhavi *Digital Systems and Signal Processing in Electronics and Communication Engineering,

More information

A Simple Design of Clean Robot

A Simple Design of Clean Robot Journal of Computing and Electronic Information Management ISSN: 2413-1660 A Simple Design of Clean Robot Huichao Wu 1, a, Daofang Chen 2, Yunpeng Yin 3 1 College of Optoelectronic Engineering, Chongqing

More information

International Journal of Multidisciplinary Research and Modern Education (IJMRME) ISSN (Online): (

International Journal of Multidisciplinary Research and Modern Education (IJMRME) ISSN (Online): ( INTELLIGENT COMMUNICATION BETWEEN MULTIPLE ROBOTS Sundar Ganesh C S* & Suriya Madhan P** * Assistant Professor, Department of Robotics and Automation Engineering, PSG College of Technology, Coimbatore,

More information

International Journal for Research in Applied Science & Engineering Technology (IJRASET) DTMF Based Robot for Security Applications

International Journal for Research in Applied Science & Engineering Technology (IJRASET) DTMF Based Robot for Security Applications DTMF Based Robot for Security Applications N. Mohan Raju 1, M. Naga Praveen 2, A. Mansoor Vali 3, M. Amrutha 4, K. Jaya Theertha 5 1,2,3,4,5 Department of ECE, JNTUA Abstract: The main idea is to implement

More information