micro:bit Numeric 2.2



Publisher Description




This app communicates between Android and a micro:bit device. 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 transmission
Text disabled: numeric data transmission
Newline enabled: 'n' (newline) added
Newline disabled: no additional data
Zero enabled (Touch/Sense enabled): Send 0 on release button

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 = 0

if (connected) {
bluetooth.uartWriteString("A")
}
})

connected = 1
})

connected = 0
})
bluetooth.startUartService()

if (connected == 1) {
str = bluetooth.uartReadUntil(serial.delimiters(Delimiters.NewLine))
if (str == "B") {
basic.showString("Hi")
} else {
basic.showString(str)
}
} else {
basic.showLeds(`
. . . . .
. # . # .
. . . . .
# . . . #
. # . # .
`)
}
})

Remark: Do not forget to pair devices (after micro:bit program changes)


About micro:bit Numeric

micro:bit Numeric is a free app for Android published in the Telephony list of apps, part of Communications.

The company that develops micro:bit Numeric is Ferdinand Stueckler. The latest version released by its developer is 2.2. This app was rated by 1 users of our site and has an average rating of 4.0.

To install micro:bit Numeric on your Android device, just click the green Continue To App button above to start the installation process. The app is listed on our website since 2020-12-29 and was downloaded 10 times. We have already checked if the download link is safe, however for your own protection we recommend that you scan the downloaded app with your antivirus. Your antivirus may detect the micro:bit Numeric as malware as malware if the download link to com.ble.microbit.numeric is broken.

How to install micro:bit Numeric on your Android device:

  • Click on the Continue To App button on our website. This will redirect you to Google Play.
  • Once the micro:bit Numeric is shown in the Google Play listing of your Android device, you can start its download and installation. Tap on the Install button located below the search bar and to the right of the app icon.
  • A pop-up window with the permissions required by micro:bit Numeric will be shown. Click on Accept to continue the process.
  • micro:bit Numeric will be downloaded onto your device, displaying a progress. Once the download completes, the installation will start and you'll get a notification after the installation is finished.



RELATED PROGRAMS
Our Recommendations






BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  4.0/5     1
Downloads: 10
Updated At: 2024-04-23
Publisher: Ferdinand Stueckler
Operating System: Android
License Type: Free