Bluetooth Home Automation

Bluetooth Home Automation Free App

Rated 5.00/5 (6) —  Free Android application by Rupak Poddar

About Bluetooth Home Automation

PIN OUT
Device---------------------- Arduino pin12
Bluetooth module Tx --- Arduino pin Rx
Bluetooth module Rx --- Arduino pin Tx
Bluetooth module VCC-- 5v Arduino (OUTPUT)
Bluetooth module GND--GND Arduino (OUTPUT)


-------Arduino Code--------

int Device = 12;

String readString;

void setup() {
Serial.begin(9600);
pinMode(Device, OUTPUT);
}

void loop() {
while (Serial.available()) {
delay(3);
char c = Serial.read();
readString += c;
}
if (readString.length() >0) {
Serial.println(readString);
if (readString == "on")
{
digitalWrite(Device, HIGH);
}
if (readString == "off")
{
digitalWrite(Device, LOW);
}

readString="";
}
}


//watch my videos on youtube- https://www.youtube.com/channel/UCvR-ssFhPXo2xO1A9JfzXyA

How to Download / Install

Download and install Bluetooth Home Automation version 1.3 on your Android device!
Downloaded 100+ times, content rating: Everyone
Android package: appinventor.ai_poddarrupak2808.HomeAutomation, download Bluetooth Home Automation.apk

All Application Badges

Free
downl.
Android
1.6+
Bug
buster
For everyone
Android app

App History & Updates

What's Changed
-Bugs fixed
Version update Bluetooth Home Automation was updated to version 1.3
More downloads  Bluetooth Home Automation reached 100 - 500 downloads
Name changed  Name changed! Arduino Smart Home now is known as Bluetooth Home Automation.

What are users saying about Bluetooth Home Automation

B70%
by B####:

Easiest setup and a very simple app

M70%
by M####:

Very Very easy and simple

M70%
by M####:

Simple and good


Share The Word!


Rating Distribution

RATING
5.05
6 users

5

4

3

2

1