1/8
Arduino Bluetooth  Controller screenshot 0
Arduino Bluetooth  Controller screenshot 1
Arduino Bluetooth  Controller screenshot 2
Arduino Bluetooth  Controller screenshot 3
Arduino Bluetooth  Controller screenshot 4
Arduino Bluetooth  Controller screenshot 5
Arduino Bluetooth  Controller screenshot 6
Arduino Bluetooth  Controller screenshot 7
Arduino Bluetooth  Controller Icon

Arduino Bluetooth Controller

Estacado's ltd.
Trustable Ranking Icon인증완료
1K+다운로드
1.5MB크기
Android Version Icon2.3.3 - 2.3.7+
안드로이드 버전
2.8(12-02-2017)최신 버전
5.0
(2 리뷰)
Age ratingPEGI-3
설치 방법
1
설치 파일을 다운로드하고 엽니다.
2
Unblock AptoideAptoide is a safe app! Just tap on More details and then on Install anyway.
3
설치를 완료하고 Aptoide를 엽니다
app-card-icon
세부 정보리뷰버전정보
1/8

의 설명 Arduino Bluetooth Controller

Are you an Arduino enthusiast that always wanted to remote control your projects via your Android phone but didn't have the time, the patience or the knowledge to build an Android Bluetooth Controller? Then ARDUINO BLUETOOTH CONTROLLER is what you need!


This android application can establish a connection with any Arduino/microcontroller project that involves a bluetooth module! It allows the user to set a UUID of his own bluetooth module in order to connect the android application with his projects!!! The default UUID that comes with this application is for the HC-06 Wireless Serial 4 Pin Bluetooth RF Transceiver Module RS232. (If you use default UUID in order to pair the BT module with your smartphone for the first time, you will have to give a 4-digit password. This password is '1234'.)


The application is comprised of 4 Command Modes:


1. Vehicle Mode : By pressing the "joystick" button the user can remote control a vehicle with specific gestures. For the interpretation of gestures to commands, the application uses the built-in accelerometer sensor of the smart device. There are 8 different gestures available (FRONT, BACK, LEFT, RIGHT, FRONT_LEFT, FRONT_RIGHT, BACK_LEFT, BACK_RIGHT).


You can set these gestures with your own custom commands through the the menu button "Set Commands".


Additionally, there is a STOP and an ANDROID button that can be assigned with custom commands as well.


***IMPORTANT*** The mode provides via the menu options the option to change the orientation of accelerometer axises (X->Y, Y->X) in order to operate properly in Android phones with different default orientation.


Moreover, menu options provide a sensitivity change button to modify the point where the app catches the gesture events for this mode. As the title suggests, this mode is specifically designed to remote control a vehicle which uses a bluetooth module and a microcontroller.


2. Fader Mode : This mode provides the user with a fader-seekbar that can send commands from 0-9 and allow the user to experiment with servos, leds, motors and many more.


3. Controller Mode : This mode provides a standard controller layout with 10 buttons in total that can be assigned with custom commands. The arrow buttons are specifically designed to send commands continuously while pressed, in order to simulate an actual controller.


4. Terminal Mode : This mode provides a terminal-like interface in which the user can type and send an individual or multiple commands which will execute sequentially. Since Arduino serial port receives one byte at a time, if the user types a string in the input text field, the application divides that string into characters and sends them one by one to Arduino. It should be noted that spaces or empty strings are skipped.


All application settings and commands are permanently stored and can be accessed and modified any time according to your needs .


##################################################################################################


Arduino Side Code


Below code is an example of how Arduino can "listen" the commands that receives through this 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 ) // if data is available to read


{


incomingByte = Serial.read(); // read it and store it in 'incomingByte'


}


}


____________________________________




© 'Arduino' is a trademark of Arduino team


____________________________________

Arduino Bluetooth Controller - 버전 2.8

(12-02-2017)
다른 버전들

아직 평가나 리뷰가 없습니다! 첫 번째로 남겨 보세요

-
2 Reviews
5
4
3
2
1
Info Trust Icon
좋은 앱임을 보장합니다이 어플리케이션은 바이러스,멀웨어와 기타 악의적인 공격에 대한 보안 시험을 통과하였으며 어떠한 위험요소도 포함되어 있지 않습니다.

Arduino Bluetooth Controller - APK 정보

APK 버전: 2.8패키지: eu.jahnestacado.arduinorc
안드로이드 호환: 2.3.3 - 2.3.7+ (Gingerbread)
개발자:Estacado's ltd.권한:7
이름: Arduino Bluetooth Controller크기: 1.5 MB다운로드: 986버전 : 2.8출시 날짜: 2023-07-22 01:53:05최소 스크린: SMALL지원되는 CPU:
패키지 ID: eu.jahnestacado.arduinorcSHA1 서명: 8E:D3:96:ED:7C:67:86:6B:F6:B7:C7:8C:7B:C3:D0:98:25:EF:DA:81개발자 (CN): Ioannis Tzanellis단체 (O): 로컬 (L): Thessaloniki/Amsterdam나라 (C): 주/시 (ST):

Arduino Bluetooth Controller의 최신 버전

2.8Trust Icon Versions
12/2/2017
986 다운로드1.5 MB 크기

다른 버전들

2.7Trust Icon Versions
4/9/2014
986 다운로드2 MB 크기
2.5Trust Icon Versions
6/6/2014
986 다운로드706.5 kB 크기

동일 카테고리의 앱

좋아할 만한 것...