Home  /  Education Apps  / ArduBT - El Profe Garcia on Windows Pc

ArduBT - El Profe Garcia on Windows Pc

Developed By: DINASTIA TECNOLOGICA

License: Free

Rating: 4,7/5 - 178 votes

Last Updated: December 24, 2023

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 1.0
Size 1.3 MB
Release Date September 13, 14
Category Education Apps

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

Description from Developer:
Connect via bluetooth from your Android to Arduino, when you press the number 1 button ON1 was sent and when you press the number 2 button OFF1 be sent, BT The SELECT button is use... [read more]

App preview ([see all 8 screenshots])

App preview

About this app

On this page you can download ArduBT - El Profe Garcia and install on Windows PC. ArduBT - El Profe Garcia is free Education app, developed by DINASTIA TECNOLOGICA. Latest version of ArduBT - El Profe Garcia is 1.0, was released on 2014-09-13 (updated on 2023-12-24). Estimated number of the downloads is more than 10,000. Overall rating of ArduBT - El Profe Garcia is 4,7. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 178 users, 153 users had rated it 5*, 5 users had rated it 1*.

How to install ArduBT - El Profe Garcia on Windows?

Instruction on how to install ArduBT - El Profe Garcia on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install ArduBT - El Profe Garcia 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 ArduBT - El Profe Garcia 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 "ArduBT - El Profe Garcia" 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 ArduBT - El Profe Garcia 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 "ArduBT - El Profe Garcia" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 1.0.

Download ArduBT - El Profe Garcia 1.0 on Windows PC – 1.3 MB

Connect via bluetooth from your Android to Arduino, when you press the number 1 button ON1 was sent and when you press the number 2 button OFF1 be sent, BT The SELECT button is used to select the Bluetooth module connected to Arduino. Program to be loaded into the Arduino:

led13 int = 13;
int status = 0;

void setup () {
  Serial.begin (9600);
  pinMode (led13, OUTPUT);
}

void loop () {
 if (Serial.available ()> 0) {
 Serial.read status = ();
 }
 if (status == "1") {
   digitalWrite (led13, HIGH);
  }
if (status == "2") {
   digitalWrite (led13, LOW);
  }
}

Learn how to create your own application in http://youtu.be/S8q1vbVMV2Q
The program loaded into the Arduino can be downloaded in www.elprofegarcia.com
The video for making connections and load applications found in the www.youtube.com/elprofegarcia
Allows applications to connect to paired bluetooth devices.
Allows applications to open network sockets.
Allows applications to access information about Wi-Fi networks.
Allows applications to discover and pair bluetooth devices.
Allows applications to access information about networks.
Allows an application to write to external storage.
Allows read only access to phone state, including the phone number of the device, current cellular network information, the status of any ongoing calls, and a list of any PhoneAccounts registered on the device.
Allows an application to read from external storage.