SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1173
Enhancing Indoor Mobility for Visually Impaired: A System with Real-
Time Obstacle Detection Using QR Code with Audio Feedback
Shubham Nimkar1, Ajay Kumar2, Mrs. Pradnya A. kamble3
1,2Final Year Student, Department of Electronics and Telecommunications Engineering, Sinhgad Institute of
Technology, Lonavala, Maharashtra, India
3Professor, Dept. of Electronics and Telecommunications Engineering, Sinhgad Institute of Technology, Lonavala,
Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract – It’s tough for people with visual defects to
maneuver freely in their surroundings. The essential demand
for them is to maneuver freely, knowing the concerning
obstacles around them. The system presents the thought of an
indoor navigation system using the QR Code equipped with
audio feedback. The system bestowed is capable of detecting
an obstacle with the assistance of ultrasonic sensors. The
visual markers (QR Code) will give the knowledge about the
thing or location on which it’s placed. The user will get audio
feedback through headphones or speakers, enhancing the
user’s expertise about the environment. The system proposed
is simple, efficient and robust.
Key Words: Human echolocation, QRCode,ATmega328,
aPR33A (Voice Recording IC), HC SR-04 (Ultrasonic
Sensor), HC-05 (Bluetooth Module)
1.INTRODUCTION
Visual Impairment is one of the biggest problems in all over
the world. The people suffering from it face a lot of
difficulties in their daily life. They are not able to perform a
variety of activities without anyone's help. Mobilityforthem
is a crucial issue and moving freely while knowing about the
nearby obstacles is even tough. While ordinary people
experience new technologies and make their day to day life
much easier, people who are visually impaired don’t have
enough. For outdoor mobility and navigation, we have GPS
but for indoor positioning, we don’t have any. Currently,
several methods have been identified to help visually
impaired people but they may not be the most appropriate
way which benefits them. Various works have been made in
the past to help people with a visual impairment such as
guiding sticks, ultrasonic equipped shoes, etc. Human
echolocation is a human ability to detect objects by sensing
the echo sound from the objects. This prototype uses sonar
echolocation for sensing the environment. To aware user
about hindrances which are there in his front view, this
device uses audio feedback. Personalization of this obstacle
detection system can be done through a mobile device
according to the user’s suggestions and needs.
2. PROPOSED SYSTEM
The system proposed here is developed to provide visually
impaired users with easy mobility in indoor environments
with real-time obstacle detection with audio feedback. The
basic block diagram of the system can be seen in the figure
below.
Fig -1: Basic Block Diagram of System
2.1. WORKING OF THE PROPOSED SYSTEM
As we can see in fig -1, the system is using the QR code for
storing the information about the location or the type of
object on which it’ll be placed. The QR code will be decoded
using a mobile camera, that information will be sent to the
microcontroller using Bluetooth link. To provide the
Bluetooth module (HC 05). The ultrasonic sensor(HC-SR04)
will detect the obstacle in real-time and will send the data to
the microcontroller. There theinformationwill beprocessed
in the microcontroller, from both the ultrasonic sensor and
from the BlueTooth link. Here we are using ATmega 328 for
the proposed system. The microcontroller will thensendthe
signal to enable the voice recorder module to provide the
audio feedback via speakers or headphones. For voice
playback, we have used aPR33A chip with 60 seconds voice
playback module. The obstacle detection and voiceplayback
can work parallelly or independently.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1174
2.2. MAIN CIRCUIT DIAGRAM
Fig -2: Main Circuit Diagram
2.3. HARDWARE USED
1) ATmega 328:
ATmega 328 is a microcontroller created by Atmel in the
megaAVR family. ATmega 328 is using 32KB flash memory,
1K - EEPROM, 2KB - SRAM. It is an 8-bit microcontroller.
Fig -2: ATmega 328
2) APR33A3:
It is an 8 channel voice recording module. With 340-680sec
voice recording length. Powerful 16bits digital audio
processor. Non-volatile flash memory technology.
Fig -3: APR33A3
3) HC SR-04 (Ultrasonic Sensor):
Ultrasonic ranging module HC SR-04 is having a range of
2cm-400cm or 1 inches to 13feet,themeasurementfunction
ranging is accurate up to reach 3mm. The modules include 3
main parts of the ultrasonic transmitter section, receiver
section and control circuit.
Fig -4: HC SR-04
4) HC 05 (Bluetooth Module):
HC 05 is a Bluetooth module, designed for wireless
communication. The HC-05 Bluetooth Modulecanbeusedin
a Master and Slave configuration, makingit the bestsolution
for wireless communication. 3Mbps rate of Modulationwith
a complete 2.4GHz radio transceiver and baseband. It
utilizes the CSR Bluecore 04 External single-chip Bluetooth
system using CMOS technology working withAFH(Adaptive
Frequency Hopping Feature).
Fig -5: HC 05
5) Speakers:
The main purpose of a speaker is to produce audio output
that can be heard to everyone. Speakers are the transducers
that convert the electromagnetic waves into sound waves. It
receives audio input. The input fed to the speaker is in
analog or digital form. Analog speakers simply amplify
electromagnetic signals or waves into sound waves while
digital-first convert the signal into analog and then amplify
it.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1175
Fig -6: Speaker
2.4. QR CODE
QR code is meant by Quick Response code (or two-
dimensional barcode). It is the same as the barcode.QRcode
contains the information in encoded form and can be seen
using a QR code scanner. The QR codes are faster to detect
and the data is safe with them. The QR codes are basically a
matrix of random black and white squares. They provide
information to any user using them. And hence we are using
this in our proposed system, to store the information about
the location.
Fig -7: QR CODE
3. DESIGN FLOW
3.1. SYSTEM DESIGN FLOW
The system design flow is shown in the figure. 8. The
diagram gives us an idea about how the flow model will
work for the proposed system.
Fig -8: System design flow
3.2. QR CODE DECODING FLOW
The decoding flow for the QR code is shown in figure.9. How
the QR code will get detected and what exactly will be the
flow is shown.
Fig -9: QR Code decoding flow
4. IMPLEMENTATION
The hardware implementation is shown in the fig-10.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1176
Fig -10: Implemented System (Hardware)
Fig -10: QR Code Detection using mobile camera
5. CONCLUSION
The system is implemented using Atmega 328
microcontroller. The HC SR-04 (ultrasonicsensors)areused
for obstacle detection.TheQRcodedetectionwasdoneusing
a mobile camera. The audio feedback was provided using
APR33A3 (voice playback module). The system
implementation is done successfully. The goal wasachieved.
6. FUTURE WORK
In the future, there are many possibilities to improve this
presented system. The system can be made wearable using
high-performance processors which will also be having
minimal size. For QR Code detection, an embedded micro
camera can be used. And the obstacle detection can also be
provided using micro transducers.All togetherimplemented
as one system on a single platform.
REFERENCES
[1] S. Advani, P. Zientara, N. Shukla, I. Okafor, K. Irick,
J.Sampson, S. Datta, and V. Narayanan, “A multitask grocery
assist system for the visuallyimpaired:Smartglasses,gloves,
and shopping carts provide auditory and tactile feedback,”
IEEE Consum. Electron. Mag., vol. 6, no. 1, pp. 73–81, Jan.
2017.
[2] Y. C. Huang, S.-J. Ruan, O. Christen, and E. Naroska, “A
wearable indoor locating system based on visual marker
recognition for people with visual impairment,” in Proc.
2016 IEEE 5th Global Conf. Consumer Electronics, Kyoto,
Japan, 2016, pp. 1–2.
[3] D. V. Opdenbosch, G. Schroth, R. Huitl, S. Hilsenbeck, A.
Garcea, and E. Steinbach, ”Camera-based indoor positioning
using scalable streaming of compressed binary image
signatures,” in Proc. IEEE Int. Conf. Image Processing (ICIP),
2014, pp. 2804–2808.
[4] O. Christen, E. Naroska, A. Micheel, and S. J. Ruan, “Target
marker: A visual marker for long distances and detection in
real-time on mobile devices,” in Proc. 2nd Int. Conf. Machine
Vision and Machine Learning, 2013, p. 339.
[5] F. Harjanto, Z. Wang, S. Lu, and D. D. Feng. “Evaluatingthe
impact of frame rate on video based human action
recognition,” in Proc. 27th Conf.ImageandVisionComputing,
2012.

More Related Content

PDF
IRJET - Gesture based Robot with Victim Detection using Audio
PDF
IRJET- Smart Blind Stick for Visually Impaired People
PDF
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
PDF
IRJET - Smart Sonar System
PDF
IRJET - A Smart Assistant for Aiding Dumb People
PDF
IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...
PDF
IRJET- IoT based Classroom Automation System
PDF
IEEE2014
IRJET - Gesture based Robot with Victim Detection using Audio
IRJET- Smart Blind Stick for Visually Impaired People
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET - Smart Sonar System
IRJET - A Smart Assistant for Aiding Dumb People
IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...
IRJET- IoT based Classroom Automation System
IEEE2014

What's hot (20)

PDF
IRJET- Bemythirdeye- A Smart Electronic Blind Stick with Goggles
PPT
audio labler device for visual impare
PDF
Smart Surveillance Bot with Low Power MCU
PDF
IRJET - Aid for Blind People using IoT
PDF
IRJET - Garbage Management System for Smart City using LORA Technology
PDF
IRJET- Automated Targeting System for Open Space Military Area
PDF
IRJET- Hampered Serving Bot
PDF
Kv2518941899
PDF
IRJET- Intruder Detection Security System
PDF
Biometric Identification using Opencv Based on Arduino
PDF
IRJET - Dual Verification ATM for Blind People
DOCX
final project
PDF
IRJET- Low Cost IoT based Remote Health Monitoring System
PDF
Secured Spy for Highly Secured Areas
PDF
IRJET- Vehicle Starting using Fingerprint Sensor & Accident Detection using G...
PDF
Ieee+Hardware+List+2009
PDF
Comparative Study on Various System Based on Raspberry-Pi Technology
PDF
Integrative detection of Human, Object movement and Fire Sensing Using LoRaWA...
PDF
Hand Motion Gestures For Mobile Communication Based On Inertial Sensors For O...
PDF
IRJET- IoT based Dual-ARM Tele Robotic System
IRJET- Bemythirdeye- A Smart Electronic Blind Stick with Goggles
audio labler device for visual impare
Smart Surveillance Bot with Low Power MCU
IRJET - Aid for Blind People using IoT
IRJET - Garbage Management System for Smart City using LORA Technology
IRJET- Automated Targeting System for Open Space Military Area
IRJET- Hampered Serving Bot
Kv2518941899
IRJET- Intruder Detection Security System
Biometric Identification using Opencv Based on Arduino
IRJET - Dual Verification ATM for Blind People
final project
IRJET- Low Cost IoT based Remote Health Monitoring System
Secured Spy for Highly Secured Areas
IRJET- Vehicle Starting using Fingerprint Sensor & Accident Detection using G...
Ieee+Hardware+List+2009
Comparative Study on Various System Based on Raspberry-Pi Technology
Integrative detection of Human, Object movement and Fire Sensing Using LoRaWA...
Hand Motion Gestures For Mobile Communication Based On Inertial Sensors For O...
IRJET- IoT based Dual-ARM Tele Robotic System
Ad

Similar to IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-Time Obstacle Detection using QR Code with Audio Feedback (20)

PDF
IRJET- VI Spectacle – A Visual Aid for the Visually Impaired
PDF
IRJET- Bus Identification and Obstacle Detection for Blind using RF Communica...
PDF
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
PDF
IRJET- Indoor Shopping System for Visually Impaired People
PDF
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
PPTX
Digital stick by Divya & Kanti
PDF
Visual, navigation and communication aid for visually impaired person
PPTX
Electronic dress for navigation of visually challenged person
PDF
IRJET- Smart Helmet for Visually Impaired
PDF
Guidance device for visually impaired people based on ultrasonic signals and ...
PDF
IRJET- Smart Assistive Device for Visually Impaired
PPT
blind stick using ultrasonic sensor and alarm
PPTX
Vision v.2.0
PDF
Obstacle Detection and Navigation system for Visually Impaired using Smart Shoes
PDF
Smart ID for Blind People’s
PDF
THIRD EYE FOR BLIND
PDF
IRJET- Smart Blind Stick using Arduino
PDF
IRJET - For(E)Sight :A Perceptive Device to Assist Blind People
PDF
J044064851
PDF
Advanced Audio Aid for Visually Impaired using Raspberry Pi
IRJET- VI Spectacle – A Visual Aid for the Visually Impaired
IRJET- Bus Identification and Obstacle Detection for Blind using RF Communica...
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
IRJET- Indoor Shopping System for Visually Impaired People
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
Digital stick by Divya & Kanti
Visual, navigation and communication aid for visually impaired person
Electronic dress for navigation of visually challenged person
IRJET- Smart Helmet for Visually Impaired
Guidance device for visually impaired people based on ultrasonic signals and ...
IRJET- Smart Assistive Device for Visually Impaired
blind stick using ultrasonic sensor and alarm
Vision v.2.0
Obstacle Detection and Navigation system for Visually Impaired using Smart Shoes
Smart ID for Blind People’s
THIRD EYE FOR BLIND
IRJET- Smart Blind Stick using Arduino
IRJET - For(E)Sight :A Perceptive Device to Assist Blind People
J044064851
Advanced Audio Aid for Visually Impaired using Raspberry Pi
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PDF
R24 SURVEYING LAB MANUAL for civil enggi
DOCX
573137875-Attendance-Management-System-original
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PPT
Project quality management in manufacturing
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
OOP with Java - Java Introduction (Basics)
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PPT
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPT
Mechanical Engineering MATERIALS Selection
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPTX
Lecture Notes Electrical Wiring System Components
PPTX
Geodesy 1.pptx...............................................
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
R24 SURVEYING LAB MANUAL for civil enggi
573137875-Attendance-Management-System-original
Automation-in-Manufacturing-Chapter-Introduction.pdf
Project quality management in manufacturing
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
Model Code of Practice - Construction Work - 21102022 .pdf
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
OOP with Java - Java Introduction (Basics)
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Mechanical Engineering MATERIALS Selection
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
Lecture Notes Electrical Wiring System Components
Geodesy 1.pptx...............................................
CYBER-CRIMES AND SECURITY A guide to understanding
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx

IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-Time Obstacle Detection using QR Code with Audio Feedback

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1173 Enhancing Indoor Mobility for Visually Impaired: A System with Real- Time Obstacle Detection Using QR Code with Audio Feedback Shubham Nimkar1, Ajay Kumar2, Mrs. Pradnya A. kamble3 1,2Final Year Student, Department of Electronics and Telecommunications Engineering, Sinhgad Institute of Technology, Lonavala, Maharashtra, India 3Professor, Dept. of Electronics and Telecommunications Engineering, Sinhgad Institute of Technology, Lonavala, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract – It’s tough for people with visual defects to maneuver freely in their surroundings. The essential demand for them is to maneuver freely, knowing the concerning obstacles around them. The system presents the thought of an indoor navigation system using the QR Code equipped with audio feedback. The system bestowed is capable of detecting an obstacle with the assistance of ultrasonic sensors. The visual markers (QR Code) will give the knowledge about the thing or location on which it’s placed. The user will get audio feedback through headphones or speakers, enhancing the user’s expertise about the environment. The system proposed is simple, efficient and robust. Key Words: Human echolocation, QRCode,ATmega328, aPR33A (Voice Recording IC), HC SR-04 (Ultrasonic Sensor), HC-05 (Bluetooth Module) 1.INTRODUCTION Visual Impairment is one of the biggest problems in all over the world. The people suffering from it face a lot of difficulties in their daily life. They are not able to perform a variety of activities without anyone's help. Mobilityforthem is a crucial issue and moving freely while knowing about the nearby obstacles is even tough. While ordinary people experience new technologies and make their day to day life much easier, people who are visually impaired don’t have enough. For outdoor mobility and navigation, we have GPS but for indoor positioning, we don’t have any. Currently, several methods have been identified to help visually impaired people but they may not be the most appropriate way which benefits them. Various works have been made in the past to help people with a visual impairment such as guiding sticks, ultrasonic equipped shoes, etc. Human echolocation is a human ability to detect objects by sensing the echo sound from the objects. This prototype uses sonar echolocation for sensing the environment. To aware user about hindrances which are there in his front view, this device uses audio feedback. Personalization of this obstacle detection system can be done through a mobile device according to the user’s suggestions and needs. 2. PROPOSED SYSTEM The system proposed here is developed to provide visually impaired users with easy mobility in indoor environments with real-time obstacle detection with audio feedback. The basic block diagram of the system can be seen in the figure below. Fig -1: Basic Block Diagram of System 2.1. WORKING OF THE PROPOSED SYSTEM As we can see in fig -1, the system is using the QR code for storing the information about the location or the type of object on which it’ll be placed. The QR code will be decoded using a mobile camera, that information will be sent to the microcontroller using Bluetooth link. To provide the Bluetooth module (HC 05). The ultrasonic sensor(HC-SR04) will detect the obstacle in real-time and will send the data to the microcontroller. There theinformationwill beprocessed in the microcontroller, from both the ultrasonic sensor and from the BlueTooth link. Here we are using ATmega 328 for the proposed system. The microcontroller will thensendthe signal to enable the voice recorder module to provide the audio feedback via speakers or headphones. For voice playback, we have used aPR33A chip with 60 seconds voice playback module. The obstacle detection and voiceplayback can work parallelly or independently.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1174 2.2. MAIN CIRCUIT DIAGRAM Fig -2: Main Circuit Diagram 2.3. HARDWARE USED 1) ATmega 328: ATmega 328 is a microcontroller created by Atmel in the megaAVR family. ATmega 328 is using 32KB flash memory, 1K - EEPROM, 2KB - SRAM. It is an 8-bit microcontroller. Fig -2: ATmega 328 2) APR33A3: It is an 8 channel voice recording module. With 340-680sec voice recording length. Powerful 16bits digital audio processor. Non-volatile flash memory technology. Fig -3: APR33A3 3) HC SR-04 (Ultrasonic Sensor): Ultrasonic ranging module HC SR-04 is having a range of 2cm-400cm or 1 inches to 13feet,themeasurementfunction ranging is accurate up to reach 3mm. The modules include 3 main parts of the ultrasonic transmitter section, receiver section and control circuit. Fig -4: HC SR-04 4) HC 05 (Bluetooth Module): HC 05 is a Bluetooth module, designed for wireless communication. The HC-05 Bluetooth Modulecanbeusedin a Master and Slave configuration, makingit the bestsolution for wireless communication. 3Mbps rate of Modulationwith a complete 2.4GHz radio transceiver and baseband. It utilizes the CSR Bluecore 04 External single-chip Bluetooth system using CMOS technology working withAFH(Adaptive Frequency Hopping Feature). Fig -5: HC 05 5) Speakers: The main purpose of a speaker is to produce audio output that can be heard to everyone. Speakers are the transducers that convert the electromagnetic waves into sound waves. It receives audio input. The input fed to the speaker is in analog or digital form. Analog speakers simply amplify electromagnetic signals or waves into sound waves while digital-first convert the signal into analog and then amplify it.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1175 Fig -6: Speaker 2.4. QR CODE QR code is meant by Quick Response code (or two- dimensional barcode). It is the same as the barcode.QRcode contains the information in encoded form and can be seen using a QR code scanner. The QR codes are faster to detect and the data is safe with them. The QR codes are basically a matrix of random black and white squares. They provide information to any user using them. And hence we are using this in our proposed system, to store the information about the location. Fig -7: QR CODE 3. DESIGN FLOW 3.1. SYSTEM DESIGN FLOW The system design flow is shown in the figure. 8. The diagram gives us an idea about how the flow model will work for the proposed system. Fig -8: System design flow 3.2. QR CODE DECODING FLOW The decoding flow for the QR code is shown in figure.9. How the QR code will get detected and what exactly will be the flow is shown. Fig -9: QR Code decoding flow 4. IMPLEMENTATION The hardware implementation is shown in the fig-10.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1176 Fig -10: Implemented System (Hardware) Fig -10: QR Code Detection using mobile camera 5. CONCLUSION The system is implemented using Atmega 328 microcontroller. The HC SR-04 (ultrasonicsensors)areused for obstacle detection.TheQRcodedetectionwasdoneusing a mobile camera. The audio feedback was provided using APR33A3 (voice playback module). The system implementation is done successfully. The goal wasachieved. 6. FUTURE WORK In the future, there are many possibilities to improve this presented system. The system can be made wearable using high-performance processors which will also be having minimal size. For QR Code detection, an embedded micro camera can be used. And the obstacle detection can also be provided using micro transducers.All togetherimplemented as one system on a single platform. REFERENCES [1] S. Advani, P. Zientara, N. Shukla, I. Okafor, K. Irick, J.Sampson, S. Datta, and V. Narayanan, “A multitask grocery assist system for the visuallyimpaired:Smartglasses,gloves, and shopping carts provide auditory and tactile feedback,” IEEE Consum. Electron. Mag., vol. 6, no. 1, pp. 73–81, Jan. 2017. [2] Y. C. Huang, S.-J. Ruan, O. Christen, and E. Naroska, “A wearable indoor locating system based on visual marker recognition for people with visual impairment,” in Proc. 2016 IEEE 5th Global Conf. Consumer Electronics, Kyoto, Japan, 2016, pp. 1–2. [3] D. V. Opdenbosch, G. Schroth, R. Huitl, S. Hilsenbeck, A. Garcea, and E. Steinbach, ”Camera-based indoor positioning using scalable streaming of compressed binary image signatures,” in Proc. IEEE Int. Conf. Image Processing (ICIP), 2014, pp. 2804–2808. [4] O. Christen, E. Naroska, A. Micheel, and S. J. Ruan, “Target marker: A visual marker for long distances and detection in real-time on mobile devices,” in Proc. 2nd Int. Conf. Machine Vision and Machine Learning, 2013, p. 339. [5] F. Harjanto, Z. Wang, S. Lu, and D. D. Feng. “Evaluatingthe impact of frame rate on video based human action recognition,” in Proc. 27th Conf.ImageandVisionComputing, 2012.