Mini Camera Crane For Your Workbench

If you’ve ever tried to document a project on your workbench with photos or videos, you know the challenge of constantly moving tripods to get the right shot. [Mechanistic] is familiar with this frustration, so he built a small desktop camera crane.

Heavily inspired by [Ivan Miranda]’s large camera crane, this build scales it down and mainly uses 3D printed parts. The arm of the crane can pivot along two axes around the base, uses a parallel bar mechanism to keep the camera orientation constant through its vertical range of motion. The camera mount itself allows an additional 3 degrees of freedom to capture any angle and can mount a DSLR or smartphone. To offset the weight of the camera, an adjustable counterweight is added to the rear of the arm. Every axis of rotation can be locked using thumbscrews.

We can certainly see a crane like this being useful on our workbench for more than just camera work. You could create attachments for holding lights, displays, multimeters, or some helping hands. For some tips on creating an engaging project video check out [Lewin Day]’s excellent video on the subject.

Continue reading “Mini Camera Crane For Your Workbench”

Investigating A Defective USB Power Bank Module

Call us old fashioned, but we feel like when you buy a piece of hardware, the thing should actually function. Now don’t get us wrong, like most of you, we’re willing to put up with the occasional dud so long as the price is right. But when something you just bought is so screwed up internally that there’s no chance it ever could have ever worked in the first place, that’s a very different story.

Unfortunately, that’s exactly what [Majenko] discovered when he tried out one of the USB-C power bank modules he recently ordered. The seemed to charge the battery well enough, but when he plugged a device into the USB output, he got nothing. We don’t mean just a low voltage either, probing with his meter, he became increasingly convinced that the 5 V pin on the module’s IP5306 chip literally wasn’t connected to anything.

So close, yet so far away.

Curious to know what had gone wrong, he removed all the components from the board and started sanding off the solder mask. With the copper exposed, his suspicions were confirmed. While they did route a trace from the chip to the via that would take the 5 V output the other side of the board, it wasn’t actually connected.

This is a pretty blatant bug to get left in the board, but to be fair, something similar has happened at least once or twice to pretty much everyone who’s ever designed their own PCB. Then again, those people didn’t leave said flaw in a commercially released module…

Continue reading “Investigating A Defective USB Power Bank Module”

Demonstrating ThermoAcoustics With The Rijke Tube

The Rijke tube is a very simple device that demonstrates the principle of thermoacoustics quite clearly. Construction is quite straightforward, simply place a metal gauze at the bottom end of a tube, approximately one quarter of the way up, apply a source of heat to the gauze, and instant sound. The heat produces convection, setting up a longitudinal standing wave. This is due to air passing over the hot gauze, suddenly expanding and causing a pressure change, which rushes out the tube. Next, the airflow cools and slows, and air starts to head back into the tube, and the cycle repeats. Adjusting the tube length by slipping a sleeve over it, adjusts the pitch of the note, simply because the air has a different distance to travel. If there is a flame aimed at the gauze from below, the sound will stop since the air is already hot when it hits the hot gauze, no pressure change occurs, and no oscillation.

As [Keith], the reader who sent in the tip, suggests it would be fun to attach a servo to a sleeve on the tube, build multiple units and hang the whole thing off a MIDI controller. This could make for some fun times, and we have to agree. The problem of keeping the gauze hot could be solved in a number of ways, direct resistive heating could work, but maybe inductive heating would be cleaner?

Now, we can’t find an instrument which works in this manner, which sounds like a hack in the making for someone out there so inclined.

There have been a few fire-orientated musical devices over the years, such as this Rijke Tube Organ, various variants on the pyrophone, including this neat one performing with a tesla coil, and while we’re talking about music fire, howsabout a two dimensional rubens’ tube variant?

Continue reading “Demonstrating ThermoAcoustics With The Rijke Tube”

Yes, You Can Put Out A Burning Gas Well With A Nuclear Bomb

Nuclear explosives were first developed as weapons of war in the pitched environment of World War II. However, after the war had passed, thoughts turned to alternative uses for this new powerful technology. Scientists and engineers alike dreamed up wild schemes to dig new canals or blast humans into space with the mighty power of the atom.

Few of these ever came to pass, with radiological concerns being the most common reason why. However, the Soviet Union did in fact manage to put nuclear explosions to good use for civilian ends. One of the first examples was using a nuke to plug an out-of-control gas well in the mid 1960s.

Continue reading “Yes, You Can Put Out A Burning Gas Well With A Nuclear Bomb”

Raspberry Pi Plots World Wide Earthquakes

What do you do when you stumble across a website posting real-time earthquake data? Well, if you’re [Craig Lindley] you write some code to format it nicely onto a display, put it in a box, and watch it whilst making dinner.

