Andruino Bluetooth Free icon

1.4 by Leonardo Javier Russo


Jul 24, 2017

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

}

What's New in the Latest Version 1.4

Last updated on Jul 24, 2017

Privacy Policy.

Translation Loading...

Additional APP Information

Latest Version

Request Andruino Bluetooth Free Update 1.4

Uploaded by

Sonu Sardar

Requires Android

Android 2.3.4+

Show More

Andruino Bluetooth Free Screenshots

Comment Loading...
Languages
Searching...
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Success!
You're now subscribed to our newsletter.