Home Page

Arduino SERWO BLUETOOTH 1.0 - Get Apk




About Arduino SERWO BLUETOOTH

Kod do arduino: #include #include Servo myservo1, myservo2, myservo3; int bluetoothTx = 11; int bluetoothRx = 10; SoftwareSerial bluetooth(bluetoothTx, bluetoothRx); void setup() { myservo1.attach(9);

Kod do arduino:
#include

#include
Servo myservo1, myservo2, myservo3;

int bluetoothTx = 11;
int bluetoothRx = 10;

SoftwareSerial bluetooth(bluetoothTx, bluetoothRx);

void setup()
{
myservo1.attach(9);
myservo2.attach(5);
myservo3.attach(3);
Serial.begin(9600);

bluetooth.begin(9600);
}

void loop()
{

{
unsigned int servopos = bluetooth.read();
unsigned int servopos1 = bluetooth.read();
unsigned int realservo = (servopos1 *256) + servopos;
Serial.println(realservo);

int servo1 = realservo;
servo1 = map(servo1, 1000,1180,0,180);
myservo1.write(servo1);
Serial.println("servo 1 ON");
delay(200);

}

int servo2 = realservo;
servo2 = map(servo2,2000,2180,0,180);
myservo2.write(servo2);
Serial.println("servo 2 On");
delay(200);

}

int servo3 = realservo;
servo3 = map(servo3, 3000, 3180,0,180);
myservo3.write(servo3);
Serial.println("servo 3 On");
delay(200);
}
}
}




Previous Versions

Here you can find the changelog of Arduino SERWO BLUETOOTH since it was posted on our website on 2016-11-05 10:53:41. The latest version is 1.0 and it was updated on 2024-04-22 17:54:05. See below the changes in each version.

Arduino SERWO BLUETOOTH version 1.0
Updated At: 2016-03-22


Related Apps

Here you can find apps that are similar with Arduino SERWO BLUETOOTH.



Disclaimer

External Download


We do not host Arduino SERWO BLUETOOTH on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by Galad and passed their terms and conditions to be listed there. We recommend caution when installing it.

The APK Download link for Arduino SERWO BLUETOOTH is provided to you by apps112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.

If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of apps112.com contact us.

BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  0.0/5     0
Downloads: 6
Updated At: 2024-04-22 17:54:05
Publisher: Neqero
Operating System: Android
License Type: Free