Arduino Bluetooth Controlled J 1.2

Arduino Bluetooth Controlled J 1.2

Uncia Robotics  ❘ Freeware
Android
dos votos de 137
Versão mais recente
1.2
Seguro para instalar
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=""; } } }

Visão geral

Arduino Bluetooth Controlled J é um software Freeware na categoria Educação desenvolvido pela Uncia Robotics.

É a versão mais recente de Arduino Bluetooth Controlled J 1.2, lançado em 02/01/2025. Inicialmente foi adicionado ao nosso banco de dados em 02/01/2025.

Arduino Bluetooth Controlled J é executado nos seguintes sistemas operacionais: Android.

Usuários de Arduino Bluetooth Controlled J deram-lhe uma classificação de 4 de 5 estrelas.

Capturas de tela (Clique para ampliar)

Downloads seguros e gratuitos verificados pelo UpdateStar

Mantenha-se atualizado
com o UpdateStar gratuito.

Últimas revisões

Ashampoo Burning Studio Ashampoo Burning Studio
Software de gravação de CD e DVD fácil de usar
Microsoft Visual C++ 2015 Redistributable Package Microsoft Visual C++ 2015 Redistributable Package
Aumente o desempenho do seu sistema com o Microsoft Visual C++ 2015 Redistributable Package!
Nero Info Nero Info
Mantenha-se informado com o Nero Info!
ZipX ZipX
Compactação eficiente de arquivos com ZipX by WinX Software
Kaspersky Password Manager Kaspersky Password Manager
Proteja suas senhas com o Kaspersky Password Manager!
Wondershare Filmora Wondershare Filmora
Transforme seus vídeos em obras-primas cinematográficas com o Wondershare Filmora!
UpdateStar Premium Edition UpdateStar Premium Edition
Manter seu software atualizado nunca foi tão fácil com o UpdateStar Premium Edition!
Microsoft Edge Microsoft Edge
Um novo padrão na navegação na Web
Google Chrome Google Chrome
Navegador da Web rápido e versátil
Microsoft Visual C++ 2015 Redistributable Package Microsoft Visual C++ 2015 Redistributable Package
Aumente o desempenho do seu sistema com o Microsoft Visual C++ 2015 Redistributable Package!
Microsoft Visual C++ 2010 Redistributable Microsoft Visual C++ 2010 Redistributable
Componente essencial para executar aplicativos do Visual C++
Microsoft OneDrive Microsoft OneDrive
Simplifique o gerenciamento de arquivos com o Microsoft OneDrive

Últimas atualizações


WeGuardia™ SSLplus 1.0.10

WeGuardia™ SSLplus is an SSL certificate service offered by Future Systems Inc. This SSL certificate is designed to provide website owners and users with a secure way to transmit important data over the internet.

GoodSync 12.9.6

Introduction to GoodSync GoodSync is a robust file synchronization and backup software designed for both individual users and enterprise environments.