SlideShare una empresa de Scribd logo
Smart Gloves
The smart glove for sign language translation is an innovative wearable
device that utilizes Arduino technology to facilitate communication between
individuals proficient in sign language and those who are not. Equipped
with sensors embedded in the glove, it captures the intricate hand gestures
and movements used in sign language. Arduino serves as the processing
unit, analyzing the sensor data and translating it into corresponding text or
speech output in real-time. This enables individuals who are not fluent in
sign language to understand and respond to the communication effectively.
Additionally, the system can be customized to recognize and interpret
specific sign language gestures or alphabets, offering versatility and
accuracy. With its ability to bridge the gap between sign language users
and non-users, the smart glove for sign language translation promotes
inclusivity, accessibility, and seamless communication in diverse settings.
Circuit Diagram :-
Code :-
// By Arduino Techy
​ ​ ​ ​
//
int thumb;
int first_finger;
int second_finger;
int third_finger;
int fourth_finger;
#include
// initialize the library by associating any needed LCD interface pin
// with the arduino pin number it is connected to
const int rs = 12, en = 11, d4 = 5, d5 = 4, d6 = 3, d7 = 2;
LiquidCrystal lcd(rs, en, d4, d5, d6, d7);
void setup() {
// put your setup code here, to run once:
pinMode(A0, INPUT);
pinMode(A1, INPUT);
pinMode(A2, INPUT);
pinMode(A3, INPUT);
pinMode(A4, INPUT);
Serial.begin(9600);
lcd.begin(16, 2);
}
void loop() {
// put your main code here, to run repeatedly:
int thumb = analogRead(A0);
int first_finger = analogRead(A1);
int second_finger = analogRead(A2);
int third_finger = analogRead(A3);
int fourth_finger = analogRead(A4);
Serial.print(thumb);
Serial.print("t");
Serial.print(first_finger);
Serial.print("t");
Serial.print(second_finger);
Serial.print("t");
Serial.print(third_finger);
Serial.print("t");
Serial.println(fourth_finger);
Serial.print("t");
if(thumb >=20 )
{
lcd.clear();
lcd.setCursor(1,0);
lcd.print("I NEED WATER");
delay(500);
}
else if(first_finger >=20 )
{
lcd.clear();
lcd.setCursor(1,0);
lcd.print("I NEED FOOD");
delay(500);
}
else if(second_finger >=20 )
{
lcd.clear();
lcd.setCursor(1,0);
lcd.print("RESTROOM");
delay(500);
}
else if(third_finger >=20 )
{
lcd.clear();
lcd.setCursor(1,0);
lcd.print("MY NAME IS HELP");
delay(500);
}
else if(fourth_finger >=20 )
{
lcd.clear();
lcd.setCursor(1,0);
lcd.print("I AM FROM HR");
delay(500);
}
else{
lcd.clear();
lcd.setCursor(1,0);
lcd.print("NOTHING");
}
}
Components :-
Arduino Uno
Buying Link -
https://amzn.to/3Q51Jnr
Flex Sensor
Buying Link -
https://amzn.to/3UjqS0l
LCD Display
Buying Link -
https://amzn.to/3W0L9ZI
Potentio-meter
Buying Link -
https://amzn.to/3W5J92r
Resistors
Buying Link -
https://amzn.to/3Q4zIwz
Gloves
Buying Link -
https://amzn.to/49E9N5Q
Jumper Wires
Buying Link -
https://amzn.to/4cXF4Dw
More Projects :-
Smart Stick for blind :-
https://www.arduinotechy.com/blog/arduino-projects-1/smart-stick-for-blind-
19
Obstacle Avoiding Robot :-
https://www.arduinotechy.com/blog/arduino-projects-1/obstacle-avoiding-ro
bot-6
Check out the website for more such interesting projects -
arduinotechy.com

Más contenido relacionado

Similar a Smart Gloves For the people who cannot talk

Project_report_on_Attendance_system
 Project_report_on_Attendance_system Project_report_on_Attendance_system
Project_report_on_Attendance_system
Ami Goswami
 
IOTC08 The Arduino Platform
IOTC08 The Arduino PlatformIOTC08 The Arduino Platform
IOTC08 The Arduino Platform
Eoin Brazil
 
Processing - MORE Erasmus+ PAU, 2016 February
Processing - MORE Erasmus+ PAU, 2016 FebruaryProcessing - MORE Erasmus+ PAU, 2016 February
Processing - MORE Erasmus+ PAU, 2016 February
decibeldanilo
 
