Arduino Bluetooth Controlled J 1.2

Arduino Bluetooth Controlled J 1.2

Uncia Robotics  ❘ Ingyenes szoftver
Android
a 137 szavazat
Legújabb verzió
1.2
Biztonságos telepítése
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=""; } } }

– Áttekintés

Arduino Bluetooth Controlled J Ingyenes szoftver szoftvere a kategória Oktatás fejlett mellett Uncia Robotics-ban.

A legutolsó változat-ból Arduino Bluetooth Controlled J a(z) 1.2, 2025. 01. 02. megjelent. Kezdetben volt hozzá, hogy az adatbázisunkban a 2025. 01. 02..

a(z) Arduino Bluetooth Controlled J a következő operációs rendszereken fut: Android.

Felhasználók Arduino Bluetooth Controlled J 4 ki 5 csillagos minősítést adott neki.

Pillanatképek (kattintson nagyobb képért)

UpdateStar által ellenőrzött biztonságos és ingyenes letöltések

Legyen naprakész
az ingyenes UpdateStar-ral.

Legutóbbi visszajelzések

Ashampoo Burning Studio Ashampoo Burning Studio
Könnyen használható CD- és DVD-író szoftver
Microsoft Visual C++ 2015 Redistributable Package Microsoft Visual C++ 2015 Redistributable Package
Növelje a rendszer teljesítményét a Microsoft Visual C++ 2015 Redistributable Package segítségével!
Nero Info Nero Info
Legyen tájékozott a Nero Info segítségével!
ZipX ZipX
Hatékony fájltömörítés ZipX by WinX Software segítségével
Kaspersky Password Manager Kaspersky Password Manager
Védje jelszavait a Kaspersky Password Manager segítségével!
Wondershare Filmora Wondershare Filmora
Alakítsa át videóit filmes remekművekké a Wondershare Filmora segítségével!
UpdateStar Premium Edition UpdateStar Premium Edition
A szoftver naprakészen tartása még soha nem volt ilyen egyszerű az UpdateStar Premium Edition segítségével!
Microsoft Edge Microsoft Edge
Új szabvány a webböngészésben
Google Chrome Google Chrome
Gyors és sokoldalú webböngésző
Microsoft Visual C++ 2015 Redistributable Package Microsoft Visual C++ 2015 Redistributable Package
Növelje a rendszer teljesítményét a Microsoft Visual C++ 2015 Redistributable Package segítségével!
Microsoft Visual C++ 2010 Redistributable Microsoft Visual C++ 2010 Redistributable
Alapvető összetevő Visual C++ alkalmazások futtatásához
Microsoft OneDrive Microsoft OneDrive
Egyszerűsítse fájlkezelését a Microsoft OneDrive-val

Utolsó frissítések


Mp3tag 3.31

MP3tag: Alapvető eszköz a zenegyűjtemény megszervezéséhez Ha Ön olyan ember, aki nagyra értékeli, hogy jól szervezett zenei gyűjteménye van számítógépén vagy hordozható eszközén, akkor Florian Heidenreich MP3tag kötelező eszköze az Ön …

MediaHuman YouTube Downloader 3.9.15

MediaHuman YouTube Downloader: A Comprehensive Review MediaHuman YouTube Downloader is a powerful software application that allows users to download videos and music from YouTube, as well as from other popular websites such as …

Quantum Resonance Magnetic Analyzer 6.3.5

The Quantum Resonance Magnetic Analyzer is a healthcare device created by the Chinese company Liangzi. This device is designed to provide a non-invasive and painless body analysis using advanced magnetic resonance technology.

RadiAnt DICOM Viewer (32-bit) 2025.2.0.13300

Overview of RadiAnt DICOM Viewer (32-bit) RadiAnt DICOM Viewer (32-bit) is an advanced medical imaging software designed for the visualization and analysis of Digital Imaging and Communications in Medicine (DICOM) images.

Steuerrecht-Datenbank 1.0.0.0.1410

Steuerrecht-Datenbank is a software developed by Wolters Kluwer Deutschland Information Services GmbH. It is a comprehensive and reliable tool designed to provide users with access to an extensive database of tax law information.

Web Components 51.52

A webösszetevők a webösszetevők által kifejlesztett újrafelhasználható összetevőkészlet. Ezeket az összetevőket HTML, CSS és JavaScript technológiákkal tervezték, és könnyen integrálhatók bármely webhelyre vagy webalkalmazásba.