Score Big Against Boredom With Tabletop Bowling

Bowling has been around since ancient Egypt and continues to entertain people of all ages, especially once they roll out the fog machine and hit the blacklights. But why pay all that money to don used shoes and drink watered-down beer? Just build a tabletop bowling alley in your spare time and you can bowl barefoot if you want.

Those glowing pins aren’t just for looks — the LEDs underneath them are part of the scoring system. Whenever a pin is knocked out of its countersunk hole, the LED underneath is exposed and shines its light on a corresponding light-dependent resistor positioned overhead. An Arduino Uno keeps track of of the frame, ball number, and score, and displays it on an LCD.

The lane is nearly six feet long, so this is more like medium-format bowling or maybe even skee-bowling. There are probably a number of things one could use for balls, but [lainealison] is using large ball bearings. Roll past the break to see it in action, but don’t go over the line!

Can’t keep your balls out of the gutter? Build a magic ball and make all wishful leaning more meaningful as you steer it down the lane with your body.

Continue reading “Score Big Against Boredom With Tabletop Bowling”

Simulate Your World With Hash.ai

We will admit that we often throw together software simulations of real-world things, but we’ll also admit they are usually quick and dirty and just dump out text that we might graph in a spreadsheet or using GNUPlot. But with Hash.ai, you can quickly generate simulations of just about anything quickly and easily. The simulations will have beautiful visualizations and graphs, too. The tool works with JavaScript or Python and you don’t have to waste your time writing the parts that don’t change.

The web-based tool works on the idea of agents. Each agent has one or more behaviors that run each time step. In the example simulation, which models wildfires in forests, the agent is named forest, although it really models one virtual tree. There’s also a behavior called forest which controls the tree’s rate of growth and chance of burning based on nearby trees and lightning. Other behaviors simulate a burning tree and what happens to a tree after burning — an ember — which may or may not grow back.

Continue reading “Simulate Your World With Hash.ai”

Wurlitzer Note Visualizer Gets A 2020-Spec Replica

Way back in the 1970s, when smog laws were choking American V8s and the oil crisis was in full swing, Wurlitzer released their Key Note Visualizer. Intended as a teaching aid, the device lit up keys on a keyboard graphic, allowing an organ player to visually demonstrate their performance to a class. [Guy Dupont] set out to replicate this hardware, but with a modern twist.

The build consists of an ESP-32, which accepts MIDI data over Bluetooth Low Energy. This is then used to light up a series of RGB LEDs on a musical staff and a keyboard graphic, corresponding to the notes being played. The LEDs used are the old-school four-wire type, rather than more modern data-driven types. They’re placed in 3D-printed holders which serve to stop the light from each LED bleeding into adjacent areas. The faceplate is made of acrylic, stencilled with that classic orange paint and with vinyl decals applied for the markings. It’s all wrapped up in a walnut case, which [Guy] CNC machined himself.

It’s a tidy build that faithfully recreates the 1970s aesthetic of the original. We plaintively wish that manufacturers would release more electronics in walnut enclosures, though ask politely that they leave cheap veneer in the past where it belongs.

Of course, if you like your musical displays more abstract than instructional, try this giant oscilloscope visualisation on for size. Video after the break.

Continue reading “Wurlitzer Note Visualizer Gets A 2020-Spec Replica”

Dipole Antenna Is Off Balance

A dipole antenna is easy, right? Two wires, each a quarter wavelength long, emanate from a coax or other feedline. Unless it is an off-center dipole. The length is still the same, but you move the feed point to a different part. [KB9VBR] explains how this changes the antenna’s impedance from the nominal 70 ohms of a standard dipole.

Why would you want to do that? The trick is to find a feed point that has acceptable impedance on multiple ham radio bands. Most automatic tuners can handle a certain range of mismatch so using an antenna like this with a tuner can allow one antenna to serve multiple bands with no traps or switches.

Continue reading “Dipole Antenna Is Off Balance”

WiFi Networks Turned Targets In This Pocket Game

