I have been experimenting with using the Bangle as an HID keyboard, based on the Bluetooth / Binary Bluetooth Keyboard apps, but I find it to be extremely unstable to the point of being unusable.
In the best case it works for a minute or so, with some lag between pushing buttons, but more often than not it will either not register buttons at all, or only after a few seconds, sometimes repeating them several times. Also sooner or later I get disconnects when using HID keys. First I thought it was a spotty Bluetooth driver implementation on Linux, but it behaves the same on my Windows work PC.
I am using a Plugable Bluetooth adapter with BCM chipset on a Linux 18.04 machine with BlueZ 5.48. I am sitting right next to the dongle when testing, and when programming the Bangle it seems to be quite stable usually.
So what are your experiences with HID over Bluetooth? Is this behaviour common?
Are you running up to date firmware on Bangle.js? I know early firmwares (before 2v07) did have some issues with Bluetooth LE HID stability, but I was pretty sure those were sorted now.
Don't worry about formatting, just type in the text and we'll take care of making sense of it. We will auto-convert links, and if you put asterisks around words we will make them bold.
Tips:
Create headers by underlining text with ==== or ----
To *italicise* text put one asterisk each side of the word
To **bold** text put two asterisks each side of the word
Embed images by entering:  That's the hard one: exclamation, square brackets and then the URL to the image in brackets.
* Create lists by starting lines with asterisks
1. Create numbered lists by starting lines with a number and a dot
> Quote text by starting lines with >
Mention another user by @username
For syntax highlighting, surround the code block with three backticks:
```
Your code goes here
```
Just like Github, a blank line must precede a code block.
If you upload more than 5 files we will display all attachments as thumbnails.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hello all,
I have been experimenting with using the Bangle as an HID keyboard, based on the Bluetooth / Binary Bluetooth Keyboard apps, but I find it to be extremely unstable to the point of being unusable.
In the best case it works for a minute or so, with some lag between pushing buttons, but more often than not it will either not register buttons at all, or only after a few seconds, sometimes repeating them several times. Also sooner or later I get disconnects when using HID keys. First I thought it was a spotty Bluetooth driver implementation on Linux, but it behaves the same on my Windows work PC.
I am using a Plugable Bluetooth adapter with BCM chipset on a Linux 18.04 machine with BlueZ 5.48. I am sitting right next to the dongle when testing, and when programming the Bangle it seems to be quite stable usually.
So what are your experiences with HID over Bluetooth? Is this behaviour common?