Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies

Over 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);

}

Vertaling Laden...

Aanvullende APP -informatie

Laatste Versie

Verzoek update van Andruino Bluetooth Free 1.4

Geüpload door

Sonu Sardar

Android vereist

Android 2.3.4+

Meer Info

Wat is er nieuw in de nieuwste versie 1.4

Last updated on Jul 24, 2017

Privacy Policy.

Meer Info

Andruino Bluetooth Free Screenshots

Comment Loading...
Talen
Abonneer u op APKPure
Wees de eerste die toegang krijgt tot de vroege release, nieuws en gidsen van de beste Android -games en apps.
Nee bedankt
Aanmelden
Succesvol ingeschreven!
Je bent nu geabonneerd op APKPure.
Abonneer u op APKPure
Wees de eerste die toegang krijgt tot de vroege release, nieuws en gidsen van de beste Android -games en apps.
Nee bedankt
Aanmelden
Succes!
Je bent nu geabonneerd op onze nieuwsbrief.