2.8 An toàn để cài đặt
Arduino Bluetooth Controller is an Android application designed for Arduino enthusiasts looking to remotely control their projects via their Android devices. The app allows users to establish a connection with any Arduino or microcontroller project that incorporates a Bluetooth module. Users have the flexibility to set a UUID for their Bluetooth module to facilitate the connection with the application. An option for using the default UUID for HC-06 Wireless Serial 4 Pin Bluetooth RF Transceiver Module RS232 is also available, with a standard password of '1234' for initial pairing.
The application features four distinct Command Modes:
- Vehicle Mode: This mode enables users to control a vehicle using specific gestures, utilizing the smart device's built-in accelerometer sensor for gesture interpretation. With options for eight different gestures (FRONT, BACK, LEFT, RIGHT, FRONT_LEFT, FRONT_RIGHT, BACK_LEFT, BACK_RIGHT), users can customize commands via the "Set Commands" menu. The mode also offers buttons for STOP and ANDROID commands, allowing further customization.
- Fader Mode: Users can experiment with servos, LEDs, motors, and more using a fader-seekbar that sends commands ranging from 0-9.
- Controller Mode: This mode presents a standard controller layout with ten customizable buttons. Arrow buttons are configured to send continuous commands while pressed, simulating real controller functionality.
- Terminal Mode: Providing a terminal-like interface, this mode allows users to type and send individual or multiple commands for sequential execution. The application sends each character individually to accommodate Arduino's single-byte reception limit.
All configuration settings and assigned commands are permanently stored within the application and can be adjusted as needed. Additionally, users can modify accelerometer axis orientation and sensitivity settings based on device specifications.
The application simplifies communication between Arduino projects and Android devices while offering a range of control options tailored to different project requirements. It provides versatility and customization possibilities for users engaging in various electronics projects.
##########
Arduino Side Code
The following code snippet demonstrates how Arduino can receive commands from the Android application:
char incomingByte; // variable to receive data from the serial port void setup() { Serial.begin(9600); // start serial communication at 9600bps } void loop() { if(Serial.available() > 0) { incomingByte = Serial.read(); // read data if available }© 'Arduino' is a trademark of the Arduino team
Tổng quan
Arduino Bluetooth Controller là một Phần mềm miễn phí phần mềm trong danh mục Giáo dục được phát triển bởi Ioannis Tzanellis.
Phiên bản mới nhất của Arduino Bluetooth Controller là 2.8, phát hành vào ngày 20/04/2024. Vào lúc đầu, nó đã được thêm vào cơ sở dữ liệu của chúng tôi trên 20/04/2024.
Arduino Bluetooth Controller đã chạy trên hệ điều hành sau: Android.
Người sử dụng của Arduino Bluetooth Controller đánh giá xếp hạng 3 trong số 5 sao.
với phần mềm UpdateStar miễn phí.
Đánh giá mới nhất
![]() |
Ashampoo Burning Studio
Phần mềm ghi đĩa CD và DVD dễ sử dụng |
![]() |
Microsoft Visual C++ 2015 Redistributable Package
Tăng hiệu suất hệ thống của bạn với Microsoft Visual C++ 2015 Redistributable Package! |
![]() |
Nero Info
Luôn cập nhật thông tin với Nero Info! |
![]() |
ZipX
Nén tệp hiệu quả với phần mềm ZipX bằng WinX |
![]() |
Kaspersky Password Manager
Bảo mật mật khẩu của bạn với Kaspersky Password Manager! |
![]() |
Wondershare Filmora
Chuyển đổi video của bạn thành kiệt tác điện ảnh với Wondershare Filmora! |
![]() |
UpdateStar Premium Edition
Giữ cho phần mềm của bạn được cập nhật chưa bao giờ dễ dàng hơn với UpdateStar Premium Edition! |
![]() |
Microsoft Edge
Một tiêu chuẩn mới trong duyệt web |
![]() |
Google Chrome
Trình duyệt web nhanh và linh hoạt |
![]() |
Microsoft Visual C++ 2015 Redistributable Package
Tăng hiệu suất hệ thống của bạn với Microsoft Visual C++ 2015 Redistributable Package! |
![]() |
Microsoft Visual C++ 2010 Redistributable
Thành phần cần thiết để chạy các ứng dụng Visual C++ |
![]() |
Microsoft OneDrive
Hợp lý hóa việc quản lý tệp của bạn với Microsoft OneDrive |