Real Radar Scope CRT Shows Flights Using ADS-B

Real-time flight data used to be something that was only available to air traffic controllers, hunched over radar scopes in darkened rooms watching the comings and goings of flights as glowing phosphor traces on their screens. But that was then; now, flight tracking is as simple as pulling up a web page. But where’s the fun in that?

To bring some of that old-school feel to his flight tracking, [Jarrett Cigainero] has been working on this ADS-B scope that uses a real radar CRT. As you can imagine, this project is pretty complex, starting with driving the 5FP7 CRT, a 5″ round-face tube with a long-persistence P7-type phosphor. The tube needs about 7 kV for the anode, which is delivered via a homebrew power supply complete with a custom flyback transformer. There’s also a lot going on with the X-Y deflection amps and beam intensity control.

The software side has a lot going on as well. ADS-B data comes from an SDR dongle using dump1090 running on a Raspberry Pi 3B. The latitude and longitude of each plane within range — about 5 nautical miles — is translated to vector coordinates, and as the “radar” sweeps past the location, a pip lights up on the scope. And no, you’re not seeing things if you see two colors in the video below; as [TubeTime] helpfully explains, P7 is a cascade phosphor that initially emits a bright-blue light with some UV in it, which then charges up a long-persistence green phosphor.

Even though multicolored icons and satellite imagery may be more useful for flight tracking, we really like the simple retro look [Jarrett] has managed to pull off here, not to mention the hackery needed to do it.

Continue reading “Real Radar Scope CRT Shows Flights Using ADS-B”

Automated Shusher Keeps Conference Loudmouths In Line

Few things are more annoying than being at a conference and having an inconsiderate group conducting a vociferous sidebar that drowns out the speaker. More annoying still is the inevitable shushing; nobody likes being either the shusher or the shushed. So why not take the humans out of the loop and automate the chore of keeping the peace?

Such was the challenge presented to [BotBerg] before a recent conference, who came up with this automated shusher (translation) on short notice. The build is based on the Arduino Nano 33 BLE Sense Deck, a sensor-rich dev board that’s perhaps a little overkill for the job, but hey — you roll with what you’ve got. The board’s MEMS microphone is the sensor used here, which measures the ambient sound pressure level multiple times per second. When the background noise exceeds a potentiometer-set threshold, an MP3 player is triggered to play a sound clip entreating the offenders to pipe down. The whole thing is housed in a playful 3D-printed enclosure shaped like a mouth, which should be sufficient reminder alone to keep yours shut.

This was a quick-and-dirty prototype, of course, and probably could use some refinement. Given the behavior we’ve witnessed at some conferences, we’d say hooking it up to a Nerf turret gun would be a justifiable escalation.

If They Fire The Nukes, Will They Even Work?

2022 was a harrowing year in a long line of harrowing years. A brutal war in Europe raised the prospect of nuclear war as the leaders behind the invasion rattled sabers and made thinly veiled threats to use weapons of mass destruction. And all this as we’re still working our way through the fallout of a global pandemic.

Those hot-headed threats raise an interesting question, however. Decades have passed since either Russia or the United States ran a live nuclear weapons test. Given that, would the nukes even work if they were fired in anger?

Continue reading “If They Fire The Nukes, Will They Even Work?”

Kino Wheels Gives You A Hand Learning Camera Operation

Have you ever watched a movie or a video and really noticed the quality of the camera work? If you have, chances are the camera operator wasn’t very skilled, since the whole point of the job is to not be noticed. And getting to that point requires a lot of practice, especially since the handwheel controls for professional cameras can be a little tricky to master.

Getting the hang of camera controls is the idea behind [Cadrage]’s Kino Wheels open-source handwheels. The business end of Kino Wheels is a pair of DIN 950 140mm spoked handwheels — because of course there’s a DIN standard for handwheels. The handwheels are supported by sturdy pillow block bearings and attached to 600 pulse/rev rotary encoders, which are read by an Arduino Mega 2560. The handwheels are mounted orthogonal to each other in a suitable enclosure; the Pelican-style case shown in the build instructions seems like a perfect choice, but it really could be just about anything.

