Difference between revisions of "S16: Simpsons"
Proj user1 (talk | contribs) (→Schedule) |
Proj user1 (talk | contribs) (→GSM Module) |
||
Line 124: | Line 124: | ||
=== GSM Module === | === GSM Module === | ||
− | This module consist of a GSM/GPRS Sim900 | + | This module consist of a GSM/GPRS Sim900 modem and a press button (panic button) mounted on the stick. This GSM modem accepts a full size SIM card and can communicate using AT (Attention) commands sent from the micro controller (LPC 1768, SJone board) through UART interface at a baud rate of 112500 bits per seconds. This module requires 5 volts in order to work properly. In an emergency situation, the stick owner must press this button which will send an SMS to a registered user to take care of the blind person. |
+ | |||
+ | There are two led's on the modem, namely power and sync. Once the 5 volt power supply is given, this light will turn on, and the sync led will start blinking as well. However, this sync led is very useful during testing and making sure that the SIM card has been registered on the network. If the SIM card has not been registered on the network, and/or not been inserted into the modem yet, the sync led will blink at a rate more than once every second. After the SIM card is registered the rate of blinking reduces to as low as once every three seconds. | ||
==== Hardware Design ==== | ==== Hardware Design ==== |
Revision as of 07:50, 15 May 2016
Contents
Grading Criteria
- How well is Software & Hardware Design described?
- How well can this report be used to reproduce this project?
- Code Quality
- Overall Report Quality:
- Software Block Diagrams
- Hardware Block Diagrams
- Schematic Quality
- Quality of technical challenges and solutions adopted.
Smart Walking Cane for Blind
Abstract
This section should be a couple lines to describe what your project does.
Objectives & Introduction
Show list of your objectives. This section includes the high level details of your project. You can write about the various sensors or peripherals you used to get your project completed.
Team Members & Responsibilities
- Gaurao Chaudhari
- Akshay Kanchar
- Key Locator
- Keerthana Alugudurai
- Haptic feedback
- Bhushan Muthiyan
- Haptic feedback
- Arvind Allawadi
- GSM module
Schedule
Sl. No | Start Date | End Date | Task | Status | Actual Completion Date |
---|---|---|---|---|---|
1 | 04/05/2016 | 04/12/2016 | 1) Buying of blind stick and other important components 2) Development and Design of Software and Hardware Architecture |
Completed | 04/11/2016 |
2 | 04/12/2016 | 04/19/2016 | 1) Interfacing Sensors,Vibrators,Buttons and GSM with SJ One Board 2)Developing basic functionalities for Sensors and Vibrators |
Completed | 04/20/2016 |
3 | 04/19/2016 | 04/26/2016 | 1) Interfacing,implementation and integration of GSM module 2) Implementation of Key Locator functionality |
Completed | 04/28/2016 |
4 | 04/26/2016 | 05/03/2016 | Completing Integration of all modules and testing basic obstacle avoidance and haptic feedback | Completed | 05/05/2016 |
5 | 05/03/2016 | 05/10/2016 | Testing and resolution of Problems | Completed | 05/12/2016 |
6 | 05/10/2016 | 05/17/2016 | Final testing | In Progress |
Parts List & Cost
Give a simple list of the cost of your project broken down by components. Do not write long stories here.
Design & Implementation
Key Locator
Hardware Design
A in-built Nordic wireless is used for board to board communication.The transceiver used is nRF24L01+ Single Chip 2.4GHz Transceiver. Figure() shows the connection of the transceiver with the SJ One controller.
<Figure should appear here>
The boards communicate via 2.4 GHz RP-SMA Duck antennas. Figure() shows the connections of these antennas.
<Figure should appear here>
Hardware Interface
The hardware interface is fairly simple. A small 5V battery powers key via its on board 5V pins.The antenna is connected to the SJ One board via its SMA connector.The Nordic wireless has the following connections with the controller. SPI bus is used for communication between them.
< table should appear here>
Software Design
The software design is divided into two parts:
1) Key Transmitter : A Free-RTOS task is used to detect key press by the user.
2) Key Receiver : A Free-RTOS task is used to detect signal received on the Cane.On receiving the signal, a call is made to the sound buzzer.
Implementation
<Figure containing steps will appear here>
GSM Module
This module consist of a GSM/GPRS Sim900 modem and a press button (panic button) mounted on the stick. This GSM modem accepts a full size SIM card and can communicate using AT (Attention) commands sent from the micro controller (LPC 1768, SJone board) through UART interface at a baud rate of 112500 bits per seconds. This module requires 5 volts in order to work properly. In an emergency situation, the stick owner must press this button which will send an SMS to a registered user to take care of the blind person.
There are two led's on the modem, namely power and sync. Once the 5 volt power supply is given, this light will turn on, and the sync led will start blinking as well. However, this sync led is very useful during testing and making sure that the SIM card has been registered on the network. If the SIM card has not been registered on the network, and/or not been inserted into the modem yet, the sync led will blink at a rate more than once every second. After the SIM card is registered the rate of blinking reduces to as low as once every three seconds.
Hardware Design
The hardware design for this module includes a GSM/GPRS Sim900 module and a switch both connecting to a common SJ one micro controller.
<Figure should appear here>
Hardware Interface
The communication protocol of GSM module with the controller is through UART which requires four wires to establish a serial communication- Rx, Tx, Ground and Vcc. Figure() shows the connection of the GSM module with the SJ One controller.
<Figure should appear here>
A switch used as a panic button will be used as an interrupt to the controller board's GPIO pin, which will initiate the routine to send the AT commands to the GSM module necessary for sending SMS to a cellular phone.
<Figure should appear here>
Software Design
The software design for this module will include only a panic task. This task will monitor if a stick owner has pressed the panic button or not. If the button is pressed, then the controller will send a set of AT commands required to enable GSM module to an SMS mode and be able to send a desired SMS to the cellular phone.
Implementation
<Figure containing steps will appear here>
Haptic Feedback
This module consist of a haptic vibrator.
Hardware Design
<Figure should appear here>
Hardware Interface
<Figure should appear here>
<Figure should appear here>
Software Design
Implementation
<Figure containing steps will appear here>
Testing & Technical Challenges
Describe the challenges of your project. What advise would you give yourself or someone else if your project can be started from scratch again? Make a smooth transition to testing section and described what it took to test your project.
Include sub-sections that list out a problem and solution, such as:
My Issue #1
Discuss the issue and resolution.
Conclusion
Conclude your project here. You can recap your testing and problems. You should address the "so what" part here to indicate what you ultimately learnt from this project. How has this project increased your knowledge?
Project Video
Upload a video of your project and post the link here.
Project Source Code
References
Acknowledgement
Any acknowledgement that you may wish to provide can be included here.
References Used
Nordic Wireless [1]
Appendix
You can list the references you used.