This ESP32 Bluetooth Page Turner Can’t Get Any Easier

Commercial Bluetooth pedals, designed to allow musicians to flip pages of sheet music on a tablet, have the sort of inflated price tag you’d expect for a niche electronic device. Rather than forking as much as $100 USD over for the privilege of hands-free page flipping, [Joonas Pihlajamaa] decided to build his own extremely low cost version using an ESP32 and a cheap foot pedal switch.

In terms of hardware, it does’t get much easier than this. All [Joonas] had to do was hook the pedal up to one of the ESP32’s digital pins, and plug the microcontroller into a USB power bank. From there, it became a software project. With the ESP32-BLE-Keyboard library, it only took a few lines of code to send RIGHT_ARROW or LEFT_ARROW depending on whether the pedal was quickly tapped or held down for a bit; allowing him to navigate back and forth through the pages with just one button.

[Joonas] mentions that the ESP32 development board he’s using is too large to fit inside the pedal itself, though we wonder if the bare module could get slipped in there someplace. Of course you could always build your own pedal with a bit of extra room to fit the electronics, but for less than $2 USD on AliExpress, it’s hard to go wrong with this turn-key unit.

Looking for an alternate approach? We covered a Bluetooth page turner last month that doubled the inputs and packed it all into a handsome wooden enclosure.

Continue reading “This ESP32 Bluetooth Page Turner Can’t Get Any Easier”

The Beat Goes On With This ESP32 Page Turner

Looking for a hands-free way to page through sheet music on an iPad, [The_Larch] came up with this simple Bluetooth input device based on the ESP32. The microcontroller just needed to have two switches wired into the GPIO pins, in this case the same heavy-duty plungers you’d find on a guitar pedal, and a USB bulkhead pass-through to provide power. Thanks to the excellent ESP32-BLE-Keyboard library, it only took a few lines of code to fire off the appropriate key strokes when the left or right button was pressed.

While undeniably a simple project from an electronics standpoint, the wooden enclosure [The_Larch] built is an interesting change of pace from the 3D printed fare we normally see around these parts. It started life as strips of oak reclaimed from an old kitchen table, which were laminated together to make a solid block. A large spade bit was then used to bore into the block to make a void for the electronics, and a second flat piece of oak was fashioned into a front panel.

Creating Bluetooth input devices with the ESP32 is so incredibly straightforward that we’re honestly a little surprised we don’t see the trick used more often. Especially when you consider all of the custom made keyboards that have graced these pages over the last couple of years. The tools are available for anyone who wants them, so you have to wonder if hackers just aren’t fond of using Bluetooth for something as important as a keyboard?

Printed Separator Separates Printed Pages

We all know people trapped in aging bodies who can’t do all the things they used to do. It’s easy to accept that you may never move small furniture around by yourself again, but losing the ability to do something as simple as separating the pages of your newspaper to keep reading it is an end to enjoyment.

When [Randomcitizen4] visited his grandma over the holidays, she mentioned having trouble with this, among other things. He fired up his printer and got to work designing a device to help her get back to the funny pages. This simple gripper mechanism uses rubber bands for tension and flexible filament to get a firm grip on the paper. The jaws default to the open position so they’re ready to grab some newsprint, and a light squeeze of the handles slides the top page back from the stack, creating a gap for Grandma’s fingers. You can see a demo on page 32 after the break.

Although the device does work on some books and magazines, he’d like to improve the design of the grips to make the device more universally useful. [Randomcitizen4] says he tried a few things already, but we wonder if a more complex surface pattern might do the trick — maybe less like fins and more like a tire tread pattern. All the STLs are available if you want to give it a go.

If Grandma’s newspaper ever goes out of print, she should still be able to read it on a tablet or an e-reader. Then maybe [Randomcitizen4] can build some kind of remote-controlled page turner for her.

Continue reading “Printed Separator Separates Printed Pages”