Blind Stick Using Transmitter and Receiver
Blind Stick Using Transmitter and Receiver
The blind stick will have an Ultrasonic sensor to sense distance from any obstacle,
LDR to sense lighting conditions and a RF remote using which the blind man could
remotely locate his stick. All the feedbacks will be given to the blind man through a
Buzzer.
MATERIALS REQUIRED:
Arduino Nano
Ultrasonic Sensor HC-SR04
LDR
Buzzer and LED
7805
433MHz RF transmitter and receiver
Resistors
Push button
Perf board
Soldering Kit
9V batteries
CIRCUIT DIAGRAM:
This Arduino Smart Blind Stick Project requires two separate circuits.
One is the main circuit which will be mounted on the blind man’s stick.
The other is a small remote RF transmitter circuit which will be used to locate the
main circuit.
The LDR is connected with a resistor of value 10K to form a Potential divider and
the difference in voltage is read by Arduino ADC pin A1.
The output of the board is given by the Buzzer which is connected to pin 12.
The data pin of the receiver is passed through an RC filter and then given to the
Arduino .
whenever the button is pressed the Receiver output some constant ADC value
repeatedly.
So we write the Arduino program to check for repeated values to detect if the button
is pressed.
Power both the circuits using a 9V battery and you should start to see results.
Move the Ultra Sonic sensor closer to object and you will notice the Buzzer beeping
and this beeping frequency increases as the stick goes closer to object.
If the LDR is covered in dark or if there is too much light the buzzer will beep.
When you press the button on the remote the buzzer will give a long beep
TRANSMITTER
The transmitter is able to generate a radio frequency alternating current that is then
applied to the antenna, which, in turn, radiates this as radio waves.
RECEIVER
It is the device that receives and decodes signals and then conditions or transforms
them into something that another machine or computer understands.