1/7
Arduino Home automation screenshot 0
Arduino Home automation screenshot 1
Arduino Home automation screenshot 2
Arduino Home automation screenshot 3
Arduino Home automation screenshot 4
Arduino Home automation screenshot 5
Arduino Home automation screenshot 6
Arduino Home automation Icon

Arduino Home automation

Dark Brothers
Trustable Ranking Icon인증완료
1K+다운로드
4.5MB크기
Android Version Icon5.1+
안드로이드 버전
1.1.2(24-07-2020)최신 버전
-
(0 리뷰)
Age ratingPEGI-3
다운로드
세부 정보리뷰버전정보
1/7

Arduino Home automation의 설명

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.


Arduino Home automation - 버전 1.1.2

(24-07-2020)
다른 버전들
뭐가 새롭나Bug FixesFixed: App crashed in lower platforms like marshmallow and Lolipop

아직 평가나 리뷰가 없습니다! 첫 번째로 남겨 보세요

-
0 Reviews
5
4
3
2
1
Info Trust Icon
좋은 앱임을 보장합니다이 어플리케이션은 바이러스,멀웨어와 기타 악의적인 공격에 대한 보안 시험을 통과하였으며 어떠한 위험요소도 포함되어 있지 않습니다.

Arduino Home automation - APK 정보

APK 버전: 1.1.2패키지: com.darkbrothers.automation
안드로이드 호환: 5.1+ (Lollipop)
개발자:Dark Brothers권한:7
이름: Arduino Home automation크기: 4.5 MB다운로드: 5버전 : 1.1.2출시 날짜: 2021-02-22 23:55:55최소 스크린: SMALL지원되는 CPU:
패키지 ID: com.darkbrothers.automationSHA1 서명: 3A:D7:9A:50:AA:BE:DC:CC:95:80:51:4D:BF:68:00:31:01:E4:72:4C개발자 (CN): Android단체 (O): Google Inc.로컬 (L): Mountain View나라 (C): US주/시 (ST): California패키지 ID: com.darkbrothers.automationSHA1 서명: 3A:D7:9A:50:AA:BE:DC:CC:95:80:51:4D:BF:68:00:31:01:E4:72:4C개발자 (CN): Android단체 (O): Google Inc.로컬 (L): Mountain View나라 (C): US주/시 (ST): California

Arduino Home automation의 최신 버전

1.1.2Trust Icon Versions
24/7/2020
5 다운로드4.5 MB 크기
다운로드

다른 버전들

1.1.1Trust Icon Versions
30/6/2020
5 다운로드4.5 MB 크기
다운로드
1.0Trust Icon Versions
12/12/2018
5 다운로드3.5 MB 크기
다운로드
appcoins-gift
AppCoins 게임더 많은 보상을 받으세요!
더 보기