Download Android Apps and Games
AppBrain
  • Apps
  • Apps being viewed right now Trending apps today Most popular apps All-time most downloaded apps Top rated apps
  • Intelligence ▾
    Intelligence overview → Track any Android app or your whole market
    Track & analyze
    Keyword Tracker & OptimizerTrack & improve Play rankings App Performance ReportOne-off PDF for any app StatisticsFree Android & Play market stats
    Promote your app
    Featured Apps App Links
  • Intelligence
  • Pricing
  • Dashboard
  • Sign up
  • Log in
Android Apps > Communication > micro:bit Gateway
micro:bit Gateway icon

micro:bit Gateway

1.2
Ferdinand Stueckler
0.00
0 reviews
1,000+
Downloads
Free

Bluetooth data exchange for micro:bit devices

This app is currently not available on Google Play.

About micro:bit Gateway

micro:bit Gateway was a communication app developed by Ferdinand Stueckler. It was removed from Google Play May 7, 2021 and is no longer available for download.

Download Statistics

micro:bit Gateway had been downloaded 2.2 thousand times before it became unavailable.

User Ratings

The app had no ratings.

App Information

micro:bit Gateway was free to download. The APK download size was 85.50 kB. The last available version was 1.2. The last update was on December 30, 2020.

Technical Requirements

micro:bit Gateway required Android 4.4+ or higher. The app had a content rating of Everyone. The app had been available on Google Play October 2016.

Description
This app establishes a channel between two micro:bit devices. The channel will be handeled as UART communication. You have to develope a programm on each micro:bit device with UART transfer.

Indication aktive: BLE Indication (Default)
Indication inaktive: BLE Notification

Silent aktive: No visual logging
Silent inaktive: Logging

Requirements:
- Min. Android 4.4
- Bluetooth Low Energy (BLE)
- Paired devices
- micro:bit programm (developed by yourself)


MBED example:

#include "MicroBit.h"
#include "MicroBitUARTService.h"

MicroBit uBit;
MicroBitUARTService *uart;

int connected = 0;

void onConnected(MicroBitEvent e)
{
uBit.display.scroll("C");

connected = 1;
}

void onDisconnected(MicroBitEvent e)
{
uBit.display.scroll("D");
connected = 0;
}

void onButtonA(MicroBitEvent e)
{
if (connected == 0) {
uBit.display.scroll("NC");
return;
}
uart->send("Yes");
uBit.display.scroll("Y");
}

void onButtonB(MicroBitEvent e)
{
if (connected == 0) {
uBit.display.scroll("NC");
return;
}
uart->send("No");
uBit.display.scroll("N");
}

void onButtonAB(MicroBitEvent e)
{
if (connected == 0) {
uBit.display.scroll("NC");
return;
}
uart->send("SK");
uBit.display.scroll("SK");
}

void processBLEUart() {
uint8_t readBuf[22];
while (1) { // loop for ever
if ((!connected) || (!uart->isReadable())) {
uBit.sleep(50); // wait 50mS and check again
continue; // loop;
}
//else we are connected AND there is some input to read
if (uart->isReadable()) {
while (uart->isReadable()) {
int charCount = uart->read(readBuf, 22, ASYNC);
if (charCount != 0) {
for (int i = 0; i < charCount; i++)
uBit.display.scroll((char) readBuf[i]);
}
}
}
}
}


/*
IMPORTANT !!!
Oherwise you will run out of memory !

Recommend disabling the DFU and Event services in MicroBitConfig.h since they are not needed here:
microbit->microbit-dal->inc->core->MicroBitConfig.h

#define MICROBIT_BLE_DFU_SERVICE 0
#define MICROBIT_BLE_EVENT_SERVICE 0
#define MICROBIT_SD_GATT_TABLE_SIZE 0x500
*/

int main()
{
// Initialise the micro:bit runtime.
uBit.init();

uBit.messageBus.listen(MICROBIT_ID_BLE, MICROBIT_BLE_EVT_CONNECTED, onConnected);
uBit.messageBus.listen(MICROBIT_ID_BLE, MICROBIT_BLE_EVT_DISCONNECTED, onDisconnected);
uBit.messageBus.listen(MICROBIT_ID_BUTTON_A, MICROBIT_BUTTON_EVT_CLICK, onButtonA);
uBit.messageBus.listen(MICROBIT_ID_BUTTON_B, MICROBIT_BUTTON_EVT_CLICK, onButtonB);
uBit.messageBus.listen(MICROBIT_ID_BUTTON_AB, MICROBIT_BUTTON_EVT_CLICK, onButtonAB);


uart = new MicroBitUARTService(*uBit.ble, 32, 32);
uBit.display.scroll("Go");
create_fiber(&processBLEUart); // create fiber and schedule it.

release_fiber();
}

Recent changes:
Android 11
Show more Show less

More data about micro:bit Gateway

Price Free to download
Download estimate 2.2 thousand
Rating No ratings
Version 1.2
APK size 85.5 KB
Number of libraries 1
Designed for Android 4.4+
Suitable for Everyone
Ads Contains ads

App Performance Report

Get a detailed PDF report for micro:bit Gateway with download trends, rating history, and key performance statistics — useful for competitive research or tracking your own app. Learn more

Get PDF Report — $29

More from Ferdinand Stueckler

EV3 Simple Remote icon EV3 Simple Remote
Ferdinand Stueckler
3.4
Free
100,000+
EV3 Pad Remote icon EV3 Pad Remote
Ferdinand Stueckler
0.0
Free
5,000+
EV3 Mailbox Remote icon EV3 Mailbox Remote
Ferdinand Stueckler
0.0
Free
1,000+
EV3 GSensor Remote icon EV3 GSensor Remote
Ferdinand Stueckler
0.0
Free
1,000+
Bluetooth Universal Pad+ icon Bluetooth Universal Pad+
Ferdinand Stueckler
0.0
Free
1,000+
NXT GSensor+ Remote icon NXT GSensor+ Remote
Ferdinand Stueckler
0.0
Free
1,000+
BLE Simple Remote icon BLE Simple Remote
Ferdinand Stueckler
0.0
Free
1,000+
Bluetooth Color Picker icon Bluetooth Color Picker
Ferdinand Stueckler
0.0
Free
500+
Bluetooth Numeric Remote icon Bluetooth Numeric Remote
Ferdinand Stueckler
0.0
Free
500+

Changelog of micro:bit Gateway

Show changelog

Developer information for Ferdinand Stueckler

Ferdinand Stueckler

Website

Address:

Share micro:bit Gateway

Comments on micro:bit Gateway for Android

We don't have enough comments to show example comments. Please check back later.

Technologies used by micro:bit Gateway

micro:bit Gateway is requesting 5 permissions and is using 1 libraries.
Show details
Top new apps Today's trending apps Apps on sale Apps other people are watching Popular Communication Apps
More hot apps 🔥

Back to top
AppBrain Intelligence premium content

Subscribe now to get full and unlimited access to AppBrain Intelligence. You'll have access to:

  • App Intelligence dashboard (performance timeline, competitor comparison, country rankings, insight cards)
  • Detailed ranking data per app
  • Full timeline per developer
  • Device market shares data per country
1 Month

$75/mo
(billed every month)

SAVE 0%
Subscribe
3 Months

$65/mo
($195 billed every 3 months)

SAVE 13%
Subscribe
1 Year

$57.50/mo
($690 billed every year)

SAVE 23%
Subscribe
Each subscription will automatically renew 3 days before the expiration date for the same time period. Subscriptions can be cancelled at any time before the renewal.

AppBrain is a directory focused on discovering great apps and games. We give statistics, rankings and search options that Google Play and the App Store don't have. All trademarks are owned by their respective owners. AppBrain doesn't offer APKs or binaries, and always lets users install the official version from Google Play or the App Store.

More apps

  • Top Android apps being viewed
  • Live Cricket TV HD 2026
  • StreamRecorder Android App
  • View Money Factory Idle Tycoon

Android Statistics

  • Android statistics
  • Google Play Developer stats
  • Trending Android Apps
  • Top popular Apps
  • Buy the best Android phone

About AppBrain

  • Contact
  • Privacy
  • Documentation
  • DMCA takedowns
  • Articles
  • Blog
  • Free webpage for your Android app
© 2010-2026 - AppBrain