[Craig] started off with coding in Forth on the ESP32, using ESP32Forth, but admits it didn’t go so well, ditching the ESP32 for a Raspberry Pi 3 he had lying around, and after a brief detour via C++, he settled on a Python implementation using Pygame.

A case was 3D printed, which he says worked OK, but needs a little tuning to be perfect. There is no shortage of casing options for the Pi with the official 7″ display, [Craig] suggests that it probably wasn’t worth the effort to 3D print the case and if he was building it again would likely use a commercially available option which had a better fit.

When developing the code, and watching it work, he noted clusters of earthquakes around Hawaii, then he found out Kilauea had just gone up. Wow.

For a similar take, check out this other recent build using an ESP32 and the same data source.

Need A New Programming Language? Try Zig

Maybe you’ve heard of it, maybe you haven’t. Zig is a new programming language that seems to be growing in popularity. Let’s do a quick dive into what it is, why it’s unique, and what sort of things you would use it for. (Ed Note: Other than “for great justice“, naturally.)

What Is It?

You’ve likely heard of Rust as it has made significant inroads in critical low-level infrastructures such as operating systems and embedded microcontrollers. As a gross oversimplification, it offers memory safety and many traditional runtime checks pushed to compile time. It has been the darling of many posts here at Hackaday as it offers some unique advantages. With Rust on the rise, it makes sense that there might be some space for some new players. Languages like Julia, Go, Swift, and even Racket are all relative newcomers vying for the highly coveted mindshare of software engineers everywhere.

So let’s talk Zig. In a broad sense, Zig is really trying to provide some of the safety of Rust with the simplicity and ease of C. It touts a few core features such as:

  • No hidden control flow
  • No hidden memory allocations
  • No preprocessor, no macros
  • First-class support for optional standard library
  • Interoperable by design
  • Adjustable Runtime Safety
  • Compile-time code-execution

Continue reading “Need A New Programming Language? Try Zig”

How Does A Sail Drone Bring Home Hurricane Footage In Record Time?

It is unlikely that as a young lad [Richard Jenkins] would had have visions of sailing into the eye of a Category-4 hurricane. Yet that’s exactly what he’s done with the Explorer 1045, an uncrewed sailing vehicle built by his company, Saildrone. If that weren’t enough, footage from the vessel enduring greater than 120 MPH (almost 200 km/h) winds and 50 foot (15 M) waves was posted online the very next day, and you can see it below the break.  We’re going to take a quick look at just two of the technologies that made this possible: Advanced sails and satellite communication. Both are visible on Explorer 1045’s sibling 1048 as seen below:

Saildrone Explorer 1048, a sibling of Explorer 1045, each one of five vessels equipped with a "hurricane wing"
Saildrone Explorer 1048, a sibling of Explorer 1045, each one of five vessels equipped with a “hurricane wing”

The most prominent feature of course is the lack of a traditional sail. You see, from 1999-2009, [Richard Jenkins] was focused on setting the land world speed record for a wind powered vehicle. He set that record at 126.1 mph by maturing existing sail wing technology. [Richard] did away with conventional rigging and added a boom with a control surface on it, much like the fuselage and empennage of a sailplane.

Instead of adjusting rigging, the control surface could be utilized to fly the wing into its optimal position while using very little energy. [Richard] has been able to apply this technology at his company, Saildrone. The 23 foot Explorer vessel and its big brothers are the result.

How is it that the world was treated to the view from inside the eye of a hurricane only a day after the video was recorded? If you look at the stern of the vessel, you can see a domed white cylinder. It is a satellite communication base station called the Thales VesseLINK. Thales is one of the partner companies that built the satellites for the Iridium NEXT fleet, which has 66 operational satellites in Low Earth Orbit. The Iridium Certus service uses its L-Band (1.6 GHz) signal to provide up to 352 kbps of upload speed and 704 kbps down. While not blazing fast, the service is available anywhere in the world and is reliable because it is not prone to rain fade and other weather based interference.

With just these two recent innovations, the Explorer 1045 was able to sail to the eye of a hurricane, record footage and gather data, and then ship it home just hours later. And we’re hardly exploring the tip of the iceberg. More than just sailboat based cameras, these scientific instruments are designed to survive some of the harshest environments on the planet for over a year at a time. They are a marvel of applied engineering, and we’re positive that there are some brilliant hacks hiding under that bright orange exterior.

If uncrewed sailing vessels float your boat, you might also enjoy this autonomous solar powered tugboat, or that time a submarine ran out of fuel and sailed home on bed sheets.

Continue reading “How Does A Sail Drone Bring Home Hurricane Footage In Record Time?”