Andruino Bluetooth Free icône

1.4 by Leonardo Javier Russo


Jul 24, 2017

À propos de Andruino Bluetooth Free

Now you can use this app to connect to your Andruino board via bluetooth!

Now you can use this app to connect to your Andruino board via bluetooth! You must be paired with the Arduino board. In most cases, the default PIN in a Arduino Bluetooth Module is 1234. You must use a HC-05 Bluetooth module.

-- THIS FREE VERSION HAS ADS IN ORDER TO SUPPORT DEVELOPMENT --

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

Example Sketch:

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

#include

SoftwareSerial bluetooth(10, 11);

void setup()

{

bluetooth.begin(9600);

}

void loop()

{

int incomingByte = 0;

String content = "";

char character;

while(bluetooth.available())

{

character = bluetooth.read();

content.concat(character);

}

if (content!="")

{

bluetooth.print(content);

}

delay(100);

}

Chargement de la traduction...

Informations Application supplémentaires

Dernière version

Demande Andruino Bluetooth Free mise à jour 1.4

Telechargé par

Sonu Sardar

Nécessite Android

Android 2.3.4+

Voir plus

Quoi de neuf dans la dernière version 1.4

Last updated on Jul 24, 2017

Privacy Policy.

Voir plus

Andruino Bluetooth Free Captures d'écran

Articles populaires dans les dernières 24 heures

Charegement du commentaire...
Langues
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.