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
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.
⚠️ FIXME. ⚠️
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>
External Links#
- ArchWiki article on Bluetooth
- Kernel Module documentation in the i.MX knowledge base
- Documentation for bluetoothctl and related commands