Jarvis Bluetooth

Jarvis Bluetooth Free Theme

Rated 4.04/5 (28) —  Free Android application by Maygatto

Advertisements

About Jarvis Bluetooth

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);
} Arduino, the circuit as you have established with PIC microcontrollers and is an application that allows you to communicate with your Android device via Bluetooth protocol. 1-0 codes for roads open and close commands. Home, office lighting, used in areas such as electronic devices control. If it is desired to be used where needed, such as security doors open automatically in your circuit it is recommended that you change the password you use the bluetooth module.
Example Arduino application is below.


 char data;
void setup () {
Serial.beg's (9600);
In pinmo (13, OUTPUT);
Serial.println ( "Jarvis BLUETOOTH Remote Access System");
}

void loop () {
if (Serial.availabl to ()> 0) {
  
Yield = Serial.read ();

if (data == '1') {
A digitalwrit (13, HIGH);
}

if (data == '0') {
A digitalwrit (13, LOW);
}
}
delay (100);
}

How to Download / Install

Download and install Jarvis Bluetooth version 1.1 on your Android device!
Downloaded 1,000+ times, content rating: Everyone
Android package: appinventor.ai_ridvangozupek83.JarvisBluetoothErisim, download Jarvis Bluetooth.apk

All Application Badges

Free
downl.
Android
1.6+
For everyone
Theme /
Wallpap.

Theme History & Updates

What's Changed
The text in the application was translated into english
More downloads  Jarvis Bluetooth reached 1 000 - 5 000 downloads

What are users saying about Jarvis Bluetooth

K70%
by K####:

What a **** app I hated it

O70%
by O####:

Awesome app


Share The Word!


Rating Distribution

RATING
4.05
28 users

5

4

3

2

1