[Patrick] was looking for an easier way to control music and movies on his computer from across the room. There is a huge amount of remote control products that could be purchased to do this, but as a hacker [Patrick] wanted to make something himself. He calls his creation, “Dial” and it’s a simple but elegant solution to the problem.
Dial looks like a small cylindrical container that sits on a flat surface. It’s actually split into a top and bottom cylinder. The bottom acts as a base and stays stationary while the top acts as a dial and a push button. The case was designed in SOLIDWORKS and printed on a 3D printer.
The Dial runs on an Arduino Pro mini with a Bluetooth module. The original prototype used Bluetooth 2.0 and required a recharge after about a day. The latest version uses the Bluetooth low energy spec and can reportedly last several weeks on a single charge. Once the LiPo battery dies, it can be recharged easily once plugged into a USB port.
The mechanical component of the dial is actually an off-the-shelf rotary encoder. The encoder included a built-in push button to make things easier. The firmware is able to detect rotation in either direction, a button press, a double press, and a press-and-hold. This gives five different possible functions.
[Patrick] wrote two pieces of software to handle interaction with the Dial. The first is a C program to deal with the Bluetooth communication. The second is actually a set of Apple scripts to actually handle interaction between the Dial and the various media programs on his computer. This allows the user to more easily write their own scripts for whatever software they want. While this may have read like a product review, the Dial is actually open source!
Ouch. That’s bad battery life! Using just a BLE chip with app on-board, you’d be looking at several years of battery life from 2xAAA. It’s about time Arduino stepped up its game.
There are plenty of power saving options available to an Arduino user, and it looks like [Patrick] has not used any of them. The first thing to look at of course would be sleep states.
Ive got an “arduino” with a wireless module that I use as a keypad. It’s powerd by a 3v coincell battery. I expect at least 6 months of battery life out of it. I dont think you can blame the arduino here. notevenprotip: turn off the transmitter while the device is idle…
The BLE stack should handle that for him.
I’ve been using Nordic’s SoCs with M0+ in them and they’re so low power when they’re in sleep that I can remove the battery for 2 seconds and put it back in without it restarting! Like 2 micro-amp draw with most peripherals spun down and the sram banks still on!
The prototype ran am Arduino, the 2nd version usea the RFDuino, a BT-LE module with an on board application processor. Can be programmed with a forked Arduino IDE.
Yep, it’s a NRF51822 from Nordic Semiconductor, I believe.
I’d like to see a whole host of btle enabled peripherals like this. Dials, slides, keypads, Then you could make custom re-configurable controllers.
Very nice idea. Looks like the Bose Companion 20 controller (http://www.bose.com/controller?url=/shop_online/speakers/computer_speakers/companion_20/index.jsp), only better. Of course, the 3d printed plastic should just be the prototype. A nice wood or metal case would look fantastic.
Regardless, nice job!
Just need to soften/smooth the exterior to finish it. Sanding or Acetone, or heat etc.
Wood or metal would be neat, not sure if the BT would work, but if that is solved very expensive models could be made.
I’d love to see a version using skateboard wheels or hockey pucks, or PVC end cap, make it a super hack accessible to those without a 3D printer. Or print a structure that can press into a PVC cap or wheel, then the printer doesn’t have to be running all day to make 1 wheel.
I have a VCR spindle modified into a jog wheel begging for this mod. I should re-purpose one of my Atmega8 AVRUSB devices to read it, instead of the gutted PS2 mouse I have used.
Add a dynamo-type-arrangement to the dial so it can be recharged by furiously spinning the dial?
Or turn it sideways and add a cage so your pet hamster can do it for you?
the battery in the standard apple remote control lasts for about a year, no furious spinning required
a remote control that goes out of service for regular charging is not “elegant”, it’s “awkward”
I believe the Apple remote is still ancient infrared…
Brilliant idea i am waiting to see the product on market
Reblogged this on Übermüdet Mirror.
This one looks and probably feels cheap and flimsy.
I seem to remember similar project reusing harddrive motor with opamp comparators. It had nice metal wheel with proper mass behind it
then there was this VCR head wheel covered on had 4 years ago
http://hackaday.com/2010/12/04/classical-vcr-head-jog-wheel/
My vote is to add a second dial on the bottom, deal with the battery life issues, then throw that puppy up on Kickstarter!
He should submit it for testing at http://www.knobfeel.co.uk
That was a long scroll.
Similar to http://griffintechnology.com/powermate-bluetooth for Mac.
The wired version works on Windoz too.
Willing to bet that this version is a lot more configurable, however. The Griffin Powermate software is not very robust (I should know, I own two…) and really struggles with certain keyboard shortcuts. Also, when bound as ‘scroll up/scroll down’ it doesn’t appear to the system as a mouse so keyboard shortcuts involving the mouse (e.g. Ctrl+scroll-wheel for zoom in nay applications) don’t work.
This looks like a neat build. Good effort!
I own one too. I agree the software is weak.
I also forgot to say good work [Patrick]!
I like it, it’s right to the point. An extended project could have multiple inputs that you can clip together and use a single transmitter.
If you can get one cheap enough the i-drive controller from a bmw is a feedback enabled rotary envoder that can be pressed and slid left right up down etc too. And they look nice lol arduino can talk to it thro canbus or obv it could be gutted and an arduino could just take ot over itself.
Loving it! Need something like this! [Patrick] maybe you can add scrubbing as a click-and-turn feature. That will make it the perfect multimedia remote for people that do not like to use software like Kodi (XBMC)
It could easily become your mouse as well…