erminesoft logo
Go

Arduino Bluetooth Home Automation for PC

Published by  Rupak Poddar
  • Category
    Tools
  • Developer
    Rupak Poddar
  • Downloads
    1000+
  • Android Version
    4.0 and up
  • Content Rating
    Everyone
Arduino Bluetooth Home Automation PC screenshot 1Arduino Bluetooth Home Automation PC screenshot 2

Control appliances via Bluetooth and Arduino

*You need to built a setup using Arduino and HC-05/06 Bluetooth module to use this application. It won't work with normal house wiring.

PIN OUT-
Device 1 ---------------------- Arduino pin12
Device 2 ---------------------- Arduino pin11
Device 3 ---------------------- Arduino pin10
Device 4 ---------------------- Arduino pin9
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 a = 12;
int b = 11;
int c = 10;
int d = 9;

String readString;

void setup() {
Serial.begin(9600);
pinMode(a, OUTPUT);
pinMode(b, OUTPUT);
pinMode(c, OUTPUT);
pinMode(d, OUTPUT);
}

void loop() {
while (Serial.available()) {
delay(3);
char c = Serial.read();
readString += c;
}
if (readString.length() >0) {
Serial.println(readString);
if (readString == "on1")
{
digitalWrite(a, HIGH);
}
if (readString == "off1")
{
digitalWrite(a, LOW);
}
if (readString == "on2")
{
digitalWrite(b, HIGH);
}
if (readString == "off2")
{
digitalWrite(b, LOW);
}
if (readString == "on3")
{
digitalWrite(c, HIGH);
}
if (readString == "off3")
{
digitalWrite(c, LOW);
}
if (readString == "on4")
{
digitalWrite(d, HIGH);
}
if (readString == "off4")
{
digitalWrite(d, LOW);
}
if (readString == "af")
{
digitalWrite(a, LOW);
digitalWrite(b, LOW);
digitalWrite(c, LOW);
digitalWrite(d, LOW);
}

readString="";
}
}


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

How to Install Arduino Bluetooth Home Automation for Windows PC or MAC:

Arduino Bluetooth Home Automation is an Android Tools app developed by Rupak Poddar and published on the Google play store. It has gained around 1000 installs so far, with an average rating of 4.0 out of 5 in the play store.

Arduino Bluetooth Home Automation requires Android with an OS version of 4.0 and up. In addition, the app has a content rating of Everyone, from which you can decide if it is suitable to install for family, kids, or adult users. Arduino Bluetooth Home Automation is an Android app and cannot be installed on Windows PC or MAC directly.

Android Emulator is a software application that enables you to run Android apps and games on a PC by emulating Android OS. There are many free Android emulators available on the internet. However, emulators consume many system resources to emulate an OS and run apps on it. So it is advised that you check the minimum and required system requirements of an Android emulator before you download and install it on your PC.

Below you will find how to install and run Arduino Bluetooth Home Automation on PC:

  • Firstly, download and install an Android emulator to your PC
  • Download Arduino Bluetooth Home Automation APK to your PC
  • Open Arduino Bluetooth Home Automation APK using the emulator or drag and drop the APK file into the emulator to install the app.
  • If you do not want to download the APK file, you can install Arduino Bluetooth Home Automation PC by connecting your Google account with the emulator and downloading the app from the play store directly.

If you follow the above steps correctly, you should have the Arduino Bluetooth Home Automation ready to run on your Windows PC or MAC. In addition, you can check the minimum system requirements of the emulator on the official website before installing it. This way, you can avoid any system-related technical issues.

Download Arduino Bluetooth Home Automation For PC

Arduino Bluetooth Home Automation APK 1.92.92 MB1.9