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+
안드로이드 버전
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
안드로이드 호환: 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):