Home  /  Tools Apps  / Arduino Bluetooth RC 4 Channel on Windows Pc

Arduino Bluetooth RC 4 Channel on Windows Pc

Developed By: Antonio Sergio Arduino

License: Free

Rating: 5,0/5 - 1 votes

Last Updated: December 27, 2023

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 1.1
Size 1 MB
Release Date December 14, 13
Category Tools Apps

What's New:
Funcionamento do aplicativo apenas com dispositivos conectados via bluetooth;Observe que o led do módulo bluetooth(JY MCU) estava piscando e quando está... [see more]

Description from Developer:
Description:

Operation of the application only with connected devices via bluetooth;

Walkthrough:

1 - Re-assemble the proto board as electric scheme;
2 - Connect the bluetooth (... [read more]

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

App preview

About this app

On this page you can download Arduino Bluetooth RC 4 Channel and install on Windows PC. Arduino Bluetooth RC 4 Channel is free Tools app, developed by Antonio Sergio Arduino. Latest version of Arduino Bluetooth RC 4 Channel is 1.1, was released on 2013-12-14 (updated on 2023-12-27). Estimated number of the downloads is more than 100. Overall rating of Arduino Bluetooth RC 4 Channel 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 Arduino Bluetooth RC 4 Channel on Windows?

Instruction on how to install Arduino Bluetooth RC 4 Channel on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install Arduino Bluetooth RC 4 Channel 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 RC 4 Channel 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 RC 4 Channel" 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 RC 4 Channel 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 RC 4 Channel" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 1.1.

Download Arduino Bluetooth RC 4 Channel 1.1 on Windows PC – 1 MB

Description:

Operation of the application only with connected devices via bluetooth;

Walkthrough:

1 - Re-assemble the proto board as electric scheme;
2 - Connect the bluetooth (JY MCU) and Arduino module, see the LED is flashing;
3 - In Smartphone turn Bluetooth on and enter the Arduino Bluetooth RC 4 Channels application and press the Connect button;
4 - Note that the bluetooth module LED (JY MCU) and was blinking when connected to flashing and stay straight on;
5 - The devices are conetctados via bluetooth - Direct LED is lit.

6 - At this time all application buttons work and send data to the bluetooth module and the Arduino.


 The Arduino Bluetooth RC 4 Channels application installed on your smartphone remotely controls the Arduino (via bluetooth) with 4 channels (digital port pin 4, pin 5, pin 6, pin 7);

Through these pins can connect a board with 4 relays, and power up to 4 devices handled residential power grid;
Control the drive (league and deslida) lamps, abatjours, fixtures, motors, pumps, solenoids, contactors, electric oven, appliances, etc..

Use a smartphone with android to install this "apk.", In this example we used the Samsung Galaxy Tablet GT-P3100 Tab2 7.0 "with android version 4.0.

View on Youtube:
http://www.youtube.com/watch?v=SbMW_HhQaXI

About configuring the Bluetooth module JY_MCU.
This module comes factory configured with:
Baud rate: 9600 bps;
Data bits: 8 bits;
Stop bits: 1, Parity: none;
Summary (9600 bps, 8N1);


We can see that when you press the "ON - CH1" button an image of the lamp illuminates (yellow) along with the led the drive relay that is connected to the Arduino (digital pins 4, 5, 6 and 7) and when you press plate "OFF - CH1" button turned off the lamp (transparent color) Android Smartphone and simultaneously led the drive relay board goes.

Note: The drives (CH1, CH2, CH3 and CH4) can act independently or simultaneously, facilitating their operation and opening multiple possibilities in residential automation as an example where you need to trigger the Luminaris of cozy, living rooms, bedrooms, halls, cooking, smarter.

How the circuit works:
The Arduino Bluetooth RC 4 Channels application installed on Android Smartphone with communicating with the bluetooth which is connected to the serial (mySerial) pin 2 and 3-RX-TX Arduino that receives data entities which in turn, interprets and makes the relay control (card drive relay) that is connected to the digital port corresponding (Arduino pins 4, 5, 6 and 7).


Warning: When working with this application keep the screen always on (do not use sleep mode or sleep) because you may lose control of the device being powered.

Note: To exit the application, always check before if the buttons are in the "OFF" mode - lamp off then press the "disconnect" button and exit the application; Note that the bluetooth will flash indicating that the system is actually disconnected.

About data transmission:
When pressed by example "CH1 - ON" button transmits your smartphone via bluetooth the character "A" and the Arduino puts high logic level (1) that turns on the LED digital pin 4;
When pressed by example "CH1 - OFF" button transmits your smartphone via bluetooth "B" character poses and the Arduino logic level low (0), which makes clear the LED digital pin 4;

This is all you need to know to build your program:
CH1 button - ON - send: "A" character; CH1 button - OFF - send: character "B";
CH2 button - ON - send: character "C" CH2 button - OFF - send: character "D";
CH3 button - ON - send: character "E"; CH3 Button - OFF - send: character "F";
CH4 button - ON - send: character "G"; CH4 Button - OFF - send: character "H";

http://sergioarduino.blogspot.com.br/p/arduino-bluetooth-rc-4-channels.html
Funcionamento do aplicativo apenas com dispositivos conectados via bluetooth;
Observe que o led do módulo bluetooth(JY MCU) estava piscando e quando está conectado para de piscar e fica aceso direto;

Vejam em meu blog outros vídeos, fotos e programa para Arduino utilizado no projeto com
o aplicativo: Arduino Bluetooth RC 4 Channels.

Veja no Blogger:
http://sergioarduino.blogspot.com.br/p/arduino-bluetooth-rc-4-channels.html

Veja no Youtube:
http://www.youtube.com/watch?v=SbMW_HhQaXI