To use Kino Wheels, [Cadrage] offers a free camera simulator for Windows. Connected over USB, the wheels control the pan and tilt axes of a simulated camera in an animated scene. The operator-in-training uses the wheels to keep the scene composed properly while following the action. A little bit of the simulation is shown in the brief video below, along with some of the build details.

While getting camera practice is the point of the project, that’s not to say Kino Wheels couldn’t be retasked. With a little work, these could be used to actually control at least a couple of axes of a motion control rig, or maybe even to play Quake.

Continue reading “Kino Wheels Gives You A Hand Learning Camera Operation”

A cardboard wind tunnel

Optimize Your Paper Planes With This Cardboard Wind Tunnel

We at Hackaday are great fans of hands-on classroom projects promoting science, technology, engineering and math (STEM) subjects – after all, inspiring kids with technology at a young age will help ensure a new generation of hardware hackers in the future. If you’re looking for an interesting project to keep a full classroom busy, have a look at [drdonh]’s latest project: a fully-functional wind tunnel made from simple materials.

A styrofoam car model in a cardboard wind tunnelBuilt from cardboard, it has all the same components you’d find in a full-size aerodynamics lab: a fan to generate a decent stream of air, an inlet with channels to stabilize the flow, and a platform to mount experiments on. There’s even some basic instrumentation included that can be used to measure drag and lift, allowing the students to evaluate the drag coefficients of different car designs or the lift-generating properties of various airfoils. Continue reading “Optimize Your Paper Planes With This Cardboard Wind Tunnel”

Annoying Cicada Magnet Is Nonetheless Authentic

We’ve all heard of those chirper devices that randomly make annoying noises for no other reason than sending people insane. This project from [Kousuke Saito] brings altogether more art to this idea, while still being quite annoying indeed.

The build is essentially a replica cicada. [Saito] was inspired to build the device as the sounds of the insect remind him fondly of the summer. His design consists of a 3D-printed housing that roughly approximates something like a cicada, with two wings attached to a central body. In this case, the layer lines of the 3D print actually added to the realism of the ersatz insect The housing is nicely painted to serve as an adequate simulacra to those who aren’t up on their entomology.

Inside, there’s an ATTiny 85 paired with an MP3 playback module and a small speaker. It’s charged with reproducing the noise of various cicadas. It’s setup with an ingenious mechanism to switch it on. There are magnets installed in the base which allow it to stick to metallic objects. There’s also a switch in the bottom of the device. When it magnetically attaches to a surface, that switch is depressed, and the cicada starts playing, well… cicada noises. [Saito] notes that a patent has been secured for the idea.

We’ve seen other cicada-themed projects before, astoundingly. Video after the break.

Continue reading “Annoying Cicada Magnet Is Nonetheless Authentic”

Calibrating Thermal Cameras With Hot Patterned Objects

Thermal cameras are great if you want to get an idea of what’s hot and what’s not. If you want to use a thermal camera for certain machine vision tasks, though, you generally need to do a geometric calibration to understand what the camera is seeing and correct for lens distortion. [Henry Zhang] has shared various methods of doing just that.

It’s all about generating a geometrically-regular thermal pattern.

To calibrate a thermal camera, first you need a thermal pattern. This is like typical test image for a camera or screen, but with temperatures instead of colors. [Henry] explains several methods for doing this. One involves using a grid of nichrome wires to create a thermal pattern for calibration purposes. Another uses discs of cold aluminium inserted into a foam board. Even a simple checkerboard can work, with the black spaces heating up more from ambient sunlight than their neighbouring white spots. [Henry] then explains the mathematical techniques used for calibrating based on these patterns.

It’s a useful primer on the topic if you’re working with thermal camera systems. We’ve looked at some other interesting machine vision topics before, too. If you’ve got any great thermal imaging tips of your own, don’t hesitate to drop us a line!