Hi friends,
in other post I wrote about an extension to send Notifications:
Now we are going to use that extension to send Notifications from Bluetooth.
Conections Arduino and module Bluetooth HC-06
Sketch to Arduino: Bluetooh_Dos_Pulsadores.zip (551 Bytes)
- When we click in boton2 or boton3 of Arduino-BT, a message is sent by Bluetooth to Android:
"Hola amigo" or “Me llamo Juan” (those messages are in sketch Arduino)
-
Android receives that message.
-
If message contains “Hola” trigger a Notification, if contains “Juan” trigger other Notification.
-
These Notifications carry another signal message: “Click button Hola” or "Click button Juan"
-
When user touch Notification that message is shown in Label2
Hola amigos, vamos a utilizar la extension de Notificaciones. Utilizarmos un montaje con Arduino y el mĂłdulo Bluetooth, como se ve en la imagen.
Cuando pulsemos el boton2 o el boton3 del Arduino, se enviará un mensaje al Android.
Los mensajes están en el código del Arduino, y en este caso son: “Hola amigo” y “Me llamo Juan”.
Si el mensaje que llega al Android contiene la palabra “Hola” ejecutará una Notificación, si contiene la palabra “Juan” ejecutará otra Notificación.
Cuando el usuario toque la Notificación se mostrará en la Etiqueta2 un texto dependiendo de la Notificación que ha llegado.
Puedes ver el tutorial completo en:
http://kio4.com/appinventor/291B_extension_notificacion.htm
Aquà tienes más tutoriales sobre Bluetooth:
http://kio4.com/appinventor/9bluetootharduino.htm
com.KIO4_Notification.aix (17.1 KB)
p41i_arduino_a_movil_BackG.aia (21.2 KB)
Saludos.