Arduino اردوينو
Arduino اردوينوArduino اردوينو
Arduino اردوينو
salih mahmod
 
Tinkercad Workshop PPT, Dept. of ECE.pptx
Tinkercad Workshop PPT, Dept. of ECE.pptxTinkercad Workshop PPT, Dept. of ECE.pptx
Tinkercad Workshop PPT, Dept. of ECE.pptx
JayashreeSelvam5
 
UEE PPT.pptx
UEE PPT.pptxUEE PPT.pptx
UEE PPT.pptx
MansiKumari26
 
Introduction to Arduino
Introduction to ArduinoIntroduction to Arduino
Introduction to Arduino
MasudurRahmanSourav
 
1.Arduino Ecosystem.pptx
1.Arduino Ecosystem.pptx1.Arduino Ecosystem.pptx
1.Arduino Ecosystem.pptx
Mohamed Essam
 
ARDUINO Presentation1.pptx
ARDUINO Presentation1.pptxARDUINO Presentation1.pptx
ARDUINO Presentation1.pptx
SourabhSalunkhe10
 
Introduction of Arduino Uno
Introduction of Arduino UnoIntroduction of Arduino Uno
Introduction of Arduino Uno
Md. Nahidul Islam
 
IRJET- IoT based Portable Hand Gesture Recognition System
IRJET-  	  IoT based Portable Hand Gesture Recognition SystemIRJET-  	  IoT based Portable Hand Gesture Recognition System
IRJET- IoT based Portable Hand Gesture Recognition System
IRJET Journal
 
Electronic Door Lock using RFID and Password Based on Arduino
Electronic Door Lock using RFID and Password Based on ArduinoElectronic Door Lock using RFID and Password Based on Arduino
Electronic Door Lock using RFID and Password Based on Arduino
ijtsrd
 
Ardu
ArduArdu
What is arduino
What is arduinoWhat is arduino
What is arduino
vivek kumar
 
Arduino Slides With Neopixels
Arduino Slides With NeopixelsArduino Slides With Neopixels
Arduino Slides With Neopixels
sdcharle
 
Smart Gloves.pptx
Smart Gloves.pptxSmart Gloves.pptx
Smart Gloves.pptx
ShubhangMehta2
 
IRJET- Smart Gloves to Convert Sign Languages to Vocal Output
IRJET- Smart Gloves to Convert Sign Languages to Vocal OutputIRJET- Smart Gloves to Convert Sign Languages to Vocal Output
IRJET- Smart Gloves to Convert Sign Languages to Vocal Output
IRJET Journal
 
Sushil Shinde - Copy
Sushil Shinde - CopySushil Shinde - Copy
Sushil Shinde - Copy
Akshit Shah
 
Animatronic hand controller
Animatronic hand controllerAnimatronic hand controller
Animatronic hand controller
Sabrina Chowdhury
 
Automatic room light controller with visible counter
Automatic room light controller with visible counterAutomatic room light controller with visible counter
Automatic room light controller with visible counter
Mafaz Ahmed
 

Similar a Smart Gloves For the people who cannot talk (20)

Project_report_on_Attendance_system
 Project_report_on_Attendance_system Project_report_on_Attendance_system
Project_report_on_Attendance_system
 
IOTC08 The Arduino Platform
IOTC08 The Arduino PlatformIOTC08 The Arduino Platform
IOTC08 The Arduino Platform
 
Processing - MORE Erasmus+ PAU, 2016 February
Processing - MORE Erasmus+ PAU, 2016 FebruaryProcessing - MORE Erasmus+ PAU, 2016 February
Processing - MORE Erasmus+ PAU, 2016 February
 
Arduino اردوينو
Arduino اردوينوArduino اردوينو
Arduino اردوينو
 
Tinkercad Workshop PPT, Dept. of ECE.pptx
Tinkercad Workshop PPT, Dept. of ECE.pptxTinkercad Workshop PPT, Dept. of ECE.pptx
Tinkercad Workshop PPT, Dept. of ECE.pptx
 
UEE PPT.pptx
UEE PPT.pptxUEE PPT.pptx
UEE PPT.pptx
 
Introduction to Arduino
Introduction to ArduinoIntroduction to Arduino
Introduction to Arduino
 
1.Arduino Ecosystem.pptx
1.Arduino Ecosystem.pptx1.Arduino Ecosystem.pptx
1.Arduino Ecosystem.pptx
 
ARDUINO Presentation1.pptx
ARDUINO Presentation1.pptxARDUINO Presentation1.pptx
ARDUINO Presentation1.pptx
 
