1.0 / May 25, 2015
(5.0/5) (1)

Description

Con esta App podremos controlar, gracias aArduino UNO:
-Dos motores
-Un servo
- Luz RGB
- Un Zumbador

El programa ha sido verificado con el dispositivo bluetoothHC_06.

With this app we cancontrol, thanks to Arduino UNO:
Two engines
-A Servo
- Light RGB
- A buzzer

The program has been tested with bluetooth HC_06 device.

App Information Control Escudo kiwibot

  • App Name
    Control Escudo kiwibot
  • Package Name
    appinventor.ai_alejandrorufo97.Final
  • Updated
    May 25, 2015
  • File Size
    1.7M
  • Requires Android
    Android 1.5 and up
  • Version
    1.0
  • Developer
    Kiwibot Robótica educativa
  • Installs
    10 - 50
  • Price
    Free
  • Category
    Education
  • Developer
  • Google Play Link

Kiwibot Robótica educativa Show More...

App Printbot Kiwibot 1.0 APK
Controla el printbot de Kiwibot, desde tuteléfono Android usando la tecnología bluetooth.Desarrollada por Alberto Yúfera y Ana Romera .IES Vicente Aleixandre 4ºAControls printbot ofKiwibot from your Android phone using bluetooth technology.Developed by Alberto Yúfera and Ana Romera.IES Vicente Aleixandre 4ºA
Matriz LEDs 1.1 1.0 APK
/* CÓDIGO PARA APP MATRIZ DE LEDSLa aplicación manda una letra 'a'(apagado) o 'e'(encendido) y dosnúmeros según la fila y la columna.Desarrollado por Jose Pujol, Alberto Pumar y Carlos PumarMarzo de 2015*/#includeMatriz matriz(6, 9, 5);int incomingByte; //Variable donde se almacena el primer Byte(a,e)int unidad=0; // Variable donde se almacena el segundo Byte(fila)int decena=0; //Variable donde se almacena el tercer Byte(columna)void setup(){Serial.begin(9600);}void loop(){while (incomingByte < 1) { //Si recibe datos,incomingByte = Serial.read(); //Acumula el último byte enincomingBytematriz.printMatrix(); //Imprime los leds acumulados}while (decena < 1) { //Si recibe datos,decena=Serial.read(); //Acumula el último byte en decena}while (unidad < 1) {unidad=Serial.read(); //Acumula el último byte en unidades}if(incomingByte == 'e'){matriz.newPixel(decena-48, unidad-48); //Acumula el ledresultante}if(incomingByte == 'a'){matriz.deletePixel(decena-48, unidad-48); //Borra el ledresultante}//las variables se igualan a 0incomingByte=0;unidad=0;decena=0;}/ * APP CODE FOR MATRIXLEDThe application sends a letter 'a' (off) or 'e' (lit) and twonumbers according to the row and column.Powered by Jose Pujol, and Carlos Alberto Pumar PumarMarch 2015* /#includeMatrix (6, 9, 5);int incomingByte; Variable // where the first byte is stored (a,e)unit int = 0; // Variable where the second byte (row) isstoreddozen int = 0; // Variable where you stored the third byte(column)void setup () {  Serial.begin (9600);}void loop () {  while (incomingByte <1) {// If data isreceived,    incomingByte = Serial.read (); //Accumulate the last byte in incomingByte    matriz.printMatrix (); // Print theaccumulated leds  }  while (ten <1) {// If data is received,    Serial.read dozen = (); // Accumulate thelast byte in ten  }  while (unit <1) {    Serial.read unit = (); // Accumulate thelast byte in units  }  if (incomingByte == 'e') {    matriz.newPixel (ten-48, unit-48); //Collect the resulting led  }  if (incomingByte == 'a') {    matriz.deletePixel (ten-48, unit-48); //Clears the resulting led  }  // Variables are equal to 0  incomingByte = 0;  unit = 0;  ten = 0;}
Control Escudo kiwibot 1.0 APK
Con esta App podremos controlar, gracias aArduino UNO:-Dos motores-Un servo- Luz RGB- Un ZumbadorEl programa ha sido verificado con el dispositivo bluetoothHC_06.With this app we cancontrol, thanks to Arduino UNO:Two engines-A Servo- Light RGB- A buzzerThe program has been tested with bluetooth HC_06 device.