Looking for a way to make his warwalking sessions a bit more interactive, [Roni Bandini] has come up with an interesting way to gamify the discovery of new WiFi networks. Using a Heltec WiFi Kit 8, which integrates an OLED screen and ESP8266, this pocket-sized device picks up wireless networks and uses their signal strength and encryption type as elements of the game.

After selecting which network they want to play against, a target is placed on the screen. The distance between the target and the player is determined by signal strength, and how much damage the target can take correlates to how strong its encryption is. As you can see in the video after the break, gameplay is a bit reminiscent of Scorched Earth, where the player needs to adjust the angle of their artillery to hit distant targets.

The Heltec board is attached to a 3D printed front panel, which fits neatly into an Altoids tin. The controls consist of a button and a potentiometer, and with the addition of a battery pack salvaged from an old cell phone, this little device is ready to do battle wherever you roam.

While this is just a fun diversion for the time being, [Roni] says it wouldn’t take much to actual log networks to a file and generate some statistics about their strength and encryption type. If the idea of a portable WiFi scanning companion seems interesting, you should definitely check out the Pwnagotchi project.

Continue reading “WiFi Networks Turned Targets In This Pocket Game”

Chasing A Long-Obsolete Tube

Regular readers will know that here at Hackaday we have a penchant for poking fun at the more silly end of the audiophile world, with its dubious accessories and purple prose. It’s worth remembering though that this is not representative of the whole discipline of audio design, indeed the quest for perfect audio reproduction contains plenty of complex engineering problems.

We’re indebted to [macsimski] then for sending us a link to a page from Phaedrus Audio from a year or two ago, in which they discuss the history of an unusual pentode tube used as an impedance converter in a series of legendary post-war microphones. It’s unlikely that you’ll have a Neumann U47 or U48 broadcast microphone on your bench, but even so the story behind their design is one that should fascinate anyone.

It takes us back to the period immediately following the Second World War, when German electricity supplies were varied and unreliable, and radio receivers designed for them required new tubes from the manufacturers. Among these was the VF14, with an unusual high-voltage heater designed such that two of them could be connected in series across the supply. This and its compact shape prompted its selection for the professional microphones, even though its performance was so poor that only  a third of the production passed the performance test.

Since it passed out of production in the early 1950s the remaining components are extremely rare, and the majority of those surviving do not meet the performance characteristics of the microphone. The Phaedrus write-up goes into significant technical detail which should be of note to anyone with an interest in tubes, and ends up with their reason for it all, a plug-in hardware simulation of the original tube’s properties. Vintage capacitor microphones may be out of the ordinary for Hackaday, but it’s still a good read.

For a bit more on capacitor microphones it’s worth a look at our dive into electrets.

Header image: JacoTen / CC BY-SA 3.0

Great Badge Concept: A “Geiger Counter” For WiFi Deauthentication Frames

[Nick Price] had a wonderful concept for a DEFCON badge: a device that worked a lot like a directional Geiger counter, but chirped at detecting WiFi deauthentication packets instead of radiation. That’s a wild idea and it somehow slipped past us last year. Why detect such a thing? Well, the WiFi deauth attack is a kind of invisible toxicity, effectively jamming wireless communications by forcing users to be constantly tied up with authentication, and this device would detect it.

A few things were harder than expected, however. To make the device directional, [Nick] designed and built a PCB Yagi antenna but it wasn’t practical. Not only was it far too big, it would also have required going to four layers on a PCB that was already expensive. The solution he settled on — inspired by a friend’s joke about just dropping the badge into a Pringles can — was to surround the PCB omni antenna with a copper pipe end cap from the plumbing section of any hardware store. [Nick] figured that soldering that to the ground plane should result in a simple, cheap, and attractive directional antenna mod. Did it work? We’ll all have to wait and see.

Sadly, [Nick] wasn’t able to finish in time for last year’s DEFCON. Hardware revisions mounted, and fabrication times for his specialized PCB were longer than usual. Worse news is that this year’s is cancelled, or rather is going virtual, which means he’s going to have to deauth himself. The good news is that now he’s got another 12-month extension. Watch the brief video of the functional prototype, embedded below.

Continue reading “Great Badge Concept: A “Geiger Counter” For WiFi Deauthentication Frames”