1/8
Arduino Bluetooth Controlled Joystick screenshot 0
Arduino Bluetooth Controlled Joystick screenshot 1
Arduino Bluetooth Controlled Joystick screenshot 2
Arduino Bluetooth Controlled Joystick screenshot 3
Arduino Bluetooth Controlled Joystick screenshot 4
Arduino Bluetooth Controlled Joystick screenshot 5
Arduino Bluetooth Controlled Joystick screenshot 6
Arduino Bluetooth Controlled Joystick screenshot 7
Arduino Bluetooth Controlled Joystick Icon

Arduino Bluetooth Controlled Joystick

Uncia Robotics
Trustable Ranking Iconمورد اعتماد
1K+دانلودها
2.5MBاندازه
Android Version Icon4.1.x+
إصدار الأندرويد
1.1(10-10-2020)آخرین نسخه
-
(0 دیدگاه‌ها)
Age ratingPEGI-3
دانلود
جزییاتدیدگاه‌هانسخه‌هاالمعلومات
1/8

توضیحات Arduino Bluetooth Controlled Joystick

Android App Logic


There are 5 buttons on the screen namely black, red, green, yellow, blue.


Black button is joystick, same like real Joystick controller - Joystick provide 2 values


1. Angle [ 0 - 359 ]

2. Strength [ 0 - 100 ]


Rest of the buttons (red, green, yellow, blue) are normal buttons, by default there values are set to 0. You can changes the values by going to Menu > Setting.

Joystick, red, green, yellow, blue button values will be visible on the left and right of < Sending Data > in real time.


Combination of these all buttons (data) is sent through bluetooth

1. By default seven digit number is set 0000000

2. First three digit represent Angle

3. Second three digit represent Strength

4. Last one digit represent the values of button blue, green, red, yellow


Example: the seven digit number is 2700891, So

1. First three digit represent Angle i.e : 270

2. Second three digit represent Strength i.e : 089

3. Last one digit represent the values of button blue, green, red, yellow i.e : 1


Arduino Sketch (copy paste this code to see the values)


void setup() {

Serial.begin(9600);

}

void loop() {

if(Serial.available()>0)

{

String value = Serial.readStringUntil('#');

if(value.length()==7)

{

String angle = value.substring(0, 3);

String strength = value.substring(3, 6);

String button = value.substring(6, 8);

Serial.print("angle: ");Serial.print(angle);Serial.print('\t');

Serial.print("strength: ");Serial.print(strength);Serial.print('\t');

Serial.print("button: ");Serial.print(button);Serial.println("");

Serial.flush();

value="";

}

}

}


Arduino Bluetooth Controlled Joystick - نسخه 1.1

(10-10-2020)
سایر نسخه‌ها
تازه‌هاBug Fixes

هنوز هیچ دیدگاه و نظری وجود ندارد! برای ثبت اولین دیدگاه لطفا روی کلیک کنید.

-
0 Reviews
5
4
3
2
1

Arduino Bluetooth Controlled Joystick - اطلاعات APK

نسخه APK: 1.1حزمة: uncia.robotics.joystick
سازگاری با اندروید: 4.1.x+ (Jelly Bean)
برنامه‌نویس:Uncia Roboticsمجوزها:4
نام: Arduino Bluetooth Controlled Joystickاندازه: 2.5 MBدانلودها: 13نسخه : 1.1تاریخ انتشار: 2020-10-10 07:08:51حداقل صفحه‌نمایش: SMALLپردازشگر پشتیبانی‌شده:
شناسه بسته: uncia.robotics.joystickامضای SHA1: 5E:1D:30:1F:55:1E:02:3D:AC:50:FD:78:26:73:9F:A0:BB:5C:E3:DFبرنامه‌نویس (CN): Androidسازمان (O): Google Inc.منطقه (L): Mountain Viewکشور (C): USاستان/شهر (ST): Californiaشناسه بسته: uncia.robotics.joystickامضای SHA1: 5E:1D:30:1F:55:1E:02:3D:AC:50:FD:78:26:73:9F:A0:BB:5C:E3:DFبرنامه‌نویس (CN): Androidسازمان (O): Google Inc.منطقه (L): Mountain Viewکشور (C): USاستان/شهر (ST): California

آخرین نسخه Arduino Bluetooth Controlled Joystick

1.1Trust Icon Versions
10/10/2020
13 دانلودها2.5 MB اندازه
دانلود