Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aflusche/paginator
reMarkable tablets need a hardware foot pedal page turner for sheet music
https://github.com/aflusche/paginator
Last synced: 3 months ago
JSON representation
reMarkable tablets need a hardware foot pedal page turner for sheet music
- Host: GitHub
- URL: https://github.com/aflusche/paginator
- Owner: aflusche
- License: agpl-3.0
- Created: 2024-02-16T03:27:26.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-11T00:26:40.000Z (8 months ago)
- Last Synced: 2024-05-14T22:32:15.056Z (6 months ago)
- Language: C++
- Size: 5.44 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-reMarkable - paginator - Physical foot pedal to turn pages on the device with no hands (e.g. for playing sheet music). (Device Tools / Launchers)
README
# paginator
reMarkable 2 is a great tablet for sheet music, except there's no way to turn the page when you play a two-handed instrument.I started out trying to make a version of the [remarkable footpedal](https://github.com/reini1305/remarkable_footpedal), but I couldn't get a solid pogo pin connection.
I then decided to go for the [pageturner](https://github.com/FunkyFab/pageturner) version, but I wanted a sleeker design with less trip hazards involved. :)
My final device is a mashup of both. It is a self-contained, battery-powered pedal that connects to the USB-C port on the reMarkable 2. Using [this](https://www.amazon.com/dp/B0C7GCQVC6) low-profile USB cable, the tablet still sits nicely on its own bottom, even on a music stand.
**Video demo on YouTube:**
[![YouTube demo video](https://raw.githubusercontent.com/aflusche/paginator/main/thumbnail_small.png)](https://youtu.be/zBM0Pr0DNEA)
**What the inside of the pedal looks like:**
![paginator guts](https://raw.githubusercontent.com/aflusche/paginator/main/inside_with_light_small.jpg)
Build instructions are [here](build.md).
## features
#### navigation on the reMarkable
- Short press = next page
- Long press (750 ms to 1500 ms) = previous page
- Longer press (> 2.5 seconds) = flip back 4 pages, then close current doc (used to changed to the next song)#### status LEDs
- orange LED at front displays when power on / off. Also flashes 1, 2, or 3 times to confirm press version.
- red LED on side illuminates when charging battery
- green LED on side illuminates when battery full#### power
- 3.7v LIPO battery
- charges via the USB-C port on the pedal
- auto powers off after 2 hours of inactivity
- press the silver switch to turn pedal on
- hold the silver switch 5 seconds to turn pedal off