About Arduino BT Car Control
La mejor aplicacion para proyectos con microcontroladores donde se requiera un control por blueooth como Carros, Brazos acrobáticos, Mandos a distancia, Automatizacion, etc...
Que envía esta App por el modulo Bluetooth:
Flecha Arriba = Caracter 'w'
Flecha Izquierda = Caracter 'a'
Flecha Derecha = Caracter 'd'
Flecha Abajo = Caracter 's'
Stop = Caracter 'T'
Boton1 = Caracter 'z'
Boton2 = Caracter 'x'
Boton3 = Caracter 'c'
---------------------------------------------------------------------------------
con este codigo para arduino se verifica los caracteres que envia la aplicacion.
char estado = 'g'; //
void setup() {
Serial.begin(9600); //
}
void loop() {
if(Serial.available()>0)
{
estado = Serial.read();
Serial.println(estado);
}
}
------------------------------------------------------------------------------------------------------ The best application for microcontroller projects where control as required by blueooth Carros, Acrobatic Arms, remote controls, automation, etc ...
Sending this app by the Bluetooth module:
Up Arrow = character w
Left Arrow = character 'A'
Right Arrow = character 'd'
Down Arrow = Character 's'
Stop = Caracter 'T'
Boton1 = Character 'z'
Button2 = Character 'x'
Boton3 = Character 'c'
-------------------------------------------------- -------------------------------
with this code to the characters arduino sends the application is verified.
char status = 'g'; //
void setup () {
Serial.begin (9600); //
}
void loop () {
if (Serial.available ()> 0)
{
Serial.read state = ();
Serial.println (state);
}
}
-------------------------------------------------- -------------------------------------------------- -
Download and install
Arduino BT Car Control version 1 on your
Android device!
Downloaded 50+ times, content rating: Everyone
Android package:
bcf.amitylabs.com.BCC, download Arduino BT Car Control.apk