Jarvis Bluetooth 1.1 Icon

Jarvis Bluetooth

ICE Kiwi Productivity
0
0 Ratings
13K+
Downloads
1.1
version
Dec 03, 2016
release date
5.6 MB
file size
Free
Download

What's New

The text in the application was translated into english

About Jarvis Bluetooth Android App

Arduino, PIC gibi ve mikrodenetleyicilerle kurmuş olduğunuz devreleri Android cihazınızla Bluetooth protokolü aracılığıyla iletişim kurmasını sağlayan bir uygulamadır. Aç ve kapat komutları için 1-0 kodları yollar. Ev, işyeri aydınlatması, elektronik cihaz kontrolü gibi alanlarda kullanılabilir. Otomatik Kapı açmak gibi güvenlik gereken yerlerde kullanılmak isteniyorsa devrenizde kullandığınız bluetooth modülünün şifresini değiştirmeniz önerilir.
Örnek Arduino Uygulaması aşağıdadır.


char veri;
void setup() {
Serial.begin(9600);
pinMode(13,OUTPUT);
Serial.println("Jarvis BLUETOOTH Uzaktan Erisim Sistemi");
}

void loop() {
if (Serial.available()>0){

veri=Serial.read();

if(veri=='1'){
digitalWrite(13,HIGH);
}

if (veri=='0'){
digitalWrite(13,LOW);
}
}
delay(100);
}

Other Information:

Requires Android:
Android 1.6+ (Donut, API 4)
Other Sources:

Download

This version of Jarvis Bluetooth Android App comes with one universal variant which will work on all the Android devices.

Variant
2
(Dec 03, 2016)
Architecture
Unlimited
Minimum OS
Android 1.6+ (Donut, API 4)
Screen DPI
nodpi (all screens)

All Versions

If you are looking to download other versions of Jarvis Bluetooth Android App, We have 1 version in our database. Please select one of them below to download.

Loading..