Arduino Home automation APK

Version 1.1.2 - com.darkbrothers.automation
darkbrothers,automation,communication,home

Arduino Home automation apk

APP Information

Download Version 1.1.2 (4)
Apk Size4.37 MB
App DeveloperDark Brothers
Malware CheckTRUSTED
Install on Android5.0 and up
App Packagecom.darkbrothers.automation.apk
MD5c12fe9427ce91541ea6afa51521ffe2c
Rate5

Download Arduino Home automation 1.1.2 APK

App Description

Arduino Home automation is darkbrothers,automation,communication,home, content rating is Everyone (PEGI-3). This app is rated 5 by 1 users who are using this app. To know more about the company/developer, visit Dark Brothers website who developed it. com.darkbrothers.automation.apk apps can be downloaded and installed on Android 5.0 and higher Android devices. The Latest Version of 1.1.2 Available for download. Download the app using your favorite browser and click Install to install the application. Please note that we provide both basic and pure APK files and faster download speeds than APK Mirror. This app APK has been downloaded 47+ times on store. You can also download com.darkbrothers.automation APK and run it with the popular Android Emulators.

Using this app with micro controllers (Arduino, Raspberry Pi, AVR, ARM etc), HC-05 Bluetooth Module and Relay Module you can control your home appliances using your smartphone remotely.

Read documentaion : http://unciarobotics.com/project/home-automation-project-with-arduino-using-hc-05/

The basic Arduino code to read data transmitted over Bluetooth is as follows:

const int relay = 2; //pin where Relay is connected
char data; //variable to store data
void setup() {
Serial.begin(9600); //Begin serial communication
pinMode(relay, OUTPUT); //make relay pin as output
}

void loop() {
if (Serial.available() > 0) //if there is data on RX
{
data = Serial.read(); //save it inside variable
if (data == 'a')
{ digitalWrite(relay, HIGH); //Turn ON the Light
Serial.println("Light ON");
}
if (data == 'b')
{ digitalWrite(relay, LOW); //Turn OFF the Light
Serial.println("Light OFF");
}
}
}
}
}

//Copy Paste this code into Arduino IDE and monitor the data on Serial Monitor.
 

App ChangeLog

  • Bug Fixes
  • Fixed: App crashed in lower platforms like marshmallow and Lolipop

App Screens

Arduino Home automation App Screen 1Arduino Home automation App Screen 2Arduino Home automation App Screen 3Arduino Home automation App Screen 4Arduino Home automation App Screen 5Arduino Home automation App Screen 6Arduino Home automation App Screen 7Arduino Home automation App Screen 8Arduino Home automation App Screen 9Arduino Home automation App Screen 10Arduino Home automation App Screen 11Arduino Home automation App Screen 12Arduino Home automation App Screen 13Arduino Home automation App Screen 14

com.darkbrothers.automation.apk

Apk scan results


Apk Scaned By TotalVirus Antivirus,com.darkbrothers.automation.apk Was Pure And Safe.

Scan Stats:harmless:0|type-unsupported:11|suspicious:0|confirmed-timeout:0|timeout:0|failure:0|malicious:0|undetected:64|
Name:com.darkbrothers.automation.apk
SHA-1:05d088d92e38ce3af5ceee067ae3164827194059
SHA-256:99cfb70cb97e01c01d175aab26fdb09c9dc467d2e12328965e9590282c61d476
SSDEEP:98304:eWcx3xoBigKpKAQB2HYuoKcseqXGkr0ANp3iWFHvDTigEeztBksfrUIAdr:eS5KpKAY3KRGTANjPDseznLAl
File type:Android
Magic:Zip archive data, at least v2.0 to extract
File size:4582398
Uncompressed Size:10005443
Contained Files	:778
Contained Files By Type:xml:456,dex:1,MF:1,RSA:1,jpg:1,ttf:1,SF:1,png:254,

Older Versions

More Android Apps to Consider