FingerRing Is Simplest Multichannel Mixer

It’s hard to make an audio mixer with any less technology than FingerRing (YouTube video, embedded below). We’re pretty sure that [Sergey Kasich] isn’t going to get a patent on this one. But what he does get is our admiration for pushing a simple idea far enough that it’s obviously useful.

The basic idea is transmitting signals using the human body as a conductor. What [Sergey] does is lay out multiple sound sources and sinks on the table, and then play them like a mixer made musical instrument. Pressing harder reduces the resistance, and makes the sound louder. Connecting to two sources mixes them (in you). Watch the video — he gets a lot of mileage out of this one trick.

Continue reading “FingerRing Is Simplest Multichannel Mixer”

Web Matrix Control Proves Power Of ESP8266

LED matrix projects are all over the place, but this one is interesting for its simplicity: it’s an LED matrix that is driven straight from an ESP8266 board. [Ray] put it together as a quick project for his students to teach the basics of LED programming.

It’s built using a WS2812 LED matrix board he designed himself and his own ESPToy ESP8266 dev board. But the gist of the hardware is simply an ESP8266 and some WS2812’s. Where this gets interesting is with the user interaction side of things. The ESP makes WiFi and web serving easy, and [Ray] has build a simple HTTP GET API into the firmware. This is a great combination for the web dashboard and JavaScript-based animation programs [Ray] is demonstrating in the video below.

Just get on the same network and load up the module’s WiFi address for a graphical representation of the 5×7 LED matrix. Pick a color, turn pixels on or off, or choose a predefined pattern and send it to the hardware. This is a powerful way to get use input and with this as a guide it’s fast to set up for pretty much an application you can think of. Just work your way through the documents he put together for the workshop (Zip file link), including all of the code and the slides he used to run the workshop.

Continue reading “Web Matrix Control Proves Power Of ESP8266”

SpeedyCopter driving on the road

Vietnam War Helicopter Turned Amphibious Racecar

Our hats off to [SpeedyCop] and his [Gang of Outlaws] for turning a junked former Vietnam War helicopter into both an amphibious vehicle and a road race car. Yes, that’s right. It’s both driven on water and raced in the 24 Hours of LeMons at New Jersey Motorsports Park.

It started life as a 1969 Bell OH-58 Kiowa (US Army Vietnam Assault helo) and had not only served in Vietnam but also for a federal drug task force. It was chopped up for parts and the body found its way to [SpeedyCop] and friends. The body now sits on an 80s Toyota van chassis, has a Mazda Miata rear suspension, and Audi 3.0 V6 engine.

The pontoons were originally added to hide the seam between the helicopter body and the van but they then inspired the idea of making it amphibious. And with the addition of a four-blade, 7000 RPM propeller from a parasail boat, the idea became reality, as you can see in the video after the break (we suspect the trailing line is a rope to pull it back to shore in case of engine failure).

Continue reading “Vietnam War Helicopter Turned Amphibious Racecar”

Handheld Sudoku (Assuming You Have Large Hands)

[Hari Waguna] wanted to build a computerized Sudoku game. Ordinarily, that wouldn’t be a big deal. You can buy one, of course, but what fun is that? There’s plenty of apps for phones, but again, not much of a challenge. If you want to preserve your hacker cred, you’d use a CPU board like an Arduino or a Raspberry Pi with an LCD screen, right? But if you want to grow your hacker cred, you’d follow [Hari’s] lead and use 81 seven-segment displays and a membrane keyboard.

Driving that many displays takes some doing (in this case shift registers). [Hari] uses some other tricks, like reading the keyboard using a single pin (and a resistor network). He’s made several videos about the project, including the one below.

Continue reading “Handheld Sudoku (Assuming You Have Large Hands)”

Sort Your Candy With A Raspberry Pi And Google Cloud Vision

If you have been off trick-or-treating and returned home with an embarassment of candy, what on earth can you do to mange the problem and sort it by brand?

Yes, it’s an issue that so many of us have had to face at this time of year. So much a challenge, that the folks at [Dexter Industries] have made a robotic candy-sorter to automate the task.

OK, there’s something of the tongue-in-cheek about the application. But the technology they’ve used is interesting, and worth a second look. Hardware wise it’s a Lego Mindstorms conveyor and hopper controlled by a Raspberry Pi through the BrickPi interface. All very well, but it’s in the software that the interest lies. They use the Raspberry Pi’s camera to take a picture to send off to Google Cloud Vision, which they then query to return a guess at the brand of the candy in question. The value returned is then compared to a list of brands to keep or donate to another family member, and the hopper tips the bar into the respective pile.  They provide full build details and code, as well as the video we’ve put below the break. So simple a child can explain it, sort of.

Continue reading “Sort Your Candy With A Raspberry Pi And Google Cloud Vision”

Building Transistors With Transistors

Since the 1940s when the first transistor was created, transistors have evolved from ornery blocks of germanium wrangled into basic amplifiers into thousands and thousands of different devices made of all kinds of material that make any number of electrical applications possible, cheap, and reliable. MOSFETs can come in at least four types: P- or N-channel, and enhancement or depletion mode. They also bear different power ratings. And some varieties are more loved than others; for instance, depletion-mode, N-channel power MOSFETs are comparatively scarce. [DeepSOIC] was trying to find one before he decided to make his own by hacking a more readily available enhancement-mode transistor.

For those not intimately familiar with semiconductor physics, the difference between these two modes is essentially the difference between a relay that is normally closed and one that’s normally open. Enhancement-mode transistors are “normally off” and are easy to obtain and (for most of us) useful for almost all applications. On the other hand, if you need a “normally on” transistor, you will need to source a depletion mode transistor. [DeepSOIC] was able to create a depletion mode transistor by “torturing” the transistor to effectively retrain the semiconductor junctions in the device.

If you’re interested in semiconductors and how transistors work on an atomic level, [DeepSOIC]’s project will keep you on the edge of your seat. On the other hand, if you’re new to the field and looking to get a more basic understanding, look no further than these DIY diodes.

The Potowitzer: A Rapid Fire Potato Cannon

If you’ve ever fired a potato cannon, you’ll know that they are a raucous good time, but are somewhat clumsy to reload after each shot. Seeing an opportunity to improve on the design and minimize the delay between launches, [Danger First] have concocted a fast reloading potato cannon — or should I say — Potowitzer.

The key here is that they’ve gone through the extra effort of designing and building honest-to-goodness artillery rounds for their Potowitzer’s manual breech-loading mechanism. Foregoing the inconsistency of potatoes, they’ve 3D printed a bevy of bullets and sealed them with propane gas into PVC pipe cartridges. Metal contacts around the base to carry current from a BBQ lighter to the inside of the cartridge to ignite the propellant. Seeing it fire at about 18 rounds per minute is something special.

Continue reading “The Potowitzer: A Rapid Fire Potato Cannon”