-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
997ca66
commit 9875d0f
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,21 @@ | ||
Home-Automation-Android- | ||
======================== | ||
This is an android app that allows you to automate the appliances in a room. | ||
|
||
Download the project as a zip. | ||
|
||
Remove the arduino file from the zip and import the rest into Eclipse. | ||
|
||
The arduino script simply checks for a decimal number. On the basis of that, it will turn the corresponding port high/low. | ||
|
||
Example : On receiving the number 1, the board gives port number 13 high - bedroom light on | ||
|
||
and on receiving the number 2, the board gives port number 13 low- bedroom light off. | ||
|
||
You will need to change the numbers that the app throws to the bluetooth module that connects the board to the phone. | ||
|
||
Otherthan that, upload the script to the arduino board. The current app has 4 icons in which 2 are only mapped. | ||
|
||
If you want the other 2 switches to be functional, simply map the numbers and port numbers to turn on and off the various applications in a room. | ||
|
||
This is free to distribute, modify and for personal use. |