Bluetooth#

The reMarkable 1 and 2 do not have bluetooth. The reMarkable Paper Pro does have bluetooth hardware, but the driver is not loaded by default.

Enabling bluetooth#

modprobe btnxpuart
bluetoothctl show

⚠️ FIXME. ⚠️

This page is just a stub that needs to be completed. You can open a PR on the repo to add more content to the page.

Connecting a Device#

 bluetoothctl

This will drop you into an interactive prompt for running bluetoothctl commands.

.. code-block:: shell
  power on
  scan on
  # Wait for the mac address for the device you are interested to show up
  pair <mac-address>
  # You will be prompted to enter a PIN code for the device
  connect <mac-address>
  trust <mac-address>
This site was last updated on Nov 19, 2024.