Home Page

micro:bit Numeric 2.2 - Get Apk




About micro:bit Numeric

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...

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)



Previous Versions

Here you can find the changelog of micro:bit Numeric since it was posted on our website on 2016-12-23 15:23:04. The latest version is 2.2 and it was updated on 2024-04-23 09:27:59. See below the changes in each version.

micro:bit Numeric version 2.2
Updated At: 2020-12-29
Changes: bug receiving solved
micro:bit Numeric version 2.0
Updated At: 2017-07-14
Changes: Redesign and sense function
micro:bit Numeric version 1.0
Updated At: 2016-11-05


Related Apps

Here you can find apps that are similar with micro:bit Numeric.



Disclaimer

External Download


We do not host micro:bit Numeric on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by Galad and passed their terms and conditions to be listed there. We recommend caution when installing it.

The APK Download link for micro:bit Numeric is provided to you by apps112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.

If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of apps112.com contact us.

BarCode2D-PNG


Click stars to rate this APP!

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