Pedal Operated Cable Cam For Hands Free Video

[Vintage Backyard RC] has built a nice little RC track in his backyard, and wanted a motorized dolly system to capture footage along the main straight with his GoPro. Using only junk box parts, he created a simple pedal operated RC cable dolly. (Video, embedded below.)

[Vintage Backyard RC] first experimented with a high speed car running on a length of model train track. However, it was bumpy at high speed, the track is expensive, and it needs 50 V running through the open tracks. The new cable cam gives a much smoother ride, and cost almost nothing with his supply of old RC gear. The cable cam is powered by a brushed motor from an RC airplane, running with plastic wheels on some weed trimmer line. Control is provided by an old 27 MHz RC system, with the controller’s internals transplanted into an old wah-wah guitar pedal.

The non-geared motor can drive the cable much faster than required, so [Vintage Backyard RC] needs to exercise some careful foot control to run it at a reasonable speed. This is easier said than done while also controlling an RC car with his hands, so he plans to replace the RC system with a newer 2.4 GHz system software end-point limits. We would be reaching for the ESP32 or any other microcontroller with wireless that we’ve come to know, but it’s worth remembering that most people are not familiar with these tools.

This is definitely the most minimalist cable cam we’ve covered this year, but just demonstrates how simple they can be to build. You can always upgrade to a sleek folding frame from 3D printed parts, and add machine vision and long range video streaming.

Continue reading “Pedal Operated Cable Cam For Hands Free Video”

DIY Foot Pedal Controller For Guitar Rig 5

DIY Modeling Software Control Pedal

Back in the old days, it took external guitar effects pedals to modify a guitar’s sound. As computer processing power has been growing at an exponential rate, software-based effects modelers have been becoming more common. [Matthew]’s dad is running Guitar Rig 5 modeling software on his Lenovo tablet. Although it works well, it is a hassle to change effects and amp models while playing. That’s where [Matthew] comes in. He’s built a foot pedal controller so his old man can change up those sweet sounds on the fly.

Guitar Rig 5 has the ability to change presets with key presses. Even so, it would still be a hassle tapping a keyboard while playing, whether it be physical or on-screen. Since an Arduino-compatible board with an ATMEGA32U4 chip can be used to simulate an HID device, [Matthew] decided to use one as the basis for his project. Standard push buttons mounted in a project box indicate to the microcontroller which keyboard commands to send to the tablet. There are 4 buttons for 4 presets on this build but any number can be used. When a button is pushed, the associated keyboard command is sent to the tablet via a USB cable and Guitar Rig 5 responds to that command by changing the preset. And just so you know where you are, an indicator light adjacent to each button shows which preset is current.

Continue reading “DIY Foot Pedal Controller For Guitar Rig 5”

An Opensource Arduino Guitar Pedal

If you’re a guitarist, or know a guitarist, you probably know just how many guitar effects there are out there — but what if you could design your own effects?

[J Rodriguez] has just released his opensource Arduino guitar pedal shield, dubbed the pedalSHIELD. He designed it as a platform to learn about digital signal processing, effects, and synthesizers — without needing an in-depth knowledge of electronics or programming. It allows you to design your own effects in C/C++, or download from his own library online. Some of the downloadable presets include an octave pedal, reverb pedals, delay pedals, and even distortion pedals!

The pedal features three programmable potentiometers, two main switches, and the foot pedal switch. The shield plugs directly into an Arduino Due, and you can find all the schematics here and the parts list here. It was completely designed in KiCad which is an open source electronics CAD design suite.

Take a listen after the break to hear the pedal in action!

Continue reading “An Opensource Arduino Guitar Pedal”