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”

By The Glow Of The CRT

If you are a certain age, you probably remember writing software (or playing Adventure) bathed in an amber or green light from an old CRT terminal. If you are even older, you might have found it way better than punching cards, but that’s another story. [Tobi] wanted to relive those days (well, sounds like he is too young to have lived them to start with) so he hooked up a VT220 terminal to his Linux box.

This isn’t that surprising. Linux’s forefather, Unix, expected these kind of terminals (or a hard copy TeleType) and all the trappings for working with a glass terminal are still in there. You do have to deal with a few configuration items that [Tobi] works through.

In fact, it appears that he wrote his blog post using vi on that very VT220 using a text-based Web browser to research the links. He has a lot of resources for connecting a terminal of any sort (or even a terminal emulator) to a Linux computer.

There’s been a lot of interest in old terminals lately. You see a lot of old VT100s lying around. I personally have an ADDS Regent 100 that occasionally connects to several of my computers. You can see it in the video below.

Continue reading “By The Glow Of The CRT”

What’s New, ESP-32? Testing The Arduino Library

In case you missed it, the big news is that a minimal Arduino core is up and working on the ESP32. There’s still lots left to do, but the core functionality — GPIO, UART, SPI, I2C, and WiFi — are all up and ready to be tested out. Installing the library is as easy as checking out the code from GitHub into your Arduino install, so that’s exactly what I did.

I then spent a couple days playing around with it. It’s a work in progress, but it’s getting to the point of being useful, and the codebase itself contains some hidden gems. Come on along and take a sneak peek.

Continue reading “What’s New, ESP-32? Testing The Arduino Library”