BT Control Buttons Constructor on Windows Pc
Developed By: Antonio Sergio Arduino
License: Free
Rating: 5,0/5 - 1 votes
Last Updated: December 27, 2023
App Details
Version |
1.0 |
Size |
1 MB |
Release Date |
June 09, 15 |
Category |
Tools Apps |
Description from Developer: DIY Custom Application Bluetooth Remote Control for Arduino.
. How the App BT Control Buttons Constructor: You make the program very easily by editing the Remote Control Bluetooth... [read more]
|
About this app
On this page you can download BT Control Buttons Constructor and install on Windows PC. BT Control Buttons Constructor is free Tools app, developed by Antonio Sergio Arduino. Latest version of BT Control Buttons Constructor is 1.0, was released on 2015-06-09 (updated on 2023-12-27). Estimated number of the downloads is more than 10. Overall rating of BT Control Buttons Constructor is 5,0. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 1 users, 1 users had rated it 5*, 1 users had rated it 1*.
How to install BT Control Buttons Constructor on Windows?
Instruction on how to install BT Control Buttons Constructor on Windows 10 Windows 11 PC & Laptop
In this post, I am going to show you how to install BT Control Buttons Constructor 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 BT Control Buttons Constructor using BlueStacks
- 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.
- 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
- Once installed, click "BT Control Buttons Constructor" 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 BT Control Buttons Constructor on Windows PC using NoxPlayer
- Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
- Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
- The installation process will take place quickly. After successful installation, you can find "BT Control Buttons Constructor" on the home screen of NoxPlayer, just click to open it.
Discussion
(*) is required
DIY Custom Application Bluetooth Remote Control for Arduino.
. How the App BT Control Buttons Constructor:
You make the program very easily by editing the Remote Control Bluetooth buttons, choosing the size of the button, color, text, text color, background and more;
Edit the name of your custom application, connect the Bluetooth for communication between Smatphone Android and Arduino and go!
Function buttons:
Title Edit: Edit the name of your application;
Button Edit name: Edit the button name;
Edit Font Size: Edit the font size and character;
Edit Button Width: Edit the width of the button;
Edit Height: Edit the height of the button;
Select Button Color: Select the button color;
Select Text Color: Select the button text color;
Select Screen Background Color: Select the screen's background color;
Change Colors: Buttons for choice of colors;
Btn Program >>: button that opens the schedule screen; This button selects the screen
for programming and editing buttons;
Title Button: Press to save the application title of the edition;
Button Update: Press to update and save the programming and editing data of the buttons;
Exit Button: Press to exit the programming mode.
The BT Control Buttons Constructor application installed on the smartphone remotely controls the Arduino (via Bluetooth) with up to 4 channels (digital port pins D4, D5, D6 and D7), or any other pin, just change the Arduino code.
Through these pins can connect a card with up to 4 relays (sold on ebay or free market), which can control up to 4 devices handled residential mains (110V / 220V);
Drive (league and deslida) lamps, abatjours, lamps, motors, solenoids, contactors, electric oven, electrical appliances, etc.
Obs .: The drives can act independently or simultaneously, facilitating its operation and opening multiple possibilities to the project as an example in a small home automation.
See Blogger: http://sergioarduino.blogspot.com.br/p/faca-voce-mesmo-aplicativo.html
PROGRAM CODE ARDUINO COMPLETE;
CONNECTIONS SCHEME WITH LEDS;
CONNECTIONS SCHEME WITH RELAYS MODULES;
BILL OF MATERIAL;
PHOTOS AND VIDEOS;
OPERATING DESCRIPTION;
DESCRIPTION OF ALL THE CONTROLS AND pinouts ARDUINO;
CONTROL DEVICES LINKED TO MAINS 110 / 220VAC.
ARDUINO FULL PROGRAM CODE: BT Control Buttons Constructor.
Inclusion of libraries // -------------- ---------------
#include
SoftwareSerial mySerial (2, 3);
// Declaration of variables ------------ ---------------
int ch1 = 4;
5 int = CH2;
6 int = CH3;
int ch4 = 7;
int count = 0;
contB int = 0;
contC int = 0;
contd int = 0;
void setup ()
{
mySerial.begin (9600); // Initialize the serial on 9600 bps;
pinMode (ch1, OUTPUT); // Arduino digital pin (D4-ch1);
pinMode (CH 2, OUTPUT); // Arduino digital pin (D5-CH2);
pinMode (ch3, OUTPUT); // Arduino digital pin (D6-CH3);
pinMode (ch4, OUTPUT); // Arduino digital pin (D7-ch4);
}
void loop ()
{
// ------- Reading of the character by the serial ---------
char = character mySerial.read ();
// ----- Receives and character counts between 1 and 2 -----
if (character == 'A')
{
count ++;
if (count> = 3)
{
count = 1;
}
}
if (character == 'B')
{
contB ++;
if (contB> = 3)
{
contB = 1;
}
}
if (character == 'C')
{
contC ++;
if (contC> = 3)
{
contC = 1;
}
}
if (character == 'D')
{
contd ++;
if (contd> = 3)
{
contd = 1;
}
}
// Compares the count and triggers the digital port d1 to d4;
if (count == 1)
{
digitalWrite (ch1, HIGH);
}
if (count == 2)
{
digitalWrite (ch1, LOW);
}
if (contB == 1)
{
digitalWrite (CH2, HIGH);
}
if (contB == 2)
{
digitalWrite (ch2, LOW);
}
if (contC == 1)
{
digitalWrite (CH3, HIGH);
}
if (contC == 2)
{
digitalWrite (ch3, LOW);
}
if (contd == 1)
{
digitalWrite (ch4, HIGH);
}
if (contd == 2)
{
digitalWrite (ch4, LOW);
}
delay (10);
}
Blogger: http://sergioarduino.blogspot.com.br/p/faca-voce-mesmo-aplicativo.html