ApkDownload

GUI Maker for micro:bit APK

Latest Version 1.2.3 for Windows
Updated 2018-06-10

App information

Version 1.2.3 (#8)

Updated 2018-06-10

APK Size 34.2 MB

Requires Android Android 4.4+ (KitKat)

Offered by RapidNack.com

Category Free Tools App

App id com.RapidNack.GMforMicroBit

Developer's notes Use micro:bit as sensor for Android. You can use Python to display graphs, etc.

Screenshot

Click on the image to see full size

Latest updates

What's new in GUI Maker for micro:bit 1.2.3

Changed to save contents when exiting edit mode

Editor's review

Download the latest GUI Maker for micro:bit application, version 1.2.3, compatible with Windows 10/11 (using emulators such as Bluestacks), Android devices. This free Tools app is developed by RapidNack.com and is easy to download and install.

Previous versions, including 1.2.3, are also available. If you need help or have any problems, please let us know.

Description

What is the purpose of this application?

This application uses micro:bit as Android external sensor and external LED. Iron Python can describe the processing of sensor data sent from micro:bit and the processing to display on LED.

What version of Android does this application support?

In order to use Bluetooth Low Energy (BLE) for the connection between micro:bit and Android, Android 4.4 or later, Bluetooth 4.0 or later is necessary.

What program should be written to micro:bit?

Using the JavaScript block editor on the micro:bit site, create the program that incorporates the Bluetooth services and write it to micro:bit. At that time, you need to replace the Radio package with a Bluetooth package with [Advanced] -> [Add Package].
(Please refer to the help screen of the application for details of the program)

How can I receive data from micro:bit?

In the Panel setup script area, write the following event handler that receives the received data.

def temperatureReceived(temperature):
    print 'Temperature:', temperature

Please refer to the panel setup script area of each sample panel.

How do I change the display of micro:bit LED?

if MicroBit.IsConnected:
    MicroBit.WriteLEDText(‘Hello!’)

if MicroBit.IsConnected:
    MicroBit.WriteLEDMatrixState((0b11111, 0b11111, 0b11111, 0b11111, 0b11111))

Please refer to the LED sample panel.

App permissions

GUI Maker for micro:bit 1.2.3 APK requires following permissions:

Allows applications to discover and pair bluetooth devices.

Allows applications to connect to paired bluetooth devices.

Allows applications to open network sockets.

Allows applications to access information about networks.

Ratings and Reviews

Rating: 1.0/5 based on Less than 100 reviews

(*) is required

Previous versions

GUI Maker for micro:bit 1.2.3 APK for Windows (#8, 34.2 MB)