A Simple Seismometer You Can Build Yourself

If you’re a child, there are certain things you’re taught even though they’re probably not directly relevant to your life. We teach young kids all about dinosaurs, and we teach older kids all about how the mitochondria is the powerhouse of the cell. We also teach kids about natural phenomena like earthquakes, and the equipment used to measure them. Namely, seismometers. You might like to satisfy your own child-like curiosity by building one of your own, like [mircemk] did.

Output from the build showing tremors in the Earth.

The build starts with a sensitive geophone of [mircemk’s] own design. That’s basically a microphone but it’s for picking up vibrations in the ground, not in the air. However, a geophone is not enough. You need to be able to pick up the signals from the geophone and then plot them if you want a seismometer.

First, the signals from the geophone must be amplified, which is achieved with a small circuit based around the LM358 op-amp. From there, the signal is sent to an Arduino where the output is captured via the analog-to-digital converter. This passes the signal to an attached PC which plots the results using a piece of software called NERdaq, which was developed for schools that built their own slinky-based seismometers.

[mircemk] reports that this setup has served as a reliable tool for visualizing earthquake activity for over 6 years. Though, it bears noting, it’s not calibrated so don’t expect to get science grade results out of it. Regardless, though, it’s a super cool way to understand more about what is going on with the geology around us. Video after the break.

Continue reading “A Simple Seismometer You Can Build Yourself”

A SPIF-fy Way Of Forming Metal

Thanks to 3D printing, most of us are familiar with the concept of additive manufacturing, and by extension, subtractive manufacturing. But what is it when you’re neither adding material nor taking it away to create something? Generally speaking, that’s called forming, and while there are tons of ways to do it, one you might not have heard of is single-point incremental forming (SPIF), and it’s pretty cool.

To explore SPIF as a method for making small parts, [Russell Makes] gave it a go on a small CNC mill. The idea is pretty simple, and the video below makes it pretty clear what’s going on. A forming tool is moved over a sheet metal blank that’s held very securely to the mill’s table. The tool has no cutting edges, just a smooth, hard, spherical tip — [Russell] made his own by brazing a carbide ball to a piece of drill rod. The tool is driven slightly into the blank along the Z-axis, while simultaneously tracing out a tool path in the XY plane. The tool spins, but very slowly; ideally, the spindle speed is controlled to keep a single point of contact with the metal as the tool works around its tool path. The tool steps downward incrementally, drawing the metal down with it as it forms the desired shape.

[Russell]’s experiments were pretty promising. He started with titanium sheet, which behaved pretty well except for some galling thanks to lack of lubrication. Aluminum and stainless worked pretty well too, at least for simple hemispherical and cone shapes. More complex shapes proved trickier, but with time he was able to figure out the correct speeds and feeds to keep the metal intact. The amount of tension built up in the metal is impressive, though, and is especially evident when cutting the finished part free from the blank.

Could this work with a hobbyist-grade machine? Possibly, but we’d be afraid that the forces involved might be a bit much for light-duty machines, especially in the Z-axis. And it’s a slow process, so it’s probably only good for one-offs and low-volume work. Once you’ve got a prototype, die stamping might be a more efficient way to go.

Continue reading “A SPIF-fy Way Of Forming Metal”

Cheap DIY Microscope Lamp Makes Tiny Macro Shots Look Great

For optical microscopes, light is everything. If you don’t have a good amount of light passing through or bouncing off your sample, you’ve got nothing for your eyeballs or a camera to pick up. To aid in this regard, [Halogenek] whipped up a nifty microscope lamp with some LEDs.

The build uses a neat arch-shaped PCB with a hole in the middle for the microscope’s optics to pass through. Surrounding this are the LEDs, which provide a circle of light focused on the sample, akin to the ring lights so favored by today’s online influencers. The LEDs are powered via USB C, so the lamp can be run off of any garden-variety phone charger you might have lying around.

[Halogenek] reports that the lamp has proven useful for extreme macro shots of PCBs. It’s an easy build to replicate or redesign your own way if you’re doing similar work.

Microscopes are super useful, and there are all kinds of hacks you can do to make them perform better in your quest for science. Meanwhile, if you’ve been jazzing up your own lab hardware, let us know—we’d love to hear about it!

Super-Portable, Tunable VHF Antenna

Ham radio is having a bit of a resurgence these days, likely due to awards programs like Parks on the Air (POTA) and Summits on the Air (SOTA), which encourage amateur radio operators to head outside and “activate” at various parks and mountaintops. For semi-mobile operations like this, a low-power radio is often used, as well as other portable gear including antennas. In the VHF/UHF world, the J-pole is a commonly used antenna as well, and this roll-up tunable J-pole antenna is among the most versatile we’ve seen.

The antenna uses mostly common household parts which keeps the cost down tremendously. The structure of the antenna is replacement webbing for old lawn chairs, and the conductive elements for the antenna are made out of metallic HVAC tape which is fixed onto the chair webbing after being cut to shape. The only specialized parts needed for this is a 3D printed bracket which not only holds the hookup for the coax cable feeding the antenna, but is also capable of sliding up and down the lower section of the “J” to allow the antenna to be easily tuned.

As long as you have access to a 3D printer, this antenna is exceptionally portable and pretty easy to make as well. Although VHF and UHF aren’t too popular for POTA and SOTA, portable equipment like this for the higher frequency bands is still handy to have around when traveling or operating remotely. With the antenna situation sorted out, a DIY radio that can make use of it might be in order as well.

Continue reading “Super-Portable, Tunable VHF Antenna”

Retro Unit Converter Is A Neat Little Gadget

These days, unit conversions aren’t something we have to worry about so much. If you’re sitting at a computer, you can usually just tap away in your browser to get a quick conversion done, or you can ask your smartphone for an answer. [HackMakeMod] wanted a bespoke device for this, though, and built a tiny little retro-styled unit converter.

It’s a straightforward build that uses a handful of familiar components. An ESP8266 D1 Mini development board is the heart of the operation, running off a small battery harvested from a disposable vape pen. It runs a 0.96 inch OLED display which has a menu system for selecting from a whole bunch of different unit conversions. Navigating the menu is done via a rotary encoder with an integrated push button. Everything’s wrapped up in a neat 3D printed enclosure that was given a nice worn, weathered finish after printing.

[HackMadeMod] also clearly thought about usability, too. Turning the encoder dial faster ramps up the numbers exponentially so you’re not stuck jogging for ages when you need to enter a bigger figure.

It’s not something a lot of us would have a use case for, given that smartphones are always there and probably faster to use. However, it is a tidy little gadget, and a well-presented one at that. Video after the break.

Continue reading “Retro Unit Converter Is A Neat Little Gadget”

Do We Need A New Hardware Description Language?

When you think about hardware description languages, you probably think of Verilog or VHDL. There are others, of course, but those are the two elephants in the room. Do we need another one? [Veryl-lang] thinks so. The Veryl language is sort of Verilog meets Rust. What makes Veryl interesting is that it transpiles to normal SystemVerilog, so it will — probably — work with your existing tool chains.

That means you can define your logic Veryl, have it output SystemVerilog, and then use that Verilog in your vendor’s (or an open source) Verilog tool. The output is supposed to be human-readable Verilog, too, so you don’t have to transport opaque blocks of gibberish.

Continue reading “Do We Need A New Hardware Description Language?”