smart home Bluetooth icône

4.0 by musa almusawy


May 17, 2018

À propos de smart home Bluetooth

تطبيق يتحكم بأجهزة المنزل عن بعد بواسطة البلوتوث وجهاز arduino

تطبيق يتحكم بأجهزة المنزل عن بعد بواسطة البلوتوث وجهاز arduino مع شرح مفصل على قناتي على اليوتيوب للنسخة القديمة وهذة النسخة الحديثة من البرنامج تم ضافة أثنان من الازار وتطوير واجهة المستخدم لتتناسب مع كل الاجهزة .

كود arduino

#include

SoftwareSerial BT(1, 0);

void setup()

{

// set digital pin to control as an output

pinMode(13, OUTPUT);

pinMode(4, OUTPUT);

// set the data rate for the SoftwareSerial port

BT.begin(9600);

// Send test message to other device

BT.println("MUSA ALMUSAWY");

}

char a; // stores incoming character from other device

void loop()

{-

if (BT.available())

// if text arrived in from BT serial...

{

a=(BT.read());

if (a=='1')

{

digitalWrite(13, HIGH);

BT.println("LED1 on");

}

if (a=='2')

{

digitalWrite(13, LOW);

BT.println("LED1 off");

}

if (a=='4')

{

digitalWrite(4, LOW);

BT.println("LED2 off");

}

if (a=='3')

{

digitalWrite(4, HIGH);

BT.println("LED2 ON");

}

if (a=='?')

{

BT.println("Send '1' to turn LED on");

BT.println("Send '2' to turn LED on");

BT.println("Send '3' to turn LED on");

BT.println("Send '4' to turn LED on");

}

// you can add more "if" statements with other characters to add more commands

}}

Quoi de neuf dans la dernière version 4.0

Last updated on May 17, 2018

Minor bug fixes and improvements. Install or update to the newest version to check it out!

Chargement de la traduction...

Informations Application supplémentaires

Dernière version

Demande smart home Bluetooth mise à jour 4.0

Nécessite Android

4.0 and up

Voir plus

smart home Bluetooth Captures d'écran

Charegement du commentaire...
Recherche en cours...
Abonnez-vous à APKPure
Soyez le premier à avoir accès à la sortie précoce, aux nouvelles et aux guides des meilleurs jeux et applications Android.
Non merci
S'inscrire
Abonné avec succès!
Vous êtes maintenant souscrit à APKPure.
Abonnez-vous à APKPure
Soyez le premier à avoir accès à la sortie précoce, aux nouvelles et aux guides des meilleurs jeux et applications Android.
Non merci
S'inscrire
Succès!
Vous êtes maintenant souscrit à notre newsletter.