Home  /  Tools Apps  / Arduino Bluetooth Controller on Windows Pc

Arduino Bluetooth Controller on Windows Pc

Developed By: 516899 iLaLay Inc.

License: Free

Rating: 4,4/5 - 14 votes

Last Updated: December 24, 2023

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 1.0
Size 3 MB
Release Date October 07, 15
Category Tools Apps

App Permissions:
Allows applications to connect to paired bluetooth devices. [see more (4)]

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

Description from Developer:
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... [read more]

App preview ([see all 25 screenshots]  /  [view video])

App preview

About this app

On this page you can download Arduino Bluetooth Controller and install on Windows PC. Arduino Bluetooth Controller is free Tools app, developed by 516899 iLaLay Inc.. Latest version of Arduino Bluetooth Controller is 1.0, was released on 2015-10-07 (updated on 2023-12-24). Estimated number of the downloads is more than 5,000. Overall rating of Arduino Bluetooth Controller is 4,4. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 14 users, 1 users had rated it 5*, 11 users had rated it 1*.

How to install Arduino Bluetooth Controller on Windows?

Instruction on how to install Arduino Bluetooth Controller on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install Arduino Bluetooth Controller on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install Arduino Bluetooth Controller using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "Arduino Bluetooth Controller" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install Arduino Bluetooth Controller on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "Arduino Bluetooth Controller" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 1.0.

Download Arduino Bluetooth Controller 1.0 on Windows PC – 3 MB

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