Arduino Bluetooth Controller Apk
Apk Infos
Version | 1.0 |
Rating | 4.4/5, based on 14 votes |
Size | 3 MB |
Requires Android | Android 2.3+ (Gingerbread) |
Author's Notes | Via Bluetooth, your phone can easily control the Arduino or other appliances。 |
About Arduino Bluetooth Controller APK
Table Of Contents
Description
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();
}
Latest updates
What's new in version 1.0
-新增免費Arduino實體接線圖-新增免費Arduino實際操作的參考影片
-新增自動作業計時器與系統關機功能
-新增藍牙自動連線功能 (前一次的連線裝置)
How to install Arduino Bluetooth Controller APK on Android phone or tablet?
Download Arduino Bluetooth Controller APK file from ApkClean, then follow these steps:
Update Phone Settings
- Go to your phone Settings page
- Tap Security or Applications (varies with device)
- Check the Unknown Sources box
- Confirm with OK
Go to Downloads
- Open Downloads on your device by going to My Files or Files
- Tap the APK file you downloaded (com.ilalay.bluetoothcontrollor_lite-v1.0-ApkClean.apk)
- Tap Install when prompted, the APK file you downloaded will be installed on your device.
Older Versions
1.0 (5) | 3 MB |
Questions & Answers
Q: What is an APK File?
A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.
Q: If I install an APK from this website, will I be able to update the app from the Play Store?
A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.
Q: Why ApkClean.net can guarantee APK 100% safe?
A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.
Q: What are Android App permissions?
A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.
Don't hesitate to contact us if you have any questions or concerns.
(*) is required