-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Bluetooth Keyboards #122
Comments
well, there is a bt module but it us not physically conected. i used a usb bt dongle for the rm1 once, and i compiled bluez, but for the rm2 you ll have to use the pogo pins |
My plan was to also use a bt dongle on rm2. Is this not possible on rm2? I am not sure I understood exactly what you mean by using the pogo pins. Do you mean there is a physical bt module available on rm2 but not connected, and I should open the casing and connect it by hand? |
i haven't found a way to put the usb-c port in host mode. the pogo pins (the 5 dots you see on the side of the rm2 close to the usb port) is a second usb port that can be put in host mode |
Got it, thanks for the clarification. Then I will explore this direction. |
In case someone stumbles upon this thread, there is more info related to this question on reddit https://www.reddit.com/r/RemarkableTablet/comments/j9g1d5/rm2_with_an_external_keyboard_accessory_port_usage/ and in discord https://discord.gg/qEnCVcd in the rm2 channel. |
closing this as i can't do much about it. |
Now it is possible to use the USB-C port machinelevel/sp425-crazy-cow#6 (comment) |
@ddvk - just picking this thread up now as i'm looking at using a bluetooth keyboard with my RM1 and spotted in this thread you said that you did this once. I have managed to connect up a bluetooth keyboard with the dongle that came with the keyboard, but it isn't really a portable keyboard, so not ideal for travelling.... As such I'm looking to see if there's a way to use a generic bluetooth dongle to allow me to pair with any bluetooth keyboard. couple of quick questions for you if I may:
Beyond that, with a MOFT tablet stand and a possible way to connect a keyboard i've got something close to the new fancy keyboard filo-case working for a RM1! :) |
|
@ddvk I would like to try to use bluetooth keyboard + 3rd party bluetooth dongle on my RM2.
When I tried to insmod the .ko files in RM2, I hit errors like below: What could be problem be? Thanks! |
the modules were compiled for an older kernel version. also not sure whether modules are enabled on the newesr kernel... |
I see, got it. Super thanks for your prompt reply! I will check if there is any chance to compile with the current kernel version... |
The latest kernel ships with modules that aren't embedded in the initrd that are required for the keyboard folio, so I would assume that they are enabled.
you wouldn't need qtcreator for compiling kernel modules. |
Thanks Eeems! That's very helpful! It has been painful to install qt5 on my mac |
Running it from a docker container might be the better option if you need it in the future |
Thanks @Eeems ! Kindly let me know if my planned steps are correct: |
It would be easier to just mount it as a volume. If you want to see an example of building a kernel module: https://github.com/toltec-dev/toltec/blob/afa2840abae9113d46ec978aec661ebbcf74960b/package/wireguard/package#L50-L79 |
Hi @ddvk , I am curious about the need of "bluez" here. |
Hi @ddvk,
This may be slightly off-topic but you may be the only person who knows the answer. And given the popularity of remarkable-hacks, I think others may face a similar issue.
I want to connect a Bluetooth keyboard to Remarkable 2 to be able to type in text as on a typewriter. To achieve that, I first need to pair the Bluetooth keyboard with the Remarkable 2. But there seems to be no Bluetooth module on the Linux system on the device. Do you have a suggestion how to proceed? Is there a way to build Bluez on the Codex Linux?
The app I want to use is Crazy Cow and I provide some more details on my setup in machinelevel/sp425-crazy-cow#7.
I think adding support for Bluetooth in remarkable-hacks would enable cool applications. E.g., see the list of requests for supporting Bluetooth keyboards on Remarkable 2 here machinelevel/sp425-crazy-cow#2 (comment).
Best,
Boris
The text was updated successfully, but these errors were encountered: