Introduction: Assistance for Visually Impaired Featuring 4Duino-24
Blind Assistance is a project designed to help visually impaired people detecting obstacles in their way. It uses 4Duino, three ultrasonic sensors, one vibration motor and an LED. These components are attached to a walking stick.
Blind Assistance alarms the user if there’s an obstacle in his way. These obstacles are detected using an Ultrasonic Sensor. It is able to measure distances from 2cm to 400cm. Ultrasonic receiver and transmitter is included in the module. The vibration motor is activated when an obstacle is detected alarming the user. The details of the user is shown in 4Duino’s display. These includes the Name, Address, Contact and Emergency Number. In addition, 4duino allows the user or any person to send a message to a web browser by tapping the display, the ESP8266 WiFi Module is used to achieve this functionality. For example, the user can send a message if he is in an emergency situation. In addition, blinking LED is attached to Blind Assistance project to provide the user extra visibility. This is very helpful particularly in dark areas.
Step 1: How It Works
Step 2: Build
Materials
- 4Duino
- 3 x HC-SR04 Ultrasonic Distance Sensor
- Vibration motor
- Breadboard (optional)
- LED
- 220Ω– 1 kΩ resistor
- Connecting wires
- µSD Card
- Micro USB Cable
- 5V Portable power supply
- Walking Stick
- Customised Bezzel/ Case
- Gluestick
- Adhesive Tape
Build the circuit as shown in the diagram.
Step 3: Program
Workshop 4 – 4Duino Basic Graphics environment is used to program this project. (The same could be implemented in the latest Arduino IDE) This project requires the Arduino IDE to be installed as Workshop calls the Arduino IDE for compiling the Arduino sketches. The Arduino IDE however is not required to be opened or modified to program the 4Duino.
- Download the code here. Open this file using Workshop 4.
- Change the SSID and the PASSWORD to suit your router, in the program.
- Connect the 4Duino to the PC using µUSB cable. Then navigate to the Comms tab and select the Comms port to which the 4Duino connected.
- Finally, go back to “Home” tab and now click on the “Comp’nLoad” button.
- Workshop 4 IDE will prompt you to insert a µSD card to the PC in order to save the widget images. Select uSD card to be loaded and Click “OK”. Insert the μSD card to load the image files to into the 4Duino. After uploading the program in to the 4Duino, it will try to mount the μSD card. If the μSD card is not inserted it will print an error message. After you have inserted the uSD Card to your 4duino, the GUI will appear on your display.
- Apply a portable 5V power supply to the 4duino.
- After uploading the code you can now use the Blind Assistance Project.
Step 4: Demo
Mount the circuit to a walking stick using adhesive tape or hot glue.
The Form 1 of the Assistance for Visually Impaired project shows the information of the user. Form 2 will activate upon pressing the display more than 2 seconds. This enables the 4Duino to send an emergency message to a web browser
If you want more projects, visit 4duino.com.
Enjoy!!!