Microller Apk
Apk Infos
Version | 1.1.4 |
Rating | 4.2/5, based on 46 votes |
Size | 1 MB |
Requires Android | Android 4.0+ (Ice Cream Sandwich) |
Author's Notes | Control your own robot with your Android smartphone/tablet |
About Microller APK
Table Of Contents
Description
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.
Latest updates
What's new in version 1.1.4
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.
How to install Microller APK on Android phone or tablet?
Download Microller APK file from ApkClean, then follow these steps:
Update Phone Settings
- Go to your phone Settings page
- Tap Security or Applications (varies with device)
- Check the Unknown Sources box
- Confirm with OK
Go to Downloads
- Open Downloads on your device by going to My Files or Files
- Tap the APK file you downloaded (apps.carmabs.microller-v1.1.4-ApkClean.apk)
- Tap Install when prompted, the APK file you downloaded will be installed on your device.
Older Versions
1.1.4 (11) | 1 MB |
Questions & Answers
Q: What is an APK File?
A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.
Q: If I install an APK from this website, will I be able to update the app from the Play Store?
A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.
Q: Why ApkClean.net can guarantee APK 100% safe?
A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.
Q: What are Android App permissions?
A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.
Don't hesitate to contact us if you have any questions or concerns.
(*) is required