Microller Application icon

Microller 1.1.4

1 MB / 10K+ Downloads / Rating 4.2 - 46 reviews


See previous versions

Microller, developed and published by Carmabs, has released its latest version, 1.1.4, on 2015-10-19. This app falls under the Tools category on the Google Play Store and has achieved over 10000 installs. It currently holds an overall rating of 4.2, based on 46 reviews.

Microller APK available on this page is compatible with all Android devices that meet the required specifications (Android 4.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: apps.carmabs.microller

Updated: 9 years ago

Developer Name: Carmabs

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Microller on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

4.2
Total 46 reviews

Reviews

5 ★, on 2016-03-18
Thank you. Looks like I've found what I was looking for. A robust app, not some cottage-made crap, and with with a clear protocol at that. One and a half request: although a camera is a nice plus, not every project uses it. An option to show extra buttons instead of the camera. A half request is - please make button text customizable.

5 ★, on 2018-08-14
Exactly what I needed. One day I'll get to the bottem of Android development but huzzah! Not today baby :° :D I'm off to drive my tank :)

4 ★, on 2016-02-20
I think it's deserve 4-star until now ,, I hope to update it for making wireless connection

5 ★, on 2017-10-24
Okay I installed it. But now where do i find my own robot

5 ★, on 2018-03-08
This app is good, but What kind of camera can i use for this app? Tq

5 ★, on 2017-03-03
Loved it but how to use the camera

Previous Versions

Microller 1.1.4
2015-10-19 / 1 MB / Android 4.0+

About this app

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.

New features

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.

App Permissions

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.