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
Arduino BT Car Control icon

1 by AmityLabs


Oct 15, 2018

About Arduino BT Car Control

Best Bluetooth control with arduino robots!

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

}

}

------------------------------------------------------------------------------------------------------

What's New in the Latest Version 1

Last updated on Oct 15, 2018

Minor bug fixes and improvements. Install or update to the newest version to check it out!

Translation Loading...

Additional APP Information

Latest Version

Request Arduino BT Car Control Update 1

Uploaded by

Karim Romany

Requires Android

Android 6.0+

Show More

Arduino BT Car Control Screenshots

Comment Loading...
Languages
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Success!
You're now subscribed to our newsletter.