About 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
____________________________________

Additional Arduino Bluetooth Controller Information

Latest Version

2.8

Uploaded by

Ioannis Tzanellis

Requires Android

Android v0

Available on

Get Arduino Bluetooth  Controller on Google Play

Category

EDUCATION

Editor's Recommendation

Google Maps
Google Maps
Navigate your world faster and easier with Google Maps. Over 220 countries and territories mapped and hundreds of millions of businesses and places on the map. Get real-time GPS navigation, traffic, and transit info, and explore local neighborhoods by knowing where to eat, drink and go - no matter what part of the world you’re in.<br><br>Get there faster with real-time updates<br>• Beat traffic with real-time ETAs and traffic conditions<br>• Catch your bus, train, or ride-share with real-time transit info<br>• Save time with automatic rerouting based on live traffic, incidents, and road closures<br><br>Discover places and explore like a local<br>• Discover local restaurant, events, and activities that matter to you<br>• Know what’s trending and new places that are opening in the areas you care about<br>• Decide more confidently with “Your match,” a number on how likely you are to like a place<br>• Group planning made easy. Share a shortlist of options and vote in real-time<br>• Create lists of your favorite places and share with friends<br>• Follow must-try places recommended by local experts, Google, and publishers<br>• Review places you’ve visited. Add photos, missing roads and places.<br><br>More experiences on Google Maps<br>• Offline maps to search and navigate without an internet connection<br>• Street View and indoor imagery for restaurants, shops, museums and more<br>• Indoor maps to quickly find your way inside big places like airports, malls and stadiums<br><br>* Some features not available in all countries<br><br>* Also available for Wear OS. Add a Tile on your Wear OS watch to quickly access home and work.<br><br>* Navigation isn&#39;t intended to be used by oversized or emergency vehicles
4.0
Google Play services
Google Play services is used to update Google apps and apps from
4.3
Google
The Google app keeps you in the know about things that matter to
4.2
Google Chrome
Google Chrome is a fast, easy to use, and secure web browser. De
4.1
Gmail
The official Gmail app brings the best of Gmail to your Android
4.2
Speech Recognition & Synthesis
Power your device with the magic of Google’s text-to-speech and
3.9
YouTube
Get the official YouTube app on Android phones and tablets. See
3.9
Google Drive
Google Drive, part of Google Workspace, is a safe place to back
4.3
Android Accessibility Suite
Android Accessibility Suite is a collection of accessibility app
3.8
Netflix
Looking for the most talked about TV shows and movies from the a
4.2
Microsoft 365 (Office)
Microsoft 365 is the ultimate everyday productivity app that hel
4.7
Microsoft SwiftKey AI Keyboard
Microsoft SwiftKey is the intelligent keyboard that learns your
4.2
Snapchat
Snapchat is a fast and fun way to share the moment with your fri
4.0
MX Player
Powerful video and music player with advanced hardware accelerat
4.3
Spotify: Music and Podcasts
With the Spotify music and podcast app, you can play millions of
4.4
LinkedIn: Jobs & Business News
Welcome professionals! The key to getting in is getting started.
3.9
SHAREit: Transfer, Share Files
It’s time to Share it!<br><br>Share files, apps, games, videos,
4.3
Free Fire: The Chaos
[New Event - The Chaos]<br>With the new event comes an exciting
4.2
Facebook Lite
Keeping up with friends is faster and easier than ever with the
3.5
8 Ball Pool
Do you want to play in the world of pool games? 8 Ball Pool is a
4.3
Subway Surfers
DASH as fast as you can! <br>DODGE the oncoming trains! <br><br>
4.5
TikTok
TikTok is THE destination for mobile videos. On TikTok, short-fo
3.9
Microsoft OneDrive
Microsoft OneDrive gives you more storage space for your photos
4.5
Roblox
Roblox is the ultimate virtual universe that lets you create, sh
4.2