Arduino SERWO BLUETOOTH 1.0



Publisher Description




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);
}
}
}



About Arduino SERWO BLUETOOTH

Arduino SERWO BLUETOOTH is a free app for Android published in the Teaching & Training Tools list of apps, part of Education.

The company that develops Arduino SERWO BLUETOOTH is Neqero. The latest version released by its developer is 1.0.

To install Arduino SERWO BLUETOOTH on your Android device, just click the green Continue To App button above to start the installation process. The app is listed on our website since 2016-03-22 and was downloaded 6 times. We have already checked if the download link is safe, however for your own protection we recommend that you scan the downloaded app with your antivirus. Your antivirus may detect the Arduino SERWO BLUETOOTH as malware as malware if the download link to appinventor.ai_neqero1.bluetoth is broken.

How to install Arduino SERWO BLUETOOTH on your Android device:

  • Click on the Continue To App button on our website. This will redirect you to Google Play.
  • Once the Arduino SERWO BLUETOOTH is shown in the Google Play listing of your Android device, you can start its download and installation. Tap on the Install button located below the search bar and to the right of the app icon.
  • A pop-up window with the permissions required by Arduino SERWO BLUETOOTH will be shown. Click on Accept to continue the process.
  • Arduino SERWO BLUETOOTH will be downloaded onto your device, displaying a progress. Once the download completes, the installation will start and you'll get a notification after the installation is finished.



RELATED PROGRAMS
Our Recommendations






BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  0.0/5     0
Downloads: 6
Updated At: 2024-03-19
Publisher: Neqero
Operating System: Android
License Type: Free