Micro:bit BLE Keyboard #7542
Replies: 1 comment
-
Posted at 2021-10-18 by @fanoush
UART_OVERFLOW The code is probably sent too fast to the device. As a workaround you can try to check Settings->Communication->Throttle Send. Then uploading will be slower. Posted at 2021-10-20 by coat Hi fanoush. Posted at 2021-10-20 by @fanoush Oh, then I don't know. But it is pretty strange it didn't help because when throttle is enabled it is almost unbearably slow to upload anything so not sure how it could still overflow. Also when thinking about it the Micro:bit 1 build it is pretty limited due to low RAM and flash memory. Can you just type Having the micro:bit v2 would be much much better. Posted at 2021-10-20 by coat I was not precise fanoush, sorry. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-10-18 by coat
Hi again!
I'm trying to make a BLE keyboard with micro:bit to send a keystroke when it is tilted to the right, left, front, back.
This is my code (I've not finish to write all)
I'm using the example of BLE Keyboard here and I receive this error
or this one
If I make a test with just
instead of
I've no error and the code works as I want.
What it can be?
Beta Was this translation helpful? Give feedback.
All reactions