SpaceX Joins In The Long History Of Catching Stuff From Space

On February 22nd, a Falcon 9 rocket lifted off from Vandenberg Air Force Base in California and successfully delivered into orbit an Earth-observation satellite operated by the Spanish company Hisdesat. Compared to the media coverage received by the launch of the Tesla-laden Falcon Heavy earlier in the month, this mission got very little attention. But that’s hardly surprising. With respect to Hisdesat, the payload this time around was not terribly exciting, and even the normally dramatic landing of the Falcon 9’s first stage was skipped in favor of simply allowing the booster to crash into the ocean.

As far as SpaceX launches go, this one was about as low-key as they come. It wouldn’t be a surprise if this is the first time some readers are even hearing about it. But while it didn’t invoke the same media circus as the images of a spacesuit-wearing mannequin traveling into deep space, there was still a historic “first” performed during this mission.

In an effort to increase the re-usability of the Falcon 9 booster, SpaceX attempted to catch the payload fairing (essentially a large protective nose cone) with a huge net as it fell from space. The most interesting thing about this new chapter in the quest for a fully reusable rocket system is that while SpaceX is generally considered to be pioneers in the world of bringing hardware back from space, this particular trick dates all the way back to the 1960’s.

Continue reading “SpaceX Joins In The Long History Of Catching Stuff From Space”

Mechanisms: Mechanical Seals

On the face of it, keeping fluids contained seems like a simple job. Your fridge alone probably has a dozen or more trivial examples of liquids being successfully kept where they belong, whether it’s the plastic lid on last night’s leftovers or the top on the jug of milk. But deeper down in the bowels of the fridge, like inside the compressor or where the water line for the icemaker is attached, are more complex and interesting mechanisms for keeping fluids contained. That’s the job of seals, the next topic in our series on mechanisms.

Continue reading “Mechanisms: Mechanical Seals”

Retrotechtacular: AM Radios, Core Memory, And Color TV, What Was Hot In Chips In ’73

As part of writing tech stories such as those we feature here at Hackaday, there is a huge amount of research to be done.  We trawl through pages and pages of obscure blogs, videos, and data sheets. Sometimes we turn up resources interesting enough that we file them away, convinced that they contain the nucleus of another story at some point in the future.

Today’s topic of entertainment is just such a resource, courtesy of the Internet Archive. It’s not a video as we’d often provide you in a Retrotechtacular piece, instead it’s the February 1973 edition of the Fairchild Semiconductor Linear Integrated Circuits Catalog. Books like this one that could be had from company sales representatives were highly prized in the days before universal Internet access to data sheets, and the ink-on-paper datasheets within it provide a fascinating snapshot of the integrated electronics industry as it was 45 years ago.

The first obvious difference between then and now is one of scale, this is a single volume containing Fairchild’s entire range. At 548 pages it wouldn’t have been a slim volume by any means, but given that Fairchild were at the time one of the big players in the field it is unimaginable that the entire range of a 2018 equivalent manufacturer could be contained in the same way. Given that the integrated circuit was at the time an invention barely 15 years old, we are looking at an industry still in relative infancy.

The catalog has a series of sections with familiar headings: Operational amplifiers, comparators, voltage regulators, computer/interface, consumer, and transistor/diode arrays with analog switches. Any modern catalog will have similar headings, and there are even a few devices you will find have survived the decades. The μA741 op-amp (page 64) from its original manufacturer has not yet become a commodity product here, and it sits alongside familiar devices such as the μA7800 series (page 201) or μA723 (page 194) regulators.

Continue reading “Retrotechtacular: AM Radios, Core Memory, And Color TV, What Was Hot In Chips In ’73”

Learn About Waveforms Interactively

We’ll be honest: If you are a regular Hackaday reader, you probably won’t learn much new information about waveforms from this website. However, the presentation is a great example of using React on a webpage and — who knows — you might just pick up something interesting. At the very least, it’ll be a great resource the next time you try to help someone starting out.

The animated waveform is cool enough. It is also interesting that it changes based on where you are in the text. The really interesting part though is that you can press the M key to unmute your audio and hear what the wave sounds like. You can also use adjustments to control the frequency and amplitude of the wave.

Continue reading “Learn About Waveforms Interactively”

Mechanisms: Bearings

They lie at the heart of every fidget spinner and in every motor that runs our lives, from the steppers in a 3D printer to the hundreds in every car engine. They can be as simple as a lubricated bushing or as complicated as the roller bearing in a car axle. Bearings are at work every day for us, directing forces and reducing friction, and understanding them is important to getting stuff done with rotating mechanisms.

Continue reading “Mechanisms: Bearings”

Hacking When It Counts: Churchill’s Toy Shop

Nothing brings out the worst in humanity like war. Perversely, war also seems to exert an opposite if not equal force that leads to massive outbursts of creativity, the likes of which are not generally seen during times of peace. With inhibitions relaxed and national goals to meet, or in some cases where the very survival of a people is at stake, we always seem to find new and clever ways to blow each other to smithereens.

The run-up to World War II was a time where almost every nation was caught on its heels, and the rapidity of events unfolding across Europe and in Asia demanded immediate and decisive response. As young men and women mobilized and made ready for war, teams of engineers, scientists, and inventors were pressed into service to develop the weapons that would support them. For the British, these “boffins” would team up under a directorate called Ministry of Defence 1, or MD1. Informally, they’d be known as “Churchill’s Toy Shop,” and the devices they came up with were deviously clever hacks.

Continue reading “Hacking When It Counts: Churchill’s Toy Shop”

How Current Shunts Work

Current. Too little of it, and you can’t get where you’re going, too much and your hardware’s on fire. In many projects, it’s desirable to know just how much current is being drawn, and even more desirable to limit it to avoid catastrophic destruction. The humble current shunt is an excellent way to do just that.

Ohm’s Law.

To understand current, it’s important to understand Ohm’s Law, which defines the relationship between current, voltage, and resistance. If we know two out of the three, we can calculate the unknown. This is the underlying principle behind the current shunt. A current flows through a resistor, and the voltage drop across the resistor is measured. If the resistance also is known, the current can be calculated with the equation I=V/R.

This simple fact can be used to great effect. As an example, consider a microcontroller used to control a DC motor with a transistor controlled by a PWM output. A known resistance is placed inline with the motor and, the voltage drop across it measured with the onboard analog-to-digital converter. With a few lines of code, it’s simple for the microcontroller to calculate the current flowing to the motor. Armed with this knowledge, code can be crafted to limit the motor current draw for such purposes as avoiding overheating the motor, or to protect the drive transistors from failure.

In fact, such strategies can be used in a wide variety of applications. In microcontroller projects you can measure as many currents as you have spare ADC channels and time. Whether you’re driving high power LEDs or trying to build protection into a power supply, current shunts are key to doing this.

Continue reading “How Current Shunts Work”