Skip to content

vikboyechko/movewriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoveWriter

Use a Bluetooth keyboard with your reMarkable Move.


Just want the app? Download the ready-to-use version for Mac and Windows at movewriter.com. This repo is for developers who prefer to run from source.


MoveWriter screenshot

MoveWriter is a desktop app that connects to your reMarkable Move over USB and sets up Bluetooth keyboard support. Pair once, and your keyboard stays connected across reboots — no need to keep the app running.

What it does

  1. Installs a lightweight service on your Move that enables Bluetooth and loads the required kernel modules on every boot
  2. Pairs a Bluetooth keyboard of your choice to the Move
  3. Auto-reconnects the keyboard after the Move or keyboard is powered off and back on

Requirements

  • reMarkable Move connected via USB
  • A Bluetooth keyboard (BT Classic or BLE)
  • Python 3.10+
  • macOS or Windows (for running the app)

Setup

git clone https://github.com/yourusername/movewriter.git
cd movewriter
pip install -r requirements.txt
python main.py

Usage

  1. Connect your Move to your computer via USB
  2. Open MoveWriter and click Connect to Device
    • The SSH password is found on your Move under Settings > Help > About > Copyrights and licenses
  3. Click Install to set up the Bluetooth service
  4. Put your keyboard in pairing mode, click Scan for Keyboards, and pair it

That's it. You can close the app — your keyboard will reconnect automatically, even after rebooting the Move.

To switch keyboards or unpair, reopen the app and use Change Keyboard or Unpair.

How it works

MoveWriter communicates with your Move over SSH (via the USB network interface at 10.11.99.1). It uploads a small systemd service and shell script that:

  • Loads the btnxpuart and uhid kernel modules
  • Configures BlueZ for keyboard input (UserspaceHID=true, ClassicBondedOnly=false)
  • Powers on the Bluetooth adapter
  • Reconnects your saved keyboard on boot and monitors the connection

The service and script are installed to persistent storage on the Move, so they survive reboots and firmware updates to the /etc overlay.

Keyboard Language

MoveWriter supports 23 keyboard languages. Select your language from the dropdown in the app, and it will be applied to the Move immediately. The setting persists across reboots.

Supported languages: US English, UK English, German, French, Spanish, Italian, Portuguese, Brazilian, Dutch, Swedish, Norwegian, Danish, Finnish, Swiss German, Swiss French, Belgian, Russian, Ukrainian, Czech, Hungarian, Turkish, Greek, Hebrew.

Limitations

  • After rebooting the Move, you may need to power-cycle the keyboard to wake it up for reconnection

PIN-Based keyboards

Some Bluetooth keyboards require a PIN code to pair. MoveWriter supports this for both BT Classic and BLE keyboards. When you select a keyboard that requires a PIN, MoveWriter will prompt you to enter the code. The app will then handle the pairing process using the provided PIN.

License

PolyForm Noncommercial 1.0.0 — free for personal and noncommercial use.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages