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 IconMegbízható
1K+Letöltések
4.5MBMéret
Android Version Icon5.1+
Android-verzió
1.1.2(24-07-2020)Legújabb verzió
-
(0 Értékelések)
Age ratingPEGI-3
Letöltés
RészletekÉrtékelésekVerziókInfó
1/7

Arduino Home automation leírása

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 verzió

(24-07-2020)
Egyéb változatok
Mi újságBug FixesFixed: App crashed in lower platforms like marshmallow and Lolipop

Még nincs vélemény vagy értékelés! Ha te szeretnél lenni az első,

-
0 Reviews
5
4
3
2
1
Info Trust Icon
Jó app garanciaEz az alkalmazás átment a vírus- malware és egyéb ellenőrzéseken, és nem tartalmaz semmiféle veszélyforrást.

Arduino Home automation - APK információ

APK verzió: 1.1.2Csomag: com.darkbrothers.automation
Android kompatibilitás: 5.1+ (Lollipop)
Fejlesztő:Dark BrothersEngedélyek:7
Név: Arduino Home automationMéret: 4.5 MBLetöltések: 5Verzió: : 1.1.2Megjelenési dátum: 2021-02-22 23:55:55Min képernyő: SMALLTámogatott CPU:
Csomag ID: com.darkbrothers.automationSHA1 aláírás: 3A:D7:9A:50:AA:BE:DC:CC:95:80:51:4D:BF:68:00:31:01:E4:72:4CFejlesztő (CN): AndroidSzervezet (O): Google Inc.Helyi (L): Mountain ViewOrszág (C): USÁllam/város (ST): CaliforniaCsomag ID: com.darkbrothers.automationSHA1 aláírás: 3A:D7:9A:50:AA:BE:DC:CC:95:80:51:4D:BF:68:00:31:01:E4:72:4CFejlesztő (CN): AndroidSzervezet (O): Google Inc.Helyi (L): Mountain ViewOrszág (C): USÁllam/város (ST): California

Arduino Home automation legújabb verziója

1.1.2Trust Icon Versions
24/7/2020
5 letöltések4.5 MB Méret
Letöltés

Egyéb változatok

1.1.1Trust Icon Versions
30/6/2020
5 letöltések4.5 MB Méret
Letöltés
1.0Trust Icon Versions
12/12/2018
5 letöltések3.5 MB Méret
Letöltés
appcoins-gift
AppCoins GamesNyerj még több jutalmat!
egyebek