Home  /  Productivity Apps  / Arduino control 11 Bits on Windows Pc

Arduino control 11 Bits on Windows Pc

Developed By: Jose Luis Avendaño Mendez

License: Free

Rating: 3,7/5 - 3 votes

Last Updated: December 24, 2023

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 1..0.1
Size 1.5 MB
Release Date September 16, 15
Category Productivity Apps

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

Description from Developer:
This application was developed to run on ATmega2560, but can also work with other versions of Arduino, such as Arduino Uno, Arduino Nano.
The materials needed are:
Arduino ATmega25... [read more]

App preview ([see all 3 screenshots])

App preview

About this app

On this page you can download Arduino control 11 Bits and install on Windows PC. Arduino control 11 Bits is free Productivity app, developed by Jose Luis Avendaño Mendez. Latest version of Arduino control 11 Bits is 1..0.1, was released on 2015-09-16 (updated on 2023-12-24). Estimated number of the downloads is more than 100. Overall rating of Arduino control 11 Bits is 3,7. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 3 users, 2 users had rated it 5*, 1 users had rated it 1*.

How to install Arduino control 11 Bits on Windows?

Instruction on how to install Arduino control 11 Bits on Windows 10 Windows 11 PC & Laptop

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

Discussion

(*) is required

Download older versions

Other versions available: 1..0.1.

Download Arduino control 11 Bits 1..0.1 on Windows PC – 1.5 MB

This application was developed to run on ATmega2560, but can also work with other versions of Arduino, such as Arduino Uno, Arduino Nano.
The materials needed are:
Arduino ATmega2560.
HC-05 Bluetooth COM port.
Android cell.

The Arduino program:
// Definition of Arduino pins to use.
byte BIT0 = 2;
byte BIT1 = 3;
byte BIT2 = 4;
byte BIT3 = 5;
byte BIT4 = 6;
Bit5 byte = 7;
bit6 byte = 8;
BIT7 byte = 9;
bit8 byte = 10;
Bit9 byte = 11;
Bit10 byte = 12;

Input int = 0; // Byte serial input port

void setup ()
{
  // Start serial port, the port to use is port 1, corresponding to the RX and TX = 18 = 19 for ATmega2560 Arduino pins, if you want to change the port change Serial1.begin
  // Change the number "1" for the port number to use.
  Serial1.begin (9600);
  pinMode (BIT0, OUTPUT);
  pinMode (BIT1, OUTPUT);
  pinMode (BIT2, OUTPUT);
  pinMode (BIT3, OUTPUT);
  pinMode (BIT4, OUTPUT);
  pinMode (bit5, OUTPUT);
  pinMode (bit6, OUTPUT);
  pinMode (BIT7, OUTPUT);
}

void loop ()
{
  if (Serial1.available ()> 0) {
       
    Serial1.read input = (); // Get incoming byte:

 if (input == 'A') {
      digitalWrite (BIT0, HIGH); // Switch on LED
      Serial1.print ('A'); // Send to char
      delay (100);
      digitalWrite (BIT0, LOW);
    }
if (input == 'B') {
      digitalWrite (BIT1, HIGH); // Switch on LED
      Serial1.print ('B'); // Send to char
      delay (100);
      digitalWrite (BIT1, LOW);
    }
 if (input == 'C') {
      digitalWrite (BIT2, HIGH); // Switch on LED
      Serial1.print ('C'); // Send to char
      delay (100);
      digitalWrite (BIT2, LOW);
    }
if (input == 'D') {
      digitalWrite (BIT3, HIGH); // Switch on LED
      Serial1.print ('D'); // Send to char
      delay (100);
      digitalWrite (BIT3, LOW);
    }
if (input == 'E') {
      digitalWrite (BIT4, HIGH); // Switch on LED
      Serial1.print ('E'); // Send to char
      delay (100);
      digitalWrite (BIT4, LOW);
    }
if (input == 'F') {
      digitalWrite (bit5, HIGH); // Switch on LED
      Serial1.print ('F'); // Send to char
      delay (100);
      digitalWrite (bit5, LOW);
    }
if (input == 'G') {
      digitalWrite (bit6, HIGH); // Switch on LED
      Serial1.print ('G'); // Send to char
      delay (100);
      digitalWrite (bit6, LOW);
    }
if (input == 'H') {
      digitalWrite (BIT7, HIGH); // Switch on LED
      Serial1.print ('H'); // Send to char
      delay (100);
      digitalWrite (BIT7, LOW);
    }
if (input == 'I') {
      digitalWrite (bit8, HIGH); // Switch on LED
      Serial1.print ('I'); // Send to char
      delay (100);
      digitalWrite (bit8, LOW);
    }
if (input == 'J') {
      digitalWrite (Bit9, HIGH); // Switch on LED
      Serial1.print ('J'); // Send to char
      delay (100);
      digitalWrite (Bit9, LOW);
    }
if (input == 'K') {
      digitalWrite (Bit10, HIGH); // Switch on LED
      Serial1.print ('K'); // Send to char
      delay (100);
      digitalWrite (Bit10, LOW);
    }
 
  }
}
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.