Skip to content

Instantly share code, notes, and snippets.

@ignaciogutierrez
Last active July 24, 2024 17:30
Show Gist options
  • Save ignaciogutierrez/5d2f9279e4adea73fa293364d0680cc3 to your computer and use it in GitHub Desktop.
Save ignaciogutierrez/5d2f9279e4adea73fa293364d0680cc3 to your computer and use it in GitHub Desktop.
Arteck Keyboard HB305-4B Linux Debian Bluetooth connect

Arteck Keyboard HB305-4B Linux Debian Bluetooth connect

Try using cli in terminal type

# enter bluetooth controler
bluetoothctl

# to get a list of available commands.
help

# Turn the power to the controller on
power on

# Enter device discovery mode
scan on

# Turn the agent on
agent on

# to do the pairing
pair 2A:13:69:27:93:0F

# trust the device before it can reconnect successfully.
trust 2A:13:69:27:93:0F

# Finally, establish a connection.
connect 2A:13:69:27:93:0F

How to pair the keyboard

  • Press Fn + C
  • Bluetooth led will flash
  • Scan devices on your phone, tablet or PC
  • Connect the device
  • Bluetooth led will turn off

How to change backligth

  • Press Fn + Spacebar, to change intensity
  • Press Fn + Spacebar + Up, to chanhge color

How to change pad function

  • Press Fn + RigthControl to change between full function or semi function
  • Full function is need if you want to clik when you tap the pad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment