Home  /  Tools Apps  / Microller on Windows Pc

Microller on Windows Pc

Developed By: Carmabs

License: Free

Rating: 4,2/5 - 46 votes

Last Updated: April 16, 2024

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 1.1.4
Size 1 MB
Release Date October 19, 15
Category Tools Apps

App Permissions:
Allows applications to access information about networks. [see more (6)]

What's New:
Fixed bugs: - Error to send mail with Sample Arduino code.Added option to download Sample Arduino code in your own device. This version uses a new protocol to... [see more]

Description from Developer:
Microller is compatible with any Android device for controlling your micro-controller card (Ex. Arduino) through a Bluetooth connection. It sends a byte associated with each butto... [read more]

App preview ([see all 16 screenshots])

App preview

About this app

On this page you can download Microller and install on Windows PC. Microller is free Tools app, developed by Carmabs. Latest version of Microller is 1.1.4, was released on 2015-10-19 (updated on 2024-04-16). Estimated number of the downloads is more than 10,000. Overall rating of Microller is 4,2. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 46 users, 5 users had rated it 5*, 33 users had rated it 1*.

How to install Microller on Windows?

Instruction on how to install Microller on Windows 10 Windows 11 PC & Laptop

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

Discussion

(*) is required

Download older versions

Other versions available: 1.1.4.

Download Microller 1.1.4 on Windows PC – 1 MB

Microller is compatible with any Android device for controlling your micro-controller card (Ex. Arduino) through a Bluetooth connection. It sends a byte associated with each button when it is pressed in the application interface.

In order to receive the data, send a request message (one byte with value 100) and you will receive a "Microller Message" with the following 16 bytes,which will show the state of each button.

//MICROLLER MESSAGE REQUEST//

byte REQUEST = 100;



//MICROLLER MESSAGE//

MicrollerMessage[0]
STATE OF UP BUTTON // PRESSED(3) OR RELEASE(253)

MicrollerMessage[1]
STATE OF RIGHT BUTTON // PRESSED(5) OR RELEASE(251)

MicrollerMessage[2]
STATE OF DOWN BUTTON // PRESSED(7) OR RELEASE(249)

MicrollerMessage[3]
STATE OF LEFT BUTTON // PRESSED(9) OR RELEASE(247)

MicrollerMessage[4]
STATE OF Y BUTTON // PRESSED(121) OR RELEASE(89)

MicrollerMessage[5]
STATE OF B BUTTON // PRESSED(98) OR RELEASE(66)

MicrollerMessage[6]
STATE OF A BUTTON // PRESSED(97) OR RELEASE(65)

MicrollerMessage[7]
STATE OF X BUTTON // PRESSED(120) OR RELEASE(88)

MicrollerMessage[8]
STATE OF L1 BUTTON // PRESSED(108) OR RELEASE(76)

MicrollerMessage[9]
STATE OF L2 BUTTON // PRESSED(109) OR RELEASE(77)

MicrollerMessage[10]
STATE OF L3 BUTTON // PRESSED(111) OR RELEASE(79)

MicrollerMessage[11]
STATE OF R1 BUTTON // PRESSED(114) OR RELEASE(82)

MicrollerMessage[12]
STATE OF R2 BUTTON // PRESSED(110) OR RELEASE(78)

MicrollerMessage[13]
STATE OF R3 BUTTON // PRESSED(112) OR RELEASE(80)

MicrollerMessage[14]
STATE OF JOYSTICK LEFT BUTTON // RELEASE(129) OR VALUES BETWEEN (246-207)

MicrollerMessage[15]
STATE OF JOYSTICK RIGHT BUTTON // RELEASE(128) OR VALUES BETWEEN (206-167)



The main advantages of this control compared to the others is that its behavior is completely customizable and you can use a physical game-pad for Android (Ex. IPEGA) and IP cameras.

Your options are:

- Display of IP camera streaming providing its IP address.

- Compatibility with physical game-pads. (Tested with game-pad IPEGA).

- Send to your email address or download to your device a sample code to handle the signals sent by the controller (Sample written in Arduino

- Layout configurable.

- Help menu available.
Fixed bugs:
- Error to send mail with Sample Arduino code.

Added option to download Sample Arduino code in your own device.

This version uses a new protocol to receive data through a "Microller Message" you can see in the description.
Allows applications to access information about networks.
Allows applications to open network sockets.
Allows applications to connect to paired bluetooth devices.
Allows applications to discover and pair bluetooth devices.
Allows an application to write to external storage.
Allows an application to read from external storage.