Introduction of Arduino Uno
Introduction of Arduino UnoIntroduction of Arduino Uno
Introduction of Arduino Uno
 
IRJET- IoT based Portable Hand Gesture Recognition System
IRJET-  	  IoT based Portable Hand Gesture Recognition SystemIRJET-  	  IoT based Portable Hand Gesture Recognition System
IRJET- IoT based Portable Hand Gesture Recognition System
 
Electronic Door Lock using RFID and Password Based on Arduino
Electronic Door Lock using RFID and Password Based on ArduinoElectronic Door Lock using RFID and Password Based on Arduino
Electronic Door Lock using RFID and Password Based on Arduino
 
Ardu
ArduArdu
Ardu
 
What is arduino
What is arduinoWhat is arduino
What is arduino
 
Arduino Slides With Neopixels
Arduino Slides With NeopixelsArduino Slides With Neopixels
Arduino Slides With Neopixels
 
Smart Gloves.pptx
Smart Gloves.pptxSmart Gloves.pptx
Smart Gloves.pptx
 
IRJET- Smart Gloves to Convert Sign Languages to Vocal Output
IRJET- Smart Gloves to Convert Sign Languages to Vocal OutputIRJET- Smart Gloves to Convert Sign Languages to Vocal Output
IRJET- Smart Gloves to Convert Sign Languages to Vocal Output
 
Sushil Shinde - Copy
Sushil Shinde - CopySushil Shinde - Copy
Sushil Shinde - Copy
 
Animatronic hand controller
Animatronic hand controllerAnimatronic hand controller
Animatronic hand controller
 
Automatic room light controller with visible counter
Automatic room light controller with visible counterAutomatic room light controller with visible counter
Automatic room light controller with visible counter
 

Último

HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.
deepaannamalai16
 
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
indexPub
 
Bossa N’ Roll Records by Ismael Vazquez.
Bossa N’ Roll Records by Ismael Vazquez.Bossa N’ Roll Records by Ismael Vazquez.
Bossa N’ Roll Records by Ismael Vazquez.
IsmaelVazquez38
 
Leveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit InnovationLeveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit Innovation
TechSoup
 
A Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two HeartsA Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two Hearts
Steve Thomason
 
Electric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger HuntElectric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger Hunt
RamseyBerglund
 
Benner "Expanding Pathways to Publishing Careers"
Benner "Expanding Pathways to Publishing Careers"Benner "Expanding Pathways to Publishing Careers"
Benner "Expanding Pathways to Publishing Careers"
National Information Standards Organization (NISO)
 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
iammrhaywood
 
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.pptLevel 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
Henry Hollis
 
Bonku-Babus-Friend by Sathyajith Ray (9)
Bonku-Babus-Friend by Sathyajith Ray  (9)Bonku-Babus-Friend by Sathyajith Ray  (9)
Bonku-Babus-Friend by Sathyajith Ray (9)
nitinpv4ai
 
skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)
Mohammad Al-Dhahabi
 
Data Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsxData Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsx
Prof. Dr. K. Adisesha
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
Krassimira Luka
 
Stack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 MicroprocessorStack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 Microprocessor
JomonJoseph58
 
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdfREASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
giancarloi8888
 
Educational Technology in the Health Sciences
Educational Technology in the Health SciencesEducational Technology in the Health Sciences
Educational Technology in the Health Sciences
Iris Thiele Isip-Tan
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
GeorgeMilliken2
 
Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...
PsychoTech Services
 
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptxRESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
zuzanka
 
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdfمصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
سمير بسيوني
 

Último (20)

HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.
 
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
THE SACRIFICE HOW PRO-PALESTINE PROTESTS STUDENTS ARE SACRIFICING TO CHANGE T...
 
Bossa N’ Roll Records by Ismael Vazquez.
Bossa N’ Roll Records by Ismael Vazquez.Bossa N’ Roll Records by Ismael Vazquez.
Bossa N’ Roll Records by Ismael Vazquez.
 
Leveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit InnovationLeveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit Innovation
 
A Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two HeartsA Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two Hearts
 
Electric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger HuntElectric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger Hunt
 
Benner "Expanding Pathways to Publishing Careers"
Benner "Expanding Pathways to Publishing Careers"Benner "Expanding Pathways to Publishing Careers"
Benner "Expanding Pathways to Publishing Careers"
 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
 
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.pptLevel 3 NCEA - NZ: A  Nation In the Making 1872 - 1900 SML.ppt
Level 3 NCEA - NZ: A Nation In the Making 1872 - 1900 SML.ppt
 
