I received an anne pro 2 keyboard recently to replace my main keyboard, but this keyboard stops sending data to my Ubuntu sometimes and I have to reconnect it to be able to work with it again.
This problem occurs when I try to reduce or increase the backlight in Ubuntu and obinskit app is closed, Otherwise it works fine.
Sometimes it sends the last pressed key multiple times and then stops working.
I tried to find fix it by upgrading the firmware to the latest version (both release and alpha) but it didn't work.
I Found a fix for it by downgrading to 1.12.8 but this version of firmware does not include all I need.
Is there any other fix for this problem? Like being able to run the obinskit app in the background somehow?
41 Answer
I am using ANNE PRO2 as the latest firmware in the same environment. It works fine.
App Processor 2.19
Light Processor 2.16
BT Processor 2.03Why not try making a Bluetooth connection again?
Ubuntu 20 asks for a PIN when connecting Bluetooth. However, the Bluetooth connection method of ANNE PRO2 does not provide a PIN, so the connection fails. So, you need to try pairing without a PIN number to connect successfully.
$ bluetoothctl
[bluetooth]# power on
...
[bluetooth]# discoverable on
...
[bluetooth]# pairable on
...
[bluetooth]# agent NoInputNoOutput
...
[bluetooth]# default-agent
...
[bluetooth]# pair XX:XX:XX:XX:XX:XXWhere XX:XX:XX:XX:XX:XX is to be replaced with the correct hardware address of the keyboard. To find this address, you can use:
[bluetooth]# scan onThe output will show addresses for available devices.
1