Adaptive Universal Remote

Adaptive Universal Remote

AKA Universal Meagbutton Remote MK III

I finally was able to make another revision of the Universal Megabutton Remote. My brother-in-law Jacob has been insisting for some time for me to upgrade his current box. Unfortunately the modification of the Logitech Harmony 200 didn’t hold up to constant use over 3 years. The USB extension cable I soldered on broke off and is now nearly impossible to repair and reprogram.

Harmony 200 remote USB pads torn off
Logitech Harmony 200 Remote Universal remote Hack Failed after 3 years

For the last few months I’ve been able to participate in a 3 person “Dream Team” to assist SupplyFrame in designing and building a universal remote for the non-profit United Cerebral Palsy of Los Angeles (UCPLA) This was part of their 2020 Hack-a-day Prize Contest. While we didn’t win any prizes the project was fully funded by SupplyFrame and their sponsor Digikey.

Delivered 3 Adaptive Universal Remotes

After a few months we came up with, designed, and built a fully open source adaptive universal remote based off the original design. You can get all source files, schematics, and CAD files at our Github Project. We didn’t originally want to go with this design, but in the long haul it was the best option with the limited time and resources we had. You can read about the entire process on Hackaday – 2020 HDP Dream Team UCPLA.

Controlling a Robotic Arm with an Xbox 360 wireless controller

I’ve always wanted to get into robotics, and building a robotic arm is a great place to start. But what can we do with a simple robotics arm kit?

I’ve got to start somewhere, and when learning a new skill it helps to start simple. So for this project, I wanted to figure out how I could control a robotic arm using a familiar control platform. For me, that was an Xbox controller. I’ve had a USB Xbox wireless controller receiver for a PC and found a Linux driver that would allow me to interface with it on a Raspberry Pi. Then with a bit of python code, I could send serial messages to an Arduino that would control the various robot arm servos using PWM signals.

Then I assigned different buttons to control different parts of the robot arm, and the basics of my project were completed. It was fun attempting to use the robot arm to stack blocks and move other objects. But it was a bit challenging to do, as I wasn’t used to thinking about how to move an arm in terms of individual pivot points.

What could a more intuitive user interface look like. What If the claw could be moved like it were a flying object in 3D space? This lead me down the path of reverse kinematics, which is really fascinating, but was an advanced topic I just started to scratch the surface of. It’s amazing what we learn when we explore new technologies.