ModuloBT Arduino

ModuloBT Arduino Free App

Rated 5.00/5 (1) —  Free Android application by Pedro Edwin Ante Chavez

Advertisements

About ModuloBT Arduino

con esta aplicación permite hacer la conexión al modulo bluetooth y tu celular android para encender o apagar un led. solo necesitas programar tu arduino y hacer la conexión adecuada para que funcione, si no tienes el diagrama de conexión y el código en arduino esta en la parte de abajo. probado con arduino UNO R3, xorduino UNO R3.

CODIGO:

// definimos las entradas del arduino. donde la variable estado es un interruptor que acepta para el boton encendido y apagado.

REQUIERES HABER VINCULADO PRIMERO TU CELULAR AL MODULO DE BT. (CODIGO DEL MODULO BT HC05 O SIMILARES --->1234).

int led13 = 13;
int estado=0;

void setup(){
Serial.begin(9600);
pinMode(led13, OUTPUT);
}

void loop(){
if(Serial.available()>0){
estado = Serial.read();
}
if (estado =='1'){
digitalWrite(led13, HIGH);
}
if(estado=='2'){
digitalWrite(led13, LOW);
}
} this application allows connection to your cell module and bluetooth android to turn on or off a LED. you only need to program your Arduino and make the proper connection to work, if you have the wiring diagram and code in arduino is on the bottom. tested with arduino UNO R3, R3 xorduino UNO.

CODE:

// Define entries arduino. where the state variable is a switch that accepts for the on-off button.

BOUND TO HAVE YOUR FIRST require PHONE BT module. (HC05 BT MODULE CODE OR SIMILAR ---> 1234).

led13 int = 13;
int status = 0;

void setup () {
  Serial.begin (9600);
  pinMode (led13, OUTPUT);
}

void loop () {
 if (Serial.available ()> 0) {
 status = Serial.read ();
 }
 if (state == '1') {
   digitalWrite (led13, HIGH);
  }
if (state == '2') {
   digitalWrite (led13, LOW);
  }
}

How to Download / Install

Download and install ModuloBT Arduino version 1.2 on your Android device!
Downloaded 100+ times, content rating: Everyone
Android package: appinventor.ai_masterdarke007.proyecto0, download ModuloBT Arduino.apk

All Application Badges

Free
downl.
Android
1.6+
For everyone
Android app

App History & Updates

More downloads  ModuloBT Arduino reached 100 - 500 downloads

Oh snap! No comments are available for ModuloBT Arduino at the moment. Be the first to leave one!

Share The Word!


Rating Distribution

RATING
5.05
1 users

5

4

3

2

1