micro:bit Numeric
You can transmit numeric data as text or value.
The UART communication also has to be implemented at the micro:bit device.Text enabled: text data transmissionText disabled: numeric data transmissionNewline enabled: n (newline) addedNewline disabled: no additional data
For PXT programming you have to enable Text and Newline.
Requirements:- Min.
Android 4.4- Bluetooth Low Energy (BLE)- Paired devices- micro:bit programm (developed by yourself)
PXT javascript example:let str = ""let connected = 0input.onButtonPressed(Button.A, () => { if (connected) { bluetooth.uartWriteString("A") }})bluetooth.onBluetoothConnected(() => { connected = 1})bluetooth.onBluetoothDisconnected(() => { connected = 0})bluetooth.startUartService()basic.forever(() => { if (connected == 1) { str = bluetooth.uartReadUntil(serial.delimiters(Delimiters.NewLine)) if (str == "B") { basic.showString("Hi") } else { basic.showString(str) } } else { basic.showLeds(` .
.
.
.
.
.
# .
# .
.
.
.
.
.
# .
.
.
# .
# .
# .
`) }})
About micro:bit Numeric
- Package name (App ID)
- com.ble.microbit.numeric
- Available on
- Google Play
- Price
- Free
- Version
- v1.0
Looking for the micro:bit Numeric APK?
The safest way to get micro:bit Numeric (com.ble.microbit.numeric) on your Android device is to install it directly from Google Play — you'll always get the latest official version, automatic updates, and no risk of modified or infected APK files from third-party sites.
Social Features
Connect and share with friends and the community.
Smart Home
Control and monitor your home with smart features.
See micro:bit Numeric in Action
Frequently Asked Questions
Is micro:bit Numeric free?
Yes, micro:bit Numeric is free to download and install on Android through Google Play.
How do I install micro:bit Numeric on Android?
Open Google Play on your Android phone or tablet, search for micro:bit Numeric or tap the Google Play button on this page, then tap Install. The app downloads and installs automatically.
What is com.ble.microbit.numeric?
com.ble.microbit.numeric is the App ID (package name) of micro:bit Numeric on Google Play. Every Android app has a unique package name, and it is the safest way to verify you are installing the official app.
Is micro:bit Numeric safe to download?
Installing micro:bit Numeric from Google Play is the safest option: you get the official version, verified by Google Play Protect, with automatic updates. Avoid APK files from unofficial third-party sites.
Get micro:bit Numeric Today
micro:bit Numeric for Android — free download on Google Play.
Compatible with Android phones and tablets — available on Google Play.
Ask AI about this app
Get instant answers about features, tips and more from popular AI assistants.