Bonku-Babus-Friend by Sathyajith Ray (9)
Bonku-Babus-Friend by Sathyajith Ray  (9)Bonku-Babus-Friend by Sathyajith Ray  (9)
Bonku-Babus-Friend by Sathyajith Ray (9)
 
skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)
 
Data Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsxData Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsx
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
 
Stack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 MicroprocessorStack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 Microprocessor
 
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdfREASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
REASIGNACION 2024 UGEL CHUPACA 2024 UGEL CHUPACA.pdf
 
Educational Technology in the Health Sciences
Educational Technology in the Health SciencesEducational Technology in the Health Sciences
Educational Technology in the Health Sciences
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
 
Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...
 
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptxRESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
 
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdfمصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
 

Smart Gloves For the people who cannot talk

  • 1. Smart Gloves The smart glove for sign language translation is an innovative wearable device that utilizes Arduino technology to facilitate communication between individuals proficient in sign language and those who are not. Equipped with sensors embedded in the glove, it captures the intricate hand gestures and movements used in sign language. Arduino serves as the processing unit, analyzing the sensor data and translating it into corresponding text or speech output in real-time. This enables individuals who are not fluent in sign language to understand and respond to the communication effectively. Additionally, the system can be customized to recognize and interpret specific sign language gestures or alphabets, offering versatility and accuracy. With its ability to bridge the gap between sign language users and non-users, the smart glove for sign language translation promotes inclusivity, accessibility, and seamless communication in diverse settings. Circuit Diagram :- Code :- // By Arduino Techy ​ ​ ​ ​ // int thumb; int first_finger; int second_finger; int third_finger; int fourth_finger; #include // initialize the library by associating any needed LCD interface pin // with the arduino pin number it is connected to const int rs = 12, en = 11, d4 = 5, d5 = 4, d6 = 3, d7 = 2; LiquidCrystal lcd(rs, en, d4, d5, d6, d7);
  • 2. void setup() { // put your setup code here, to run once: pinMode(A0, INPUT); pinMode(A1, INPUT); pinMode(A2, INPUT); pinMode(A3, INPUT); pinMode(A4, INPUT); Serial.begin(9600); lcd.begin(16, 2); } void loop() { // put your main code here, to run repeatedly: int thumb = analogRead(A0); int first_finger = analogRead(A1); int second_finger = analogRead(A2); int third_finger = analogRead(A3); int fourth_finger = analogRead(A4); Serial.print(thumb); Serial.print("t"); Serial.print(first_finger); Serial.print("t"); Serial.print(second_finger); Serial.print("t"); Serial.print(third_finger); Serial.print("t"); Serial.println(fourth_finger); Serial.print("t"); if(thumb >=20 )
  • 3. { lcd.clear(); lcd.setCursor(1,0); lcd.print("I NEED WATER"); delay(500); } else if(first_finger >=20 ) { lcd.clear(); lcd.setCursor(1,0); lcd.print("I NEED FOOD"); delay(500); } else if(second_finger >=20 ) { lcd.clear(); lcd.setCursor(1,0); lcd.print("RESTROOM"); delay(500); } else if(third_finger >=20 ) { lcd.clear(); lcd.setCursor(1,0); lcd.print("MY NAME IS HELP"); delay(500); } else if(fourth_finger >=20 ) { lcd.clear(); lcd.setCursor(1,0); lcd.print("I AM FROM HR"); delay(500);
  • 4. } else{ lcd.clear(); lcd.setCursor(1,0); lcd.print("NOTHING"); } } Components :- Arduino Uno Buying Link - https://amzn.to/3Q51Jnr Flex Sensor Buying Link - https://amzn.to/3UjqS0l LCD Display Buying Link - https://amzn.to/3W0L9ZI
  • 5. Potentio-meter Buying Link - https://amzn.to/3W5J92r Resistors Buying Link - https://amzn.to/3Q4zIwz Gloves Buying Link - https://amzn.to/49E9N5Q Jumper Wires Buying Link - https://amzn.to/4cXF4Dw More Projects :- Smart Stick for blind :- https://www.arduinotechy.com/blog/arduino-projects-1/smart-stick-for-blind- 19 Obstacle Avoiding Robot :- https://www.arduinotechy.com/blog/arduino-projects-1/obstacle-avoiding-ro bot-6
  • 6. Check out the website for more such interesting projects - arduinotechy.com