Skip to content

Pronoy999/SmokeDetector_App

Repository files navigation

SmokeDetector_App

This is the app which can be used while making an Arduino Project. Suppose you want to make something which will create an alarm. Now there are ways of giving an alaram like ringing a bell or lighting a led. But What if you want to send an sms to the user. The usual way to send an sms is connecting the mobile as a modem and then using Microsoft Visual studio and using hyper terminal sending sms. But thats too diffcult. Incase I suggest another way, thats just connect
Bluetooth module and then send an sms from the android phone with out needing it to connect it to the system. afe This app receives the bluetooth data and then sends a predefined sms text to the mobile number already specified.

I used this app for my project where I was required to detect smoke using some sensor and arduino and then notify the user. I was able to send a bluetooth text to the android app and then the app would send the SMS to the mobile number specified at the time of the initialization.

License

MIT License

Copyright (c) 2016 Pronoy Mukherjee

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Releases

No releases published

Packages

No packages published

Languages