Arduino Bluetooth Controlled J 1.2

Arduino Bluetooth Controlled J 1.2

Uncia Robotics  ❘ Freeware
Android
out of 137 votes
Latest Version
1.2
Safe to install
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=""; } } }

Overview

Arduino Bluetooth Controlled J is a Freeware software in the category Education developed by Uncia Robotics.

The latest version of Arduino Bluetooth Controlled J is 1.2, released on 01/02/2025. It was initially added to our database on 01/02/2025.

Arduino Bluetooth Controlled J runs on the following operating systems: Android.

Users of Arduino Bluetooth Controlled J gave it a rating of 4 out of 5 stars.

Screenshots (Click to view larger)

Secure and free downloads checked by UpdateStar

Stay up-to-date
with UpdateStar freeware.

Latest Reviews

Resident Evil Revelations Resident Evil Revelations
A Thrilling Return to Survival Horror
B Brother MFL-Pro Suite MFC-7840W
Versatile All-in-One Solution: Brother MFL-Pro Suite MFC-7840W
Universe Sandbox Universe Sandbox
Explore the Cosmos in Universe Sandbox
Spek Spek
Accurate Audio Analysis Made Easy with Spek
DR-2010C CaptureOnTouch DR-2010C CaptureOnTouch
Streamlined Scanning with Canon's DR-2010C CaptureOnTouch
Heroes of Might & Magic V Heroes of Might & Magic V
A Classic Turn-Based Strategy Experience
UpdateStar Premium Edition UpdateStar Premium Edition
Keeping Your Software Updated Has Never Been Easier with UpdateStar Premium Edition!
Microsoft Edge Microsoft Edge
A New Standard in Web Browsing
Google Chrome Google Chrome
Fast and Versatile Web Browser
Microsoft Visual C++ 2015 Redistributable Package Microsoft Visual C++ 2015 Redistributable Package
Boost your system performance with Microsoft Visual C++ 2015 Redistributable Package!
Microsoft Visual C++ 2010 Redistributable Microsoft Visual C++ 2010 Redistributable
Essential Component for Running Visual C++ Applications
Microsoft OneDrive Microsoft OneDrive
Streamline Your File Management with Microsoft OneDrive

Latest Updates


MediaHuman YouTube Downloader 3.9.15

Efficiently download YouTube videos with MediaHuman YouTube Downloader

Quantum Resonance Magnetic Analyzer 6.3.5

Revolutionize Your Health with the Quantum Resonance Magnetic Analyzer!

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

Comprehensive Tax Law Database for Professionals

Web Components 51.52

Revolutionize Your Web Development with Web Components by Web Components

Sentinel Runtime 8.13.45217.60000

Enhance Security with Sentinel Runtime by SafeNet Inc.