08-28-2024, 10:54 PM | #181 |
Onyx-maniac
Posts: 3,155
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Hey! I forgot that Kobo is compatible for RPi and I already had that built.
It executes on my Aura2 but I don't even have anything HID. Actually, the easiest will be if you just copy the report descriptor. I usually do ioctl, but I forgot that it's in /sys anyway. Look in /sys/bus/hid/devices/ for your ring thingy. cd to that, then Code:
cp report_descriptor report.bin Ha. Even this works: Code:
# ./inscan # Key Abs Rel Sw Msc Name -- --- --- --- --- --- -------------------------------- 0 X X X gpio-keys 1 X X elan-touch Last edited by Renate; 08-28-2024 at 11:03 PM. |
08-29-2024, 02:51 AM | #182 | |
Junior Member
Posts: 9
Karma: 10
Join Date: Aug 2024
Device: Kobo Libra Colour
|
Quote:
00000000 05 0c 09 01 a1 01 85 03 15 00 25 01 75 01 95 0b |..........%.u...| 00000010 09 e9 09 ea 09 cd 0a ae 01 09 30 09 40 09 46 0a |..........0.@.F.| 00000020 23 02 09 b6 09 b5 81 02 95 01 75 0d 81 03 c0 05 |#.........u.....| 00000030 0d 09 02 a1 01 85 02 09 22 a1 02 09 42 15 00 25 |........"...B..%| 00000040 01 75 01 95 01 81 02 09 32 81 02 95 06 81 03 75 |.u......2......u| 00000050 08 09 51 95 01 81 02 05 01 26 ff 0f 75 10 55 0e |..Q......&..u.U.| 00000060 65 33 09 30 35 00 46 b5 04 81 02 46 8a 03 09 31 |e3.05.F....F...1| 00000070 81 02 c0 05 0d 09 54 95 01 75 08 81 02 85 08 09 |......T..u......| 00000080 55 25 05 b1 02 c0 |U%....| 00000086 |
|
08-29-2024, 07:54 AM | #183 | |
Onyx-maniac
Posts: 3,155
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Quote:
Code:
05 0c Usage page (Consumer) 09 01 Usage (Consumer control) a1 01 Collection (Application) 85 03 Report id (3) 15 00 Logical minimum (0) 25 01 Logical maximum (1) 75 01 Report size (1) 95 0b Report count (11) 09 e9 Usage (Volume increment) 09 ea Usage (Volume decrement) 09 cd Usage (Play/Pause) 0a ae 01 Usage (AL Keyboard layout) 09 30 Usage (Power) 09 40 Usage (Menu) 09 46 Usage (Menu escape) 0a 23 02 Usage (AC Home) 09 b6 Usage (Scan previous track) 09 b5 Usage (Scan next track) 81 02 Input (Variable, Absolute) 95 01 Report count (1) 75 0d Report size (13) 81 03 Input (Constant) c0 End collection 05 0d Usage page (Digitizer) 09 02 Usage (Pen) a1 01 Collection (Application) 85 02 Report id (2) 09 22 Usage (Finger) a1 02 Collection (Logical) 09 42 Usage (Tip switch) 15 00 Logical minimum (0) 25 01 Logical maximum (1) 75 01 Report size (1) 95 01 Report count (1) 81 02 Input (Variable, Absolute) 09 32 Usage (In range) 81 02 Input (Variable, Absolute) 95 06 Report count (6) 81 03 Input (Constant) 75 08 Report size (8) 09 51 Usage (Contact identifier) 95 01 Report count (1) 81 02 Input (Variable, Absolute) 05 01 Usage page (Desktop) 26 ff 0f Logical maximum (4095) 75 10 Report size (16) 55 0e Unit exponent (-2) 65 33 Unit (in³) 09 30 Usage (X) 35 00 Physical minimum (0) 46 b5 04 Physical maximum (1205) 81 02 Input (Variable, Absolute) 46 8a 03 Physical maximum (906) 09 31 Usage (Y) 81 02 Input (Variable, Absolute) c0 End collection 05 0d Usage page (Digitizer) 09 54 Usage (Contact count) 95 01 Report count (1) 75 08 Report size (8) 81 02 Input (Variable, Absolute) 85 08 Report id (8) 09 55 Usage (Contact count maximum) 25 05 Logical maximum (5) b1 02 Feature (Variable, Absolute) c0 End collection I wouldn't (and I don't) put Physical maximum in. That complicates things. Without that, 2048 means the center of the screen no matter how big it is. Once you start putting in Physical maximum in, 2048 means 6" down on a display that might not even be that big. OTOH, they do specify the units as cubic inches, so it's probably ignored anyway. Usage 0x32 & 0x42 on the digitizer are correct. I'd guess that hid.ko is mangling that and that evtest is working correctly. In any case, it looks like it sends two HID reports, 0x03 (keys) and 0x02 (digitizer) all the time. Did you try playing with all the modes on the ring? It seems complicated to me. |
|
08-29-2024, 11:27 AM | #184 | |
Junior Member
Posts: 9
Karma: 10
Join Date: Aug 2024
Device: Kobo Libra Colour
|
Quote:
|
|
08-29-2024, 11:29 AM | #185 | |
Connoisseur
Posts: 95
Karma: 81981
Join Date: Oct 2023
Location: Ontario, Canada
Device: Kobo Aura Edition 2, Kobo Clara 2E
|
Quote:
nextPage EV_KEY KEY_VOLUMEUP 0 or nextPage EV_KEY 115 0 I don't know what that hex codes at the end of your commands is supposed to be but the plugin in my case expects 0 or 1 to make the click act either on press or release. |
|
08-29-2024, 12:05 PM | #186 | |
Junior Member
Posts: 9
Karma: 10
Join Date: Aug 2024
Device: Kobo Libra Colour
|
Quote:
prevPage EV_MSC SCANCODE 0xc00b5 nextPage EV_MSC SCANCODE 0xc00b6 nextPage EV_MIS SCANCODE c00b5 nextPage EV_MIS SCANCODE c00e9 nextPage EV_MIS SCANCODE c0040 nextPage EV_MIS SCANCODE c0046 prevPage EV_MIS SCANCODE c00b6 prevPage EV_MIS SCANCODE c00ea prevPage EV_MIS SCANCODE c0030 nextPage EV_KEY SCANCODE c00b5 nextPage EV_KEY SCANCODE c00e9 nextPage EV_KEY SCANCODE c0040 nextPage EV_KEY SCANCODE c0046 prevPage EV_KEY SCANCODE c00b6 prevPage EV_KEY SCANCODE c00ea prevPage EV_KEY SCANCODE c0030 nextPage 4 4 c00b5 nextPage 4 4 c00e9 nextPage 4 4 c0040 nextPage 4 4 c0046 prevPage 4 4 c00b6 prevPage 4 4 c00ea prevPage 4 4 c0030 nextPage EV_ABS ABS_X 512 prevPage EV_ABS ABS_X 3328 prevPage EV_KEY KEY_ESC 1 prevPage EV_KEY KEY_VOLUME_DOWN 1 nextPage EV_KEY KEY_VOLUME_UP 1 prevPage EV_KEY KEY_POWER 1 nextPage EV_KEY KEY_MENU 1 nextPage EV_KEY KEY_NEXTSONG 1 prevPage EV_KEY KEY_PREVIOUSSONG 1 nextPage EV_KEY KEY_HOMEPAGE 1 nextPage EV_ABS ABS_X 2047 nextPage EV_ABS ABS_Y 2047 nextPage EV_ABS ABS_X 1024 prevPage EV_ABS ABS_Y 512 nextPage EV_MSC MSC_SCAN 0xc0030 prevPage EV_MSC MSC_SCAN 0xc0046 prevPage EV_KEY KEY_ESC 0 prevPage EV_KEY KEY_VOLUME_DOWN 0 nextPage EV_KEY KEY_VOLUME_UP 0 prevPage EV_KEY KEY_POWER 0 nextPage EV_KEY KEY_MENU 0 nextPage EV_KEY KEY_NEXTSONG 0 prevPage EV_KEY KEY_PREVIOUSSONG 0 nextPage EV_KEY KEY_HOMEPAGE 0 nextPage EV_KEY 115 0 nextPage EV_KEY 115 1 I think this page turner is just too complex and annoying to properly work with the plugin? I'm looking for other options but I already have the other remote that clips on, I was just looking for something smaller and more convenient. It should not be this hard to find a ring with two button inputs and bluetooth but here we are! Last edited by silvern0va; 08-29-2024 at 12:07 PM. |
|
08-29-2024, 01:32 PM | #187 |
Onyx-maniac
Posts: 3,155
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Alright, I'm all confused.
I don't know what this "config" file is. Is that supposed to be part of standard Linux? Normally all the stuff coming over HID should just work. See this: https://github.com/torvalds/linux/bl...-input.c#L1160 The codes are already there. Maybe I'm being stupid. |
08-29-2024, 02:23 PM | #188 | |
Connoisseur
Posts: 95
Karma: 81981
Join Date: Oct 2023
Location: Ontario, Canada
Device: Kobo Aura Edition 2, Kobo Clara 2E
|
If you're asking about the the config file I mentioned earlier, I am referring to the file you're suppose to create to map your bluetooth devices buttons to actions. the file needs to go into .btpt/<DEVICENAME>. The device name bit is important. My bluetooth device is called BOOD 202 so my config file is
Code:
.btpt/BOOD 202 Code:
.btpt/8BitDo Zero 2 gamepad The plugin expects decimal or linux enum names for the actions as they're defined here: https://github.com/torvalds/linux/bl...-event-codes.h That's why I mentioned 115 or KEY_VOLUMEUP because they're identical: Quote:
|
|
08-29-2024, 02:31 PM | #189 | |
Connoisseur
Posts: 95
Karma: 81981
Join Date: Oct 2023
Location: Ontario, Canada
Device: Kobo Aura Edition 2, Kobo Clara 2E
|
Quote:
Maybe your buttons aren't triggering the event you're expecting them to. Do you have a linux computer that you can evtest on? I found on an ubuntu machine the evtest told me different information. Here's another test for you. The plugin will output a console message if your button presses are detected but you're not in reading view. So go ahead and pair your device, go to your home screen and through SSH/Telnet run "logread -f", then press your bluetooth buttons. If you're seeing on the console "Not in reading view" or something like that, then your config file is incorrect. If you're not seeing this message, I'm afraid you still need to figure out why your device hasn't paired properly yet. Do check out uhid.ko patch, it's sometimes required. Mentioned in this thread somewhere. |
|
08-29-2024, 03:12 PM | #190 |
Onyx-maniac
Posts: 3,155
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Thanks. Apparently this .btpt is not related to anything but Kobo.
|
08-29-2024, 04:41 PM | #191 |
Connoisseur
Posts: 95
Karma: 81981
Join Date: Oct 2023
Location: Ontario, Canada
Device: Kobo Aura Edition 2, Kobo Clara 2E
|
|
08-30-2024, 02:13 AM | #192 |
Member
Posts: 23
Karma: 10
Join Date: Sep 2018
Device: Libra 2
|
in case anyone was wondering about devices that work out of the box - the logitech r500s works for me without doing much to get it going - only thing is, it needs wifi on (to keep Bluetooth on).
|
09-05-2024, 11:02 AM | #193 |
Connoisseur
Posts: 95
Karma: 81981
Join Date: Oct 2023
Location: Ontario, Canada
Device: Kobo Aura Edition 2, Kobo Clara 2E
|
It's a kobo limitation. Wifi needs to be on for bluetooth to run, otherwise the chip won't power up. All devices will work the same way.
For what it's worth. Here are the devices I use predominantly: BOOD-202 The name is probably going to be different depending on the vendor. I have one of these and they work very well, even though they're very cheap plastic and even though there are two buttons, they both trigger the same VOLUMEUP event. This is a great and cheap solution. Pros: * Works reliably well. * Initiates connections automatically. (You turn on bluetooth and this device, it connects auomatically). * Cheap Cons: * 1 action only. * Needs batteries, although I have only changed its battery once in the past year. * Cheap plastic. Accidental clicks happen. 8Bitdo micro This is my go-to these days as I've started KOReader and my bluetooth plugin is allowing me to integrate quite a few more things. Pros: * Works in much longer distances, and the signal quality is much better. * Charged with USB-C * Has many buttons that can be programmed via smartphone on the fly. Cons: * It's not that expensive, but more than a cheap bluetooth clicker. * More buttons, but this plugin only supports 4 actions. next page, prev page, next chapter, prev chapter. * Doesn't initiate connection automatically. You need to go to the bluetooth menu and press on the device each time. |
09-05-2024, 11:38 AM | #194 |
Onyx-maniac
Posts: 3,155
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
I thought that the $1 Chinese selfie clickers sent multiple key presses for one of those buttons. But I just checked and they seem to just send a single VolUp. They also send separate up and down, so on most devices they will do an auto repeat if you hold down the button.
The biggest disadvantage is that they timeout in 90 seconds (longer than the 60 seconds that I thought). This is plenty long to read a page, but not if you're a space cadet! Try it and see if this becomes an annoying factor for you. |
09-07-2024, 05:00 PM | #195 |
Junior Member
Posts: 9
Karma: 10
Join Date: Aug 2024
Device: Kobo Libra Colour
|
After spending $15 on page turners that don't do what I want them to I just bit the $20 bullet and got the 8bitdo Zero 2 and I have no regrets. The fact that there's a preworking configuration is great but I previously used the SUYUKUYU page turner with the clip and they've broken multiple times so I figured investing in a bluetooth option just makes sense. There's also a check box in the developer options to force wifi on which keeps the bluetooth on longer in case people are having that issue. I appreciate the help from this forum but I think what happened is I just bought something that was never gonna function with what I wanted!
The 8bitdo is so small and nice though! Compared to the remote for the suyukuyu page turner I like this one more which is ultimately what I wanted! |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Accessories New hand stick Bluetooth for turning page! | guitu | Amazon Kindle | 16 | 07-23-2021 01:20 AM |
Kobo Clara HD - Quick page turning | Rarronno | Kobo Reader | 7 | 09-06-2019 02:26 AM |
Bluetooth Page Turning | hismaimai8888 | General Discussions | 2 | 11-25-2018 12:37 PM |
Bluetooth Page Turning | copaw | General Discussions | 14 | 11-17-2015 03:09 PM |
Kobo app page turning animation?? | morgan freeman | Android Devices | 0 | 03-24-2013 12:15 AM |