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
Andruino Bluetooth Free आइकन

1.4 by Leonardo Javier Russo


Jul 24, 2017

Andruino Bluetooth Free के बारे में

अब आप ब्लूटूथ के माध्यम से अपने Andruino बोर्ड से कनेक्ट करने के लिए इस अनुप्रयोग का उपयोग कर सकते हैं!

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

}

अनुवाद लोड हो रहा है...

अतिरिक्त ऐप जानकारी

नवीनतम संस्करण

निवेदन Andruino Bluetooth Free अपडेट 1.4

द्वारा डाली गई

Sonu Sardar

Android ज़रूरी है

Android 2.3.4+

अधिक दिखाएं

नवीनतम संस्करण 1.4 में नया क्या है

Last updated on Jul 24, 2017

Privacy Policy.

अधिक दिखाएं

Andruino Bluetooth Free स्क्रीनशॉट

पिछले 24 घंटों में लोकप्रिय लेख

टिप्पणी लोड हो रहा है...
भाषाओं
APKPure की सदस्यता लें
सर्वश्रेष्ठ एंड्रॉइड गेम और ऐप्स के शुरुआती रिलीज, समाचार और गाइड तक पहुंचने वाले पहले व्यक्ति बनें।
जी नहीं, धन्यवाद
साइन अप करें
सफलतापूर्वक सब्सक्राइब!
अब आप APKPure की सदस्यता ले रहे हैं।
APKPure की सदस्यता लें
सर्वश्रेष्ठ एंड्रॉइड गेम और ऐप्स के शुरुआती रिलीज, समाचार और गाइड तक पहुंचने वाले पहले व्यक्ति बनें।
जी नहीं, धन्यवाद
साइन अप करें
सफलता!
अब आप हमारे न्यूज़लेटर की सदस्यता ले चुके हैं।