1/4
micro:bit Numeric screenshot 0
micro:bit Numeric screenshot 1
micro:bit Numeric screenshot 2
micro:bit Numeric screenshot 3
micro:bit Numeric Icon

micro

bit Numeric

Ferdinand Stueckler
Trustable Ranking Icon
1K+下载次数
87.5kB大小
Android Version Icon5.1+
Android版本
2.2(31-12-2020)
-
(0 评价)
Age ratingPEGI-3
下载
详情评价信息
1/4

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

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

input.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(`

. . . . .

. # . # .

. . . . .

# . . . #

. # . # .

`)

}

})


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


micro:bit Numeric - 版本2.2

(31-12-2020)
新特性bug receiving solved

还没有评论或评分!要留下第一条评论或评分,请

-
0 Reviews
5
4
3
2
1

micro: bit Numeric - APK信息

APK版本: 2.2程序包: com.ble.microbit.numeric
Android兼容性: 5.1+ (Lollipop)
开发商:Ferdinand Stueckler隐私政策:http://lehrer.bulme.at/~sk/policy.html权限:5
名称: micro:bit Numeric大小: 87.5 kB下载次数: 1版本: 2.2发布日期: 2021-01-01 02:06:38最小屏幕: SMALL支持的CPU:
程序包ID: com.ble.microbit.numericSHA1签名: C8:9F:15:86:D0:B6:77:DC:28:95:67:A0:76:82:9D:67:5C:49:B7:58开发商 (CN): Ferdinand Stueckler组织 (O): 本地 (L): 国家/地区 (C): 州/市 (ST): 程序包ID: com.ble.microbit.numericSHA1签名: C8:9F:15:86:D0:B6:77:DC:28:95:67:A0:76:82:9D:67:5C:49:B7:58开发商 (CN): Ferdinand Stueckler组织 (O): 本地 (L): 国家/地区 (C): 州/市 (ST):