BShaniuno

BShaniuno

Work IT BD
Dec 19, 2017
  • Everyone

  • 1.6 and up

    Android OS

À propos de BShaniuno

C'est des applications Android pour contrôler trois commutateurs ou relais avec carte Arduino.

This is android apps to control Three switches or relay with Arduino board. This is a simple example app to control anything. We give with code to operate and make a tutorial to use and learn about Android and Arduino Bluetooth communication. arduino code:-

---------------------------------------------------------------------------------------------------------------------------------------

char blueToothVal; //value sent over via bluetooth

char lastValue; //stores last state of device (on/off)

int led = 3;

int ledone = 5;

int ledtwo = 6;

void setup()

{

Serial.begin(9600);

pinMode(led,OUTPUT);

pinMode(ledone, OUTPUT);

pinMode(ledtwo, OUTPUT);

}

void loop()

{

if(Serial.available())

{//if there is data being recieved

blueToothVal=Serial.read(); //read it

}

if (blueToothVal=='n')

{//if value from bluetooth serial is n

digitalWrite(led,HIGH); //switch on LED

if (lastValue!='n')

Serial.println(F("LED is on")); //print LED is on

lastValue=blueToothVal;

}

else if (blueToothVal=='f')

{//if value from bluetooth serial is n

digitalWrite(led,LOW); //turn off LED

if (lastValue!='f')

Serial.println(F("LED is off")); //print LED is on

lastValue=blueToothVal;

}

if (blueToothVal=='a')

{//if value from bluetooth serial is n

digitalWrite(ledone,HIGH); //switch on LED

if (lastValue!='a')

Serial.println(F("ledone is on")); //print LED is on

lastValue=blueToothVal;

}

else if (blueToothVal=='b')

{//if value from bluetooth serial is n

digitalWrite(ledone,LOW); //turn off LED

if (lastValue!='b')

Serial.println(F("ledone is off")); //print LED is on

lastValue=blueToothVal;

}

if (blueToothVal=='c')

{//if value from bluetooth serial is n

digitalWrite(ledtwo,HIGH); //switch on LED

if (lastValue!='c')

Serial.println(F("ledtwo is on")); //print LED is on

lastValue=blueToothVal;

}

else if (blueToothVal=='d')

{//if value from bluetooth serial is n

digitalWrite(ledtwo,LOW); //turn off LED

if (lastValue!='d')

Serial.println(F("ledtwo is off")); //print LED is on

lastValue=blueToothVal;

}

delay(1000);

}

---------------------------------------------------------------------------------------------------------------------------------------

Want to know more and with

Bangla tutorial...

Visit.... http://workitbd.com/bshaniuno/ or http://workitbd.com/page.php?86

Voir plus

What's new in the latest 1.0

Last updated on Dec 19, 2017
Minor bug fixes and improvements. Install or update to the newest version to check it out!
Voir plus

Vidéos et captures d'écran

  • BShaniuno Affiche
  • BShaniuno capture d'écran 1
  • BShaniuno capture d'écran 2
  • BShaniuno capture d'écran 3

Informations BShaniuno APK

Dernière version
1.0
Catégories
Outils
Android OS
1.6 and up+
Développeur
Work IT BD
Available on
Classification du contenu
Everyone
Téléchargements APK sûrs et rapides sur APKPure
APKPure utilise la vérification de la signature pour garantir des téléchargements de BShaniuno APK sans virus pour vous.
APKPure icône

Téléchargement super rapide et sûr via l'application APKPure

Un clic pour installer les fichiers XAPK/APK sur Android!

Téléchargement APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies