Arduino Bluetooth Controlled J 1.2

Arduino Bluetooth Controlled J 1.2

Uncia Robotics  ❘ Freeware
Android
z 137 głosów
Najnowsza wersja
1.2
Sejf do zainstalowania
VERY GOOD User Rating

The Android application presents a user interface with five buttons, specifically designated as black, red, green, yellow, and blue.

The black button functions as a joystick, emulating a traditional joystick controller. It provides two key values:

  • Angle: Ranges from 0 to 359
  • Strength: Ranges from 0 to 100

The remaining buttons (red, green, yellow, blue) are standard buttons, initially set to a value of 0. Users have the option to adjust these values through the Menu > Settings.

Real-time updates of the values for the joystick and the respective buttons are displayed on either side of the Sending Data section.

The combination of values from all buttons is transmitted via Bluetooth in the following manner:

  1. The default seven-digit number is initialized as 0000000.
  2. The first three digits represent the angle.
  3. The next three digits account for strength.
  4. The final digit indicates the status of the buttons blue, green, red, and yellow.

For instance, if the seven-digit number is 2700891:

  • The first three digits denote the angle: 270
  • The following three digits signify strength: 089
  • The last digit reflects the values of the buttons: 1

An Arduino sketch is provided for users who wish to verify these outputs:

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=""; } } }

Przegląd

Arduino Bluetooth Controlled J to Freeware oprogramowanie w kategorii Edukacja opracowane przez Uncia Robotics.

Najnowsza wersja Arduino Bluetooth Controlled J jest 1.2, wydany na 02.01.2025. Początkowo był to dodane do naszej bazy na 02.01.2025.

Arduino Bluetooth Controlled J jest uruchamiany w następujących systemach operacyjnych: Android.

Użytkownicy Arduino Bluetooth Controlled J dał pewien oszacowanie od 4 z 5 gwiazdek.

Zrzuty ekranu (kliknij aby obejrzeć powiększenie)

Darmowe bezpieczne pobieranie plików sprawdzonych przez UpdateStar

Bądź na bieżąco
z UpdateStar freeware.

Najnowsze recenzje

Ashampoo Burning Studio Ashampoo Burning Studio
Łatwe w użyciu oprogramowanie do nagrywania płyt CD i DVD
onlineTV onlineTV
Najnowocześniejsza aplikacja do strumieniowego przesyłania telewizji online rewolucjonizuje rozrywkę
Microsoft Visual C++ 2015 Redistributable Package Microsoft Visual C++ 2015 Redistributable Package
Zwiększ wydajność swojego systemu dzięki pakietowi redystrybucyjnemu Microsoft Visual C++ 2015!
Nero Info Nero Info
Bądź na bieżąco z Nero Info!
ZipX ZipX
Wydajna kompresja plików za pomocą ZipX firmy WinX Software
Ashampoo Photo Card Ashampoo Photo Card
Spersonalizowane kartki ze zdjęciami w prosty sposób dzięki Ashampoo Photo Card
UpdateStar Premium Edition UpdateStar Premium Edition
Aktualizowanie oprogramowania nigdy nie było łatwiejsze dzięki UpdateStar Premium Edition!
Microsoft Edge Microsoft Edge
Nowy standard przeglądania stron internetowych
Google Chrome Google Chrome
Szybka i wszechstronna przeglądarka internetowa
Microsoft Visual C++ 2015 Redistributable Package Microsoft Visual C++ 2015 Redistributable Package
Zwiększ wydajność swojego systemu dzięki pakietowi redystrybucyjnemu Microsoft Visual C++ 2015!
Microsoft Visual C++ 2010 Redistributable Microsoft Visual C++ 2010 Redistributable
Niezbędny składnik do uruchamiania aplikacji Visual C++
Microsoft OneDrive Microsoft OneDrive
Usprawnij zarządzanie plikami dzięki usłudze Microsoft OneDrive

Ostatnie aktualizacje


OKI ActKey 1.12

OKI ActKey is a software product developed by Oki Data Corporation. It allows users to customize their OKI printers and multifunction devices in order to streamline their workflows and improve productivity.

OpenSSL Light (32-bit) 3.5.1

Introduction to OpenSSL Light (32-bit) OpenSSL Light (32-bit) is a streamlined version of the well-known open-source cryptographic toolkit, OpenSSL.

SysTools Hard Drive Data Recovery 18.5

SysTools Hard Drive Data Recovery: A Comprehensive Review SysTools Hard Drive Data Recovery is a powerful software tool designed to help users recover lost, deleted, or corrupted data from their hard drives.

EPSON TM Virtual Port Driver Ver.5.00a 8.70

Overview of EPSON TM Virtual Port Driver Ver.5.00a The EPSON TM Virtual Port Driver Ver.5.00a is a specialized software utility designed to facilitate communication between computer systems and Epson's TM series thermal printers.

eClient 8.1.1

eClient is a web-based platform developed by FINEAC that helps organizations manage their client relationships efficiently and effectively.

HP HotKey Support 6.2.56.1

HP HotKey Support to składnik oprogramowania opracowany przez firmę Hewlett-Packard, który umożliwia niektórym na klawiaturze wykonywanie określonych, wstępnie skonfigurowanych funkcji.