Nhà phát triển: | Ioannis Tzanellis (1) | ||
Giá bán: | * Miễn phí | ||
Xếp hạng: | 0 | ||
Đánh giá: | 0 Viết đánh giá | ||
Danh sách: | 0 + 0 | ||
Điểm: | 0 + 923 (4.0) ¡ | ||
Điểm +1 |
Mô tả
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
____________________________________
Ảnh chụp màn hình
Tính năng mới
- Phiên bản: 2.8
- Cập nhật:
Giá bán
-
* Chứa quảng cáo
- Hôm nay: Miễn phí
- Tối thiểu: Miễn phí
- Tối đa: Miễn phí
Theo dõi giá
Nhà phát triển
- Ioannis Tzanellis
- Nền tảng: Android Ứng dụng (1)
- Danh sách: 0 + 0
- Điểm: 0 + 923 ¡
- Xếp hạng: 0
- Đánh giá: 0
- Giảm giá: 0
- Video: 0
- RSS: Đăng ký
Điểm
Không tìm thấy ☹️
Xếp hạng
Không tìm thấy ☹️
Danh sách
Không tìm thấy ☹️
Đánh giá
Hãy là người đầu tiên đánh giá 🌟
Thông tin bổ sung
- Phiên bản: 2.8
- ID: eu.jahnestacado.arduinorc
- Danh mục:
Android Ứng dụng
›Giáo dục
- HĐH:
Android 2.3.3 trở lên
- Kích thước:
2 Mb
- Xếp hạng nội dung:
Everyone
- Google Play Xêp hạng:
4.0
(923) - Cập nhật:
- Ngày phát hành:
Bạn cũng có thể thích
-
- Arduino Multiple Controller
- Android Ứng dụng: Giáo dục Bởi: Sivarajan R
- Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 0 Phiên bản: 3.2 An android app to control Arduino Devices Via bluetooth and internet it can : 1.Auto connect to previous device 2.Has 7 controls:Button,Voice,Acclerometer,Home Automation,Joypad,Custom ⥯
-
- Arduino Bluetooth Led Control
- Android Ứng dụng: Giáo dục Bởi: AlEl
- Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 0 Phiên bản: 1.2 Bluetooth controller for Arduino ⥯
-
- Arduino Bluetooth RC Car
- Android Ứng dụng: Giáo dục Bởi: omfaer
- Miễn phí
- Danh sách: 1 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 0 Phiên bản: 2.1.1 Carino is a Bluetooth RC Car application. Carino controls the RC Car via bluetooth connection. It has a simple and easy to use interface. This app; With a microcontroller (recommended ... ⥯
-
- Arduino Bluetooth LED
- Android Ứng dụng: Giáo dục Bởi: EMMANUEL SPIRIDAKIS
- Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 0 Phiên bản: 1.4 With this application you can light a LED or enable a relay using an Arduino and a Bluetooth module. The application sends, when a button is pushed, a character to the Arduino ... ⥯
-
- Arduino Science Journal
- Android Ứng dụng: Giáo dục Bởi: Arduino
- Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 543 (4.1) Phiên bản: 6.6.0 The Arduino Science Journal (formerly Science Journal, an initiative by Google) is free, and allows you to gather data about the world around you by harnessing the sensors in your ... ⥯
-
- ELIO -DIY Bluetooth Controller
- Android Ứng dụng: Giáo dục Bởi: mobilian
- Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 0 Phiên bản: 10.0 "ELIO" is a DIY bluetooth controller & smartphone application that enhances your creativity and your creative life. You don't have to worry about even you don't have a knowledge about ... ⥯
-
- Bluetooth Power
- Android Ứng dụng: Giáo dục Bởi: MSPLDevelopers
- * Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 1 + 0 Phiên bản: 98.5 Bluetooth is a wireless technology that allows personal computers, laptops, cell phones and other electronic enables devices to communicate with each other over short distances of ... ⥯
-
- Bluetooth Earbuds – Guide
- Android Ứng dụng: Giáo dục Bởi: salematiyat
- * Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 0 Phiên bản: 3 - Bluetooth Earbuds application is free, suitable for friends and family - Bluetooth Earbuds application is compatible with all Android devices - Bluetooth Earbuds application works ... ⥯
-
- Arduino Basics
- Android Ứng dụng: Giáo dục Bởi: Abdelaziz Sebrou
- * Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 222 (4.3) Phiên bản: 1.0 Learn Arduino Basics with source code in a simple way and without internet Offline app (Without internet) The app covers the following topics: 1 What is Arduino 2 Installation 3 ... ⥯
-
- Arduino Pro
- Android Ứng dụng: Giáo dục Bởi: Prince Corp
- Miễn phí
- Danh sách: 1 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 1 + 0 Phiên bản: 4.0 Absolutely, here's the extended version of the description that you can use for the Google Play Store: Are you ready to unlock the incredible world of Arduino? Look no further than ... ⥯
-
- Arduino Spider Robot Control
- Android Ứng dụng: Giáo dục Bởi: Aladdn07
- $1.49
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 0 Phiên bản: 2.1 You can make spider robot with arduino and control it with this application ⥯
-
- Bluetooth Arduino Robot Car
- Android Ứng dụng: Giáo dục Bởi: Dibis
- Miễn phí
- Danh sách: 0 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 0 Phiên bản: 1.3.1 Bluetooth LE Remote control for Arduino Robot Car BLE RobotCar is a simple application for remote control, via Bluetooth LE, of some devices equipped with an Arduino board. After ... ⥯
-
- Arduino Prime
- Android Ứng dụng: Giáo dục Bởi: Seksan Jantawong
- $0.99
- Danh sách: 3 + 1 Xếp hạng: 0 Đánh giá: 0
- Điểm: 2 + 0 Phiên bản: 0.9 Arduino Prime is an app to build skills Block programming, drag and drop, test, simulate different sensor events of Arduino to recognize input , output i2c , Analog , Digital with more ⥯
-
- Bluetooth RC
- Android Ứng dụng: Giáo dục Bởi: HuyNguyen
- * Miễn phí
- Danh sách: 1 + 0 Xếp hạng: 0 Đánh giá: 0
- Điểm: 0 + 338 (2.2) Phiên bản: 1.2.8 Arduino code + Schematic: https://github.com/TheHLab/Bluetooth-RC-Diecast-Car This application built for your DIY project. It's a cool Bluetooth RC app with steering wheel and gas ... ⥯