Top 4 Apps Similar to Arduino Stepper Motor

ArduBT - El Profe Garcia 1.0
Conexión vía bluetooth desde su AndroidalArduino, cuando oprima el botón ON1 se enviara el numero 1 ycuandooprima el botón OFF1 se enviara el numero 2, El botónSELECCIONARBT se usa para que seleccione el modulo Bluetoothconectado 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ónenhttp://youtu.be/S8q1vbVMV2QEl programa para cargar en el Arduino lo puede descargarenwww.elprofegarcia.comEl vídeo para realizar las conexiones y cargar las aplicacioneslosencuentran en www.youtube.com/elprofegarciaConnect via bluetoothfromyour Android to Arduino, when you press the number 1 buttonON1 wassent and when you press the number 2 button OFF1 be sent,BT TheSELECT button is used to select the Bluetooth moduleconnected toArduino. 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 applicationinhttp://youtu.be/S8q1vbVMV2QThe program loaded into the Arduino can be downloadedinwww.elprofegarcia.comThe video for making connections and load applications found inthewww.youtube.com/elprofegarcia
Arduprofe Bluetooth Terminal 1.0
Send data via Bluetooth to Arduino
AVR Point 1.0
The App where you find AVR Tutorial, Examples and PinConfiguration.
Imakestudio - Electronics 2.2
Imakestudio is a digital space to learn and innovate