Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prasanthlouis committed Oct 6, 2014
1 parent 997ca66 commit 9875d0f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
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.

0 comments on commit 9875d0f

Please sign in to comment.