Arduino Home automation

Uncia Robotics
Jul 26, 2020
  • 4.4 MB

    Bestandsgrootte

  • Android 5.0+

    Android OS

Over Arduino Home automation

Om huishoudelijke apparaten te bedienen via je Android-telefoon

Met deze app met microcontrollers (Arduino, Raspberry Pi, AVR, ARM enz.), HC-05 Bluetooth-module en relaismodule kunt u uw huishoudelijke apparaten op afstand bedienen met uw smartphone.

Documentaion lezen: http://unciarobotics.com/project/home-automation-project-with-arduino-using-hc-05/

De basis Arduino-code om gegevens te lezen die via Bluetooth zijn verzonden, is als volgt:

const int relay = 2; // pin waar Relay is aangesloten

char gegevens; // variabele om gegevens op te slaan

ongeldige setup () {

Serial.begin (9600); // Begin seriële communicatie

pinMode (relais, OUTPUT); // maak relais pin als output

}

leegte lus () {

if (Serial.available ()> 0) // als er gegevens zijn over RX

{

data = Serial.read (); // bewaar het binnen variabele

if (data == 'a')

{digitalWrite (relay, HIGH); //Doe het licht aan

Serial.println ("Light ON");

}

if (data == 'b')

{digitalWrite (relay, LOW); //Doe het licht uit

Serial.println ("Light OFF");

}

}

}

}

}

// Kopieer Plak deze code in Arduino IDE en controleer de gegevens op Serial Monitor.

Meer InfoMinder Info

What's new in the latest 1.1.2

Last updated on 2020-07-26
Bug Fixes
Fixed: App crashed in lower platforms like marshmallow and Lolipop

Arduino Home automation APK -informatie

Laatste versie
1.1.2
Categorie
Communicatie
Android OS
Android 5.0+
Bestandsgrootte
4.4 MB
Ontwikkelaar
Uncia Robotics
Veilige en snelle APK Downloads op APKPure
APKPure gebruikt handtekeningverificatie om virusvrije Arduino Home automation APK downloads voor u te garanderen.

Oude versies van Arduino Home automation

Supersnel en veilig downloaden via de APKPure-app

Eén klik om XAPK/APK-bestanden op Android te installeren!

Downloaden APKPure