2.8 설치 하는 안전
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
개요
Arduino Bluetooth Controller 범주 교육 Ioannis Tzanellis개발한에서 프리웨어 소프트웨어입니다.
Arduino Bluetooth Controller의 최신 버전은 2024-04-20에 발표 된 2.8. 처음 2024-04-20에 데이터베이스에 추가 되었습니다.
다음 운영 체제에서 실행 되는 Arduino Bluetooth Controller: Android.
Arduino Bluetooth Controller 사용자 3 5 등급으로 평가 했다.
최신 리뷰
![]() |
KMPlayer
Windows 및 Mac을 위한 강력한 멀티미디어 플레이어 |
![]() |
Windows PC Health Check
Windows PC 상태 검사로 PC를 원활하게 실행하십시오! |
![]() |
SAMSUNG USB Driver for Mobile Phones
삼성 휴대폰을 위한 효율적인 연결 솔루션 |
![]() |
Epic Games Launcher
Epic Games Launcher로 Epic Games의 힘을 발휘하십시오 |
![]() |
WPS Office
WPS Office: 모든 요구 사항을 충족하는 다용도 오피스 제품군 |
![]() |
Adobe Photoshop
최고의 사진 편집 소프트웨어: 어도비 포토샵 리뷰 |
![]() |
UpdateStar Premium Edition
UpdateStar Premium Edition으로 소프트웨어를 최신 상태로 유지하는 것이 그 어느 때보다 쉬워졌습니다! |
![]() |
Microsoft Visual C++ 2015 Redistributable Package
Microsoft Visual C++ 2015 재배포 가능 패키지로 시스템 성능을 향상시키십시오! |
![]() |
Microsoft Edge
웹 브라우징의 새로운 표준 |
![]() |
Google Chrome
빠르고 다재다능한 웹 브라우저 |
![]() |
Microsoft Visual C++ 2010 Redistributable
Visual C++ 응용 프로그램 실행을 위한 필수 구성 요소 |
![]() |
Microsoft Update Health Tools
Microsoft Update Health Tools: 시스템을 항상 최신 상태로 유지하세요! |