The word “Haptic” has been derived from the word“Haptic Technology” wherein it can create an experience of touch by applying forces, vibrations, or motions to the user.
“Haptic Shoes” can therefore be termed as the shoes of the future which combine all the basic technological aspects to give out a much-desired solution to a problem which sometimes is left un-entertained. By means of the various sensors and their interconnection we would be able to collect data from the environment and would be able to inform the wearer of the surrounding happenings and conditions in the best possible manner. They would serve as an addition to the sixth sense of the person and would save and do the best it can in any situation be it juggling through a puddle, escaping an obstacle, analysis of his location and whereabouts to the one concerned maybe a family member or someone else. The key feature also includes the presence of GPS and GSM modules which detect the positioning of the person and if any mishap occurs would inform about the same to the one concerned.
THE LAYERS OF THE SHOE:
The project is divided into 3layers:
· Layer 1: It contains the location message sending part. (help button)
· Layer 2: It contains the piezoelectric layer.(generates electricity)
· Layer 3: It contains various sensors to guide the user as per the need.
The layer 1 consists of a GPS module (Global Positioning System), GSM(Global System for Mobile Communication), Arduino Uno and a push button.
In this system, there is a help button attached to the shoe so that in a case of any emergency the user can press the switch, at that instant the current location of the user will be sent to the contacts of the user (family members and emergency services), so that help can be provided. The button provided also makes it easier for the sightless person to identify it (by touch and feel of a button).
The location is fetched by the GPS module which connects with the satellite and provides latitudinal and longitudinal locations. The message is sent by the help of GSMmodule, GSM module is programmed to send the help message to the contacts provided by the user, and it is programmed using Arduino microcontroller.
Piezoelectric materials form transducers that are able to interchange electrical energy and mechanical motion or force. These materials, therefore, can be used as mechanisms to transfer ambient motion (usually vibration) into electrical energy that may be stored and used to power other devices.
In layer 2of the shoe 15 piezoelectric transducers are used which are connected together and are placed at the pressure points of the foot, so the pressure exerted while walking will be converted into electrical quantity, further, a bridge rectifier is connected to the circuit and the generated voltage is used to charge a 3.7V battery.
This layer serves the application that the energy wasted while we walk can be conserved, which makes this project environment friendly because the energy is generated while walking, and it can be further used for various application.
SHOE LAYER 3The layer 3 of the shoe consists of LCD (Liquid Crystal Display), Solar Panel, Water Sensor, Vibration Sensor, Ultrasonic Sensor, Bluetooth module, Accelerometer, Potentiometer, Arduino Mega.
For better understanding, the layer 3 working is divided into two categories:
a) It deals with the various sensors connected together and the data is sent to a self-designed app.
b)The second part has an LCD Display and water sensors connected together, to display the details in the LCD screen.
LAYER 3: PART 1
Part 1 contains Solar Panel, Vibration Sensor, Ultrasonic Sensor connected with Bluetooth module. Functions of different sensors are given below:
The ultrasonic sensor is used to detect the position of a nearby object, and if the threshold for minimum distance is reached then the user will be notified by an alarm so that collision can be prevented.
Vibration Sensor is used to detect heavy vibrations in the surroundings so that if a heavy vehicle comes across the path, a buzzer will be there to notify the person before time.
The solar panel is used to convert the solar energy into electrical quantity, and that can be further used in charging other application.
All these devices are connected to the Bluetooth module, which allows the microcontroller to connect with the mobile app and multiple sensor data can be viewed in the app for tracking.
LAYER 3: PART 2
Part 2 contains an LCD screen, potentiometer and Water sensor connected to Arduino Mega.
The function of Water Sensor is to determine the water level, considering the case if a sightless person unknowingly puts his feet in the puddle of water then the user will be notified by an alarm, this maintains the security of the shoe system. The rest details of the project are displayed on the LCD screen.
So, these all layers together form the Haptic Shoe, providing various features like navigation and various alert mechanism system.
How App Was Designed:
The data sent by the microcontroller via Bluetooth is received by the app. The app is self-designed by the help of MIT APP INVENTOR.
APP BLOCK CODE:
TO MAKE THE APP->
LINK:https://appinventor.mit.edu/
and install AICOMPANION app from play store to scan the QR and then use the app.
(https://play.google.com/store/apps/details id=edu.mit.appinventor.aicompanion3&hl=en_IN&gl=US)
Comments