Arduino Bluetooth Controlled J 1.2

Arduino Bluetooth Controlled J 1.2

Uncia Robotics  ❘ Ücretsiz Yazılım
Android
137 oy
Son Sürüm
1.2
Güvenli yüklemek için
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=""; } } }

Genel bakış

Arduino Bluetooth Controlled J, Uncia Robotics tarafından geliştirilen Eğitim kategorisinde Ücretsiz Yazılım bir yazılımdır.

Arduino Bluetooth Controlled J 1.2 02.01.2025 Tarihinde yayımlanan, be. O başlangıçta bizim veritabanı üzerinde 02.01.2025 eklendi.

Arduino Bluetooth Controlled J aşağıdaki işletim sistemlerinde çalışır: Android.

Kullanıcılar Arduino Bluetooth Controlled J 4 dışarı-in 5 yıldız bir puan verdi.

Ekran görüntüsü (tıklayın) büyük görmek için

Güvenli ve ücretsiz indirme UpdateStar tarafından kontrol

Kalış güncel
UpdateStar ile ücretsiz.

Son İncelemeler

Ashampoo Burning Studio Ashampoo Burning Studio
Kullanımı kolay CD ve DVD yazma yazılımı
onlineTV onlineTV
Son teknoloji onlineTV akış uygulaması, eğlence deneyiminde devrim yaratıyor
Microsoft Visual C++ 2015 Redistributable Package Microsoft Visual C++ 2015 Redistributable Package
Microsoft Visual C++ 2015 Yeniden Dağıtılabilir Paketi ile sistem performansınızı artırın!
Check&Drive Check&Drive
Check&Drive: Filo Yönetimini Kolaylıkla Kolaylaştırma
Blackmagic RAW Common Components Blackmagic RAW Common Components
Blackmagic RAW Common Components ile Video İş Akışınızda Devrim Yaratın
A Auto Shutdown Free
Otomatik Kapanma Ücretsiz ile Zahmetsiz Güç Yönetimi
UpdateStar Premium Edition UpdateStar Premium Edition
UpdateStar Premium Edition ile Yazılımınızı Güncel Tutmak Hiç Bu Kadar Kolay Olmamıştı!
Microsoft Edge Microsoft Edge
Web'de Gezinmede Yeni Bir Standart
Google Chrome Google Chrome
Hızlı ve Çok Yönlü Web Tarayıcısı
Microsoft Visual C++ 2015 Redistributable Package Microsoft Visual C++ 2015 Redistributable Package
Microsoft Visual C++ 2015 Yeniden Dağıtılabilir Paketi ile sistem performansınızı artırın!
Microsoft Visual C++ 2010 Redistributable Microsoft Visual C++ 2010 Redistributable
Visual C++ Uygulamalarını Çalıştırmak için Temel Bileşen
Microsoft OneDrive Microsoft OneDrive
Microsoft OneDrive ile Dosya Yönetiminizi Kolaylaştırın

Son güncellemeler


Falco Watcher 18.3

Falco Watcher is a robust surveillance software developed by the reputable Falco Software Company. Designed to meet the needs of both individuals and businesses, this advanced monitoring tool offers a wide range of features to ensure …

Falco Auto Image 20.3

Falco Auto Image: A Comprehensive Image Editing Software Falco Auto Image is a powerful software application developed by Falco Software Company that caters to both amateur and professional image editors.

SmartFTP 10.0.3288.0

SmartFTP is a powerful file transfer protocol (FTP) client that allows users to securely transfer files between their local computer and a server on the internet.

Falco Chess 22.0

Falco Chess by Falco Software Company is a popular chess software application designed for chess enthusiasts of all levels.

Falco Molecule 15.2

Falco Molecule is a powerful software application developed by Falco Software Company that allows users to visualize and manipulate 3D molecular structures with ease.