Control your own robot with your Android smartphone/tablet

Latest Version

Version
Update
Nov 9, 2015
Developer
Category
Google Play ID
Installs
10,000+

App APKs

Microller 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.
Read more

Advertisement