Arduino Bluetooth Controller Application icon

Arduino Bluetooth Controller 1.0

3 MB / 5K+ Downloads / Rating 4.4 - 14 reviews


See previous versions

Arduino Bluetooth Controller, developed and published by 516899 iLaLay Inc., has released its latest version, 1.0, on 2015-10-07. This app falls under the Tools category on the Google Play Store and has achieved over 5000 installs. It currently holds an overall rating of 4.4, based on 14 reviews.

Arduino Bluetooth Controller APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.3+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.ilalay.bluetoothcontrollor_lite

Updated: 9 years ago

Developer Name: 516899 iLaLay Inc.

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Arduino Bluetooth Controller on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

4.4
Total 14 reviews

Reviews

5 ★, on 2016-03-07
Mega tasitic

Previous Versions

Arduino Bluetooth Controller 1.0
2015-10-07 / 3 MB / Android 2.3+

About this app

Arduino Bluetooth Controllor allows users to use a very simple way - through Bluetooth to control Arduino supplies (. Ex LED, dimmable lighting or any electrical switches) that can be used as learning use action device to control hardware devices, the first step into the era of the wisdom of life.

Arduino Bluetooth Controllor (ABC) features:
- Scan 、Pair、Unpair Bluetooth device or even remove paired.
- Just click on icons to control Arduino pin, on / off electrical appliances
- Slide bar can freely control the LED brightness and shade
- Countdown Timer and System auto shutdown
- Provide on-line help, convenient subsequent code development
- Provide sample code download
- Provide Arduino entity wiring diagram
- Provide Arduino reference movie
- Provide exclusive Arduino libraries (to facilitate use with this App)
- Provide you to write your own code to extend the applications
- By your own setting:
  1. Pin type controlled (Digital, PWM, Analog)
  2. Pin no controlled freely
  3. Set the delay time, ON/OFF toggle (LED Blink)

Instruction :
Step 1: Hardware
Arduino x 1
Bluetooth module x 1
LED x 2
Resistors x 2 -- 330 ohm

Step 2: Wired : Reference App menu items in the wiring diagram or instructional videos

Step 4: Software (see **Note)
Android App : Arduino Bluetooth Controllor (ABC) -> Install it from Google Play
Arduino Sketch : Download the example or upload your sketch to your Arduino board

Step 5: Get started
Run (ABC) -> Enable Bluetooth -> "Scan", "Paired" or "Click" Bluetooth device -> Connected -> Done

**Note : You can write your own Arduino sketch to control your arduino board, or just simply use our library and sample sketch for your first try.

Arduino Sketch download links :
1. The sample code (Bluetooth_Controllor_Example.zip): Please click on App menu to download source code
2. The exclusive library (Bluetooth_Controllor_Library.zip): Please click on App menu to download library (Optional)

If you decide to use our example, then just follow these steps.
Step 1: Download Bluetooth_Controllor_Library.zip -> Unzip it to \libraries
Step 2: Download Bluetooth_Controllor_Example.zip -> Unzip and upload it to your Arduino board
Step 3: Run the Android App : Arduino Bluetooth Controllor (ABC)

Example : Use our library & upload Bluetooth_LED_Android.ino (just few lines done every controls)
#include
AndroidBluetooth ABC;
void setup() {
Serial.begin(9600);
}
void loop() {
ABC.doAction();
}

New features

-新增免費Arduino實體接線圖
-新增免費Arduino實際操作的參考影片
-新增自動作業計時器與系統關機功能
-新增藍牙自動連線功能 (前一次的連線裝置)

App Permissions

Allows applications to connect to paired bluetooth devices.
Allows applications to discover and pair bluetooth devices.
Allows applications to open network sockets.
Allows applications to access information about networks.