Arduino SERWO BLUETOOTH1.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(){ if(bluetooth.available()>= 2 ) { unsigned int servopos = bluetooth.read(); unsigned int servopos1 = bluetooth.read(); unsigned int realservo = (servopos1 *256) + servopos; Serial.println(realservo); if (realservo >= 1000 && realservo <1180){ int servo1 = realservo; servo1 = map(servo1, 1000,1180,0,180); myservo1.write(servo1); Serial.println("servo 1 ON"); delay(200);


} if (realservo >=2000 && realservo <2180){ int servo2 = realservo; servo2 = map(servo2,2000,2180,0,180); myservo2.write(servo2); Serial.println("servo 2 On"); delay(200); } if (realservo >=3000 && realservo < 3180){ 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.

Program Details


General

Publisher
Released Date
2016-03-22
Languages
English

Category

Category
Subcategory

System requirements

Operating systems
Android

Download information

File size
N/A
Total downloads
6

Pricing

License model
Free
Price

Version History


Here you can find the changelog of Arduino SERWO BLUETOOTH since it was posted on our website on 2016-11-05. The latest version is 1.0 and it was updated on Soft112 on 09 October, 2024. See below the changes in each version:

version 1.0

posted on 2016-03-22






Click stars to rate this APP!

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