08-16-2024, 06:10 PM | #166 |
Resident Curmudgeon
Posts: 76,354
Karma: 136006010
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Is it possible to turn on just Bluetooth using NickelMenu?
|
08-16-2024, 08:12 PM | #167 |
Bibliophagist
Posts: 40,446
Karma: 156982136
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Will the air fryer take the food out of the refrigerator or freezer and prepare it for cooking? I do have an air fryer and our stove also has air fryer capability which comes in handy when you want to prepare chicken wings, etc. for a larger group.
|
08-18-2024, 06:05 PM | #168 | |
Resident Curmudgeon
Posts: 76,354
Karma: 136006010
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
We do have a fan assisted oven and one with no fan for when we use the oven. We always use the fan assisted oven. It's a dual-oven built into the wall with the microwave above. |
|
08-18-2024, 06:17 PM | #169 |
Connoisseur
Posts: 95
Karma: 81981
Join Date: Oct 2023
Location: Ontario, Canada
Device: Kobo Aura Edition 2, Kobo Clara 2E
|
It's implemented in the main branch, but not yet released.
https://github.com/pgaskin/NickelMenu Users can fork and build until the next release is up. Exact timing of release is a question for @geek1011 . --- For anyone who wants to hack their way to turning bluetooth on/off without modifying NickelMenu, you can create a shell script or NickelMenu instruction to execute the block from here. Make sure to run WiFi first via nickel or nickelmenu! https://github.com/onatbas/bluetooth...e5/on.sh#L5-L9 This will run bluetooth, but untested. Nickel won't be notified, so there could be side effects. |
08-24-2024, 04:23 PM | #170 |
Junior Member
Posts: 4
Karma: 10
Join Date: Aug 2014
Device: multiple
|
Any tips for dealing with bluetooth devices that don't show up in `/dev/input` on the Kobo device (Clara 2E, in this case)?
I have a couple of devices (including the JX-03 that has been mentioned here on this thread) that work very reliably on Android but although they appear to pair with the Kobo (according to the Nickel settings screen and to `bluetoothctl`), no input device is created under `/dev/input`. In fact, I have yet to find a single bluetooth device for which the Kobo *does* create a suitable device node. Do I just need to keep trying more devices (and/or stop cheaping out on stuff from AliExpress)? Can anyone recommend a device that has been known to work properly with a Clara 2E? Thanks! |
08-24-2024, 11:16 PM | #171 | |
Connoisseur
Posts: 95
Karma: 81981
Join Date: Oct 2023
Location: Ontario, Canada
Device: Kobo Aura Edition 2, Kobo Clara 2E
|
Quote:
If your device is not identifying itself as a keyboard-like device, you may indeed be out of options. I found 2 out of 4 devices that work. The ones that don’t function are marketed for this and that app, like TikTok shutter control With a bunch of buttons etc. I would avoid those and go for single button devices at the very least. But do try uhid.ko first if you haven’t already. It’s in this thread somewhere. |
|
08-25-2024, 06:31 AM | #172 |
Onyx-maniac
Posts: 3,146
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Most buttony Bluetooth thingies use HID over GATT (Bluetooth).
Since they are HID, like USB HID things, they have HID report descriptors. That says what the buttons (or joysticks) do. They can say that they are Usage 0x07 (Keyboard) or Usage 0x09 (Button) When it's 0x07, your system knows what 'R' is and adopts the device as a system device. When it's 0x09, your system only knows that it's some button and waits for some user proc to do something with it. I've built both of these styles of Bluetooth devices for different purpose. I have a utility for analyzing HID report descriptors, but I've never run it on Kobo. If I can find my Kobo I'll see if I can get it running on that. Edit: Duh! My Kobo Aura2 apparently has neither BT or USB OTG. Last edited by Renate; 08-25-2024 at 07:36 AM. |
08-26-2024, 01:54 AM | #173 |
Junior Member
Posts: 4
Karma: 10
Join Date: Aug 2014
Device: multiple
|
Thank you -- I think this was the part I was missing. I still have a bunch of devices that don't work, but now I have one or two that do, and I'm off to the races. Much obliged to you!
|
08-28-2024, 07:17 PM | #174 |
Junior Member
Posts: 9
Karma: 10
Join Date: Aug 2024
Device: Kobo Libra Colour
|
I'm struggling to get my D01 Pro working.
Input device name: "D01 Pro" Supported events: Event type 0 (Sync) Event type 1 (Key) Event code 1 (Esc) Event code 114 (VolumeDown) Event code 115 (VolumeUp) Event code 116 (Power) Event code 139 (Menu) Event code 163 (NextSong) Event code 164 (PlayPause) Event code 165 (PreviousSong) Event code 172 (HomePage) Event code 320 (ToolPen) Event code 330 (Touch) Event code 374 (Keyboard) Event type 3 (Absolute) Event code 0 (X) Value 1904 Min 0 Max 4095 Event code 1 (Y) Value 3500 Min 0 Max 4095 Event code 40 (Misc) Value 0 Min 0 Max 1 Event code 41 (?) Value 0 Min 0 Max 4095 Event type 4 (Misc) Event code 4 (ScanCode) And here's the results of pressing the buttons. Event: time 1724882570.810041, type 4 (Misc), code 4 (ScanCode), value c00b5 Event: time 1724882570.810041 ------- Report Sync ------ x: 36808 y: 36728 p: 0 ------------ Event: time 1724882570.838805, type 4 (Misc), code 4 (ScanCode), value c00b5 Event: time 1724882570.838805 ------- Report Sync ------ x: 36808 y: 36728 p: 0 ------------ Event: time 1724882572.414609, type 4 (Misc), code 4 (ScanCode), value c00cd Event: time 1724882572.414609 ------- Report Sync ------ x: 36808 y: 36728 p: 0 ------------ Event: time 1724882572.430194, type 4 (Misc), code 4 (ScanCode), value c00cd Event: time 1724882572.430194 ------- Report Sync ------ x: 36808 y: 36728 p: 0 ------------ Event: time 1724882573.388559, type 4 (Misc), code 4 (ScanCode), value c00b6 Event: time 1724882573.388559 ------- Report Sync ------ x: 36808 y: 36728 p: 0 ------------ Event: time 1724882573.418822, type 4 (Misc), code 4 (ScanCode), value c00b6 Event: time 1724882573.418822 ------- Report Sync ------ x: 36808 y: 36728 p: 0 ------------ |
08-28-2024, 07:35 PM | #175 |
Onyx-maniac
Posts: 3,146
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Shall I translate? I speak fluent USB.
Code:
Usage page 0x0c (Consumer) (0)c 00b5 Scan Next Track (0)c 00b6 Scan Previous Track (0)c 00cd Play/Pause |
08-28-2024, 07:44 PM | #176 | |
Junior Member
Posts: 9
Karma: 10
Join Date: Aug 2024
Device: Kobo Libra Colour
|
Quote:
For some reason when I double tap the top button on this it does sleep/wake without me having even coded that so I'm deeply confused as the what I do. This is my current config file nextPage EV_MIS SCANCODE c00b5 prevPage EV_MIS SCANCODE c00b6 nextPage EV_KEY SCANCODE c00b5 prevPage EV_KEY SCANCODE c00b6 nextPage 4 4 c00b5 prevPage 4 4 c00b6 |
|
08-28-2024, 08:20 PM | #177 |
Junior Member
Posts: 9
Karma: 10
Join Date: Aug 2024
Device: Kobo Libra Colour
|
Sorry I don't have the option to edit posts. This will be the last response and hopefully have all the info. I got all the inputs I can do via evtest on my Kobo
Input device name: "D01 Pro" Supported events: Event type 0 (Sync) Event type 1 (Key) Event code 1 (Esc) Event code 114 (VolumeDown) Event code 115 (VolumeUp) Event code 116 (Power) Event code 139 (Menu) Event code 163 (NextSong) Event code 164 (PlayPause) Event code 165 (PreviousSong) Event code 172 (HomePage) Event code 320 (ToolPen) Event code 330 (Touch) Event code 374 (Keyboard) Event type 3 (Absolute) Event code 0 (X) Value 0 Min 0 Max 4095 Event code 1 (Y) Value 0 Min 0 Max 4095 Event code 40 (Misc) Value 0 Min 0 Max 1 Event code 41 (?) Value 0 Min 0 Max 4095 Event type 4 (Misc) Event code 4 (ScanCode) Testing ... (interrupt to exit) (UP) Event: time 1724886744.339746, type 4 (Misc), code 4 (ScanCode), value c00b6 Event: time 1724886744.339746 ------- Report Sync ------ x: 36808 y: 36728 p: 0 ------------ Event: time 1724886744.354219, type 4 (Misc), code 4 (ScanCode), value c00b6 Event: time 1724886744.354219 ------- Report Sync ------ x: 36808 y: 36728 p: 0 ------------ (MIDDLE) Event: time 1724886745.163438, type 4 (Misc), code 4 (ScanCode), value c00cd Event: time 1724886745.163438 ------- Report Sync ------ x: 36808 y: 36728 p: 0 ------------ Event: time 1724886745.194745, type 4 (Misc), code 4 (ScanCode), value c00cd Event: time 1724886745.194745 ------- Report Sync ------ x: 36808 y: 36728 p: 0 ------------ (DOWN) Event: time 1724886745.929491, type 4 (Misc), code 4 (ScanCode), value c00b5 Event: time 1724886745.929491 ------- Report Sync ------ x: 36808 y: 36728 p: 0 ------------ Event: time 1724886745.959561, type 4 (Misc), code 4 (ScanCode), value c00b5 Event: time 1724886745.959561 ------- Report Sync ------ x: 36808 y: 36728 p: 0 ------------ (DOUBLE UP) Event: time 1724886746.978525, type 4 (Misc), code 4 (ScanCode), value c0030 Event: time 1724886746.978525 ------- Report Sync ------ x: 36808 y: 36728 p: 0 ------------ Event: time 1724886747.009721, type 4 (Misc), code 4 (ScanCode), value c0030 Event: time 1724886747.009721 ------- Report Sync ------ x: 36808 y: 36728 p: 0 ------------ Event: time 1724886749.485762, type 4 (Misc), code 4 (ScanCode), value c0040 Event: time 1724886749.485762 ------- Report Sync ------ x: 36808 y: 36728 p: 0 ------------ Event: time 1724886749.514773, type 4 (Misc), code 4 (ScanCode), value c0040 Event: time 1724886749.514773 ------- Report Sync ------ x: 36808 y: 36728 p: 0 ------------ (DOUBLE DOWN) Event: time 1724886749.544005, type 4 (Misc), code 4 (ScanCode), value c0046 Event: time 1724886749.544005 ------- Report Sync ------ x: 36808 y: 1 p: 0 ------------ Event: time 1724886749.573249, type 4 (Misc), code 4 (ScanCode), value c0046 Event: time 1724886749.573249 ------- Report Sync ------ x: 36808 y: 0 p: 0 ------------ Here's what all I've attempting in my config file named D01 Pro 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 Nothing is working except for some reason double tapping up is causing it to wake/sleep. |
08-28-2024, 08:21 PM | #178 |
Onyx-maniac
Posts: 3,146
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
I think that there are two things going on here.
The first is that your hid kernel module is junk. It's translating USB Consumer codes into Misc, which is not necessary. Code:
Usage page 0x0c (Consumer) (0)c 00b5 Scan Next Track -> a3 KEY_NEXTSONG (0)c 00b6 Scan Previous Track -> a5 KEY_PREVIOUSSONG (0)c 00cd Play/Pause -> a4 KEY_PLAYPAUSE But I think that they screwed up the report descriptor. Apparently they are only using one report so it always sends screwed up pointer with each button. If you have a Raspberry Pi we can experiment further with that. I don't have any executables for Kobo right now. I guess that I could make one. |
08-28-2024, 08:23 PM | #179 | |
Junior Member
Posts: 9
Karma: 10
Join Date: Aug 2024
Device: Kobo Libra Colour
|
Quote:
I ordered this off tiktok shop because I liked how small it was but I think it's probably screwed me. |
|
08-28-2024, 09:11 PM | #180 |
Onyx-maniac
Posts: 3,146
Karma: 12537601
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
Oh, this thing has a bunch of different modes.
Also, double clicking generates different codes right in the device itself. The Amazon page shows using double click for readers. That seems a hassle to me. I know I've posted this a zillion times, but here's mine that I built and programmed. |
|
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 |