Developer:
Price: Free
Rankings: 0 
Reviews: 0 Write a Review
Lists: 0 + 0
Points: 0 + 0 ¡
Points +1

Description

micro:bit Gateway
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();
}
more ↓

Screenshots

#1. micro:bit Gateway (Android) By: Ferdinand Stueckler
#2. micro:bit Gateway (Android) By: Ferdinand Stueckler
#3. micro:bit Gateway (Android) By: Ferdinand Stueckler
#4. micro:bit Gateway (Android) By: Ferdinand Stueckler

Video

What's new

  • Version: 1.2
  • Updated:
  • Android 11

Price

  • Today: Free
  • Minimum: Free
  • Maximum: Free
Track prices

Developer

Points

Not found ☹️

Rankings

Not found ☹️

Lists

Not found ☹️

Reviews

Be the first to review 🌟

Additional Information

Contacts

micro:bit Gatewaymicro:bit Gateway Short URL: Copied!

You may also like

    • Gateway Int. High School
    • Android Apps: Communication  By: MR Softwares
    • Free   
    • Lists: 0 + 0   Rankings: 0   Reviews: 0
    • Points: 0 + 0   Version: v3modak   Gateway International High School Hyderabad, Telangana, budvel Rajendra Nagar Please Note : If you have multiple children studying in the same school and the school records have your ...
        ⥯ 
    • Bit Browser -fast web browser
    • Android Apps: Communication  By: VPN.server.co
    • * Free   
    • Lists: 0 + 0   Rankings: 0   Reviews: 0
    • Points: 0 + 19 (5.0)   Version: 9.1   Introducing Bit Browser - the ultimate web browsing experience for your Android device in 2023. With its lightning-fast performance and a wide array of features, Bit Browser is the ...
        ⥯ 
    • Polk Gateway
    • Android Apps: Communication  By: Polk County Government
    • Free   
    • Lists: 0 + 0   Rankings: 0   Reviews: 0
    • Points: 0 + 0   Version: 2025.2.234210631   The Polk Gateway is the communication app of Polk County. Current Information and news for our customers, our partner network, as well as employees and interested parties. Stay in ...
        ⥯ 
    • Spinoco SMS Gateway
    • Android Apps: Communication  By: Spinoco
    • Free   
    • Lists: 0 + 0   Rankings: 0   Reviews: 0
    • Points: 0 + 0   Version: 24.6.4   The Spinoco SMS Gateway application enables the synchronization of SMS with the desktop Spinoco application.
        ⥯ 
    • Sync Gateway
    • Android Apps: Communication  By: Synclovis Systems Pvt. Ltd.
    • Free   
    • Lists: 0 + 0   Rankings: 0   Reviews: 0
    • Points: 0 + 0   Version: 1.0.0   Gateway creates an ecosystem that enables Managers, Interns & Organisations to manage Collaboration and to share important announcements within the organisation
        ⥯ 
    • Telerivet Gateway
    • Android Apps: Communication  By: Telerivet, Inc.
    • Free   
    • Lists: 0 + 0   Rankings: 0   Reviews: 0
    • Points: 0 + 98 (3.7)   Version: 3.21.1   The Telerivet Gateway app synchronizes SMS and MMS messages and call notifications between your Android phone and the Telerivet platform, allowing you and your team to view and send ...
        ⥯ 
    • MnSEIA Gateway to Solar App
    • Android Apps: Communication  By: Socio Labs LLC
    • Free   
    • Lists: 0 + 0   Rankings: 0   Reviews: 0
    • Points: 0 + 0   Version: 34.0.0   The Gateway to Solar Conference, hosted by the Minnesota Solar Energy Industries Association (MnSEIA), is the Midwest's biggest and best solar + storage conference. The MnSEIA Gateway ...
        ⥯ 
    • UC Gateway
    • Android Apps: Communication  By: Consortium Software
    • Free   
    • Lists: 0 + 0   Rankings: 0   Reviews: 0
    • Points: 0 + 0   Version: 1.0   UC Gateway is a Unified Communications (UC) platform that brings both email and SMS (text) messaging technologies into one content-aware system. Build client relationships, manage ...
        ⥯ 
    • Audi Qualification Gateway App
    • Android Apps: Communication  By: Audi
    • Free   
    • Lists: 0 + 0   Rankings: 0   Reviews: 0
    • Points: 0 + 0   Version: 6.0.0   With the Audi Qualification Gateway App, you receive the latest information about training and qualification from AUDI AG. You are able to share your training needs or information ...
        ⥯ 
    • Email To SMS Gateway
    • Android Apps: Communication  By: Maxlab Mobile
    • * Free   
    • Lists: 0 + 0   Rankings: 0   Reviews: 0
    • Points: 1 + 121 (2.6)   Version: 1.57   Automates sending multiple SMSes to multiple recipients with your email account! Please join our community support forum - https://groups.google.com/g/support-maxlabmobile How-to Use: ...
        ⥯ 
    • SMS MMS Gateway
    • Android Apps: Communication  By: KiperTech Software & Technology
    • * Free   
    • Lists: 0 + 0   Rankings: 0   Reviews: 0
    • Points: 0 + 0   Version: 1.0.15   App alowy to transfer of SMS to PC and automates sending SMS from PC's. Main features: 1) Transfer SMS to PC (via email or HTTP) 2) Sends SMS from PC (via HTTP) Requested permissions: ...
        ⥯ 
    • Guni SMS - SMS Gateway
    • Android Apps: Communication  By: GuniAu
    • Free   
    • Lists: 0 + 0   Rankings: 0   Reviews: 0
    • Points: 0 + 0   Version: 1.3.1   Guni SMS the simplest and most affordable SMS solution for sending bulk SMS campaigns and one to one message with your customers. You can stay on top of your SMS marketing efforts from
        ⥯ 
    • G-NXT (Stay Connected)
    • Android Apps: Communication  By: Gateway Group
    • Free   
    • Lists: 0 + 0   Rankings: 0   Reviews: 0
    • Points: 0 + 0   Version: 7.0.0   At Gateway Group, we believe it is essential to have communication channels for team members understanding of who and what we do as a company and getting more familiar and educated ...
        ⥯ 
    • BensinPris
    • Android Apps: Communication  By: Bit Factory
    • Free   
    • Lists: 0 + 0   Rankings: 0   Reviews: 0
    • Points: 0 + 1,578 (2.7)   Version: 4.0.3   Note! If you are experiencing trouble with this update, simply uninstall the previous version before updating! BensinPris gives you daily fuel prices in Norway. This is a community ...
        ⥯ 

You may also like

Search operators you can use with AppAgg
Add to AppAgg
AppAgg
Start using AppAgg. It’s 100% Free!
Sign Up
Sign In