1.0 / March 15, 2016
(4.6/5) ()

Description

Control por grados vía remota de un motordepasos.
Requiere programar el Arduino y un modulo Bluetooth HC-06.

Descargar Programa para el Arduino en:
https://www.dropbox.com/s/umug0nfsqx8rly3/Motor%20Paso%20a%20Paso%20ajustado%20a%20grados.txt?dl=0

Remotely controldegreesof a stepper motor.
It requires programming the Arduino and HC-06 Bluetooth module.

Download Program Arduino:
https://www.dropbox.com/s/umug0nfsqx8rly3/Motor%20Paso%20a%20Paso%20ajustado%20a%20grados.txt?dl=0

App Information Arduino Stepper Motor

  • App Name
    Arduino Stepper Motor
  • Package Name
    appinventor.ai_el_profe_garcia.Paso_a_Paso_Blu_ok
  • Updated
    March 15, 2016
  • File Size
    1.6M
  • Requires Android
    Android 1.6 and up
  • Version
    1.0
  • Developer
    DINASTIA TECNOLOGICA
  • Installs
    50 - 100
  • Price
    Free
  • Category
    Education
  • Developer
  • Google Play Link

DINASTIA TECNOLOGICA Show More...

ArduBT - El Profe Garcia 1.0 APK
Conexión vía bluetooth desde su Android alArduino, cuando oprima el botón ON1 se enviara el numero 1 y cuandooprima el botón OFF1 se enviara el numero 2, El botón SELECCIONARBT se usa para que seleccione el modulo Bluetooth conectado alArduino. Programa que debe cargar en el Arduino: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);}}Aprenda a crear su propia aplicación enhttp://youtu.be/S8q1vbVMV2QEl programa para cargar en el Arduino lo puede descargar enwww.elprofegarcia.comEl vídeo para realizar las conexiones y cargar las aplicaciones losencuentran en www.youtube.com/elprofegarciaConnect via bluetoothfrom your Android to Arduino, when you press the number 1 buttonON1 was sent and when you press the number 2 button OFF1 be sent,BT The SELECT button is used to select the Bluetooth moduleconnected to Arduino. Program to be loaded into the Arduino:led13 int = 13;int status = 0;void setup () {  Serial.begin (9600);  pinMode (led13, OUTPUT);}void loop () { if (Serial.available ()> 0) { Serial.read status = (); } if (status == "1") {   digitalWrite (led13, HIGH);  }if (status == "2") {   digitalWrite (led13, LOW);  }}Learn how to create your own application inhttp://youtu.be/S8q1vbVMV2QThe program loaded into the Arduino can be downloaded inwww.elprofegarcia.comThe video for making connections and load applications found in thewww.youtube.com/elprofegarcia
Arduino Stepper Motor 1.0 APK
Control por grados vía remota de un motordepasos.Requiere programar el Arduino y un modulo Bluetooth HC-06.Descargar Programa para el Arduino en:https://www.dropbox.com/s/umug0nfsqx8rly3/Motor%20Paso%20a%20Paso%20ajustado%20a%20grados.txt?dl=0Remotely controldegreesof a stepper motor.It requires programming the Arduino and HC-06 Bluetooth module.Download Program Arduino:https://www.dropbox.com/s/umug0nfsqx8rly3/Motor%20Paso%20a%20Paso%20ajustado%20a%20grados.txt?dl=0
Arduprofe Control House 2 1.0 APK
Arduprofe Control House, Bluetooth communication from phone toArduino
Arduprofe Bluetooth Terminal 1.0 APK
Send data via Bluetooth to Arduino
Arduprofe Control Voice 1.0 APK
Arduprofe Control Voice - voice command from the phone to theArduino via Bluetooth
ArduBT 2 1.0 APK
ArduBT connexion basica via Bluetooth entre el Teléfono y elArduino
Arduprofe Control Car V3 1.2 APK
Control via Bluetooth de su carro Arduino (El Profe Garcia)Descargaprograma para el Arduinoen:https://create.arduino.cc/editor/ProfeGarcia/4b1c1b33-a326-4165-a812-d17e00935c61/preview/*Arduino Control Car V2 By: El Profe Garcia ARDUINO L293D(PuenteH) 510 6 15 9 7 10 2 5V 1, 9, 16 GND 4, 5, 12, 13 El motor 1 seconectaa los pines 3 y 6 del Puente H El motor 2 se conecta a lospines 11y 14 del Puente H La fuente de alimentacion de los Motoresseconecta a tierra y el positivo al pin 8 del puennte H. ConexiondelModulo Bluetooth HC-06 y el Arduino ARDUINO Bluetooth HC-06 0(RX)TX 1 (TX) RX 5V VCC GND GND !!Cuidado!! Las conexiones de TX yRX almodulo Bluetooth deben estar desconectadas en el momento queserealiza la carga del codigo (Sketch) al Arduino. ConexionSensorUltrasonido HC-SR04 ARDUINO Ultrasonido HC-SR04 2 Echo 3 Trig5VVCC GND Gnd Conexion Servo SG90 ARDUINO Ultrasonido HC-SR0411Signal 5V VCC GND Gnd */
JARDIN VEC 1.0 APK
Programación del riego para jardines y cultivos, permiteobtenerinformación de los sensores y realizar la programación deriegoajustando días, hora y tiempo.