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.
What's new in the latest 1.1.2
Fixed: App crashed in lower platforms like marshmallow and Lolipop
Arduino Home automation APK -informatie
Oude versies van Arduino Home automation
Arduino Home automation 1.1.2
Arduino Home automation 1.1.1
Arduino Home automation 1.0
![APKPure-icoon](https://image.winudf.com/v2/upload/images/icon.png/image.png?fakeurl=1&w=120)
Supersnel en veilig downloaden via de APKPure-app
Eén klik om XAPK/APK-bestanden op Android te installeren!