Heater Joins The Internet Of Things With ESP32 Board

The wood-burning heater [g3gg0] has at home works perfectly, except for one flaw: the pellet reservoir needs to be manually refilled every few days. Humans being notoriously unreliable creatures, this critical task is sometimes overlooked, which naturally leads to literally chilling results.

With automatic fill systems expensive and difficult to install, [g3gg0] wanted to find some kind of way for the heater to notify its caretakers about any potential fault conditions. Not just the fact that it was out of fuel (though that would naturally be the most common alert), but any other issue which would potentially keep the heater from doing it’s job. In short, the heater was going to get a one-way ticket to the Internet of Things.

As it turns out, this task was not quite as difficult as you might expect. The Windhager heater already had upgrade bays where the user could insert additional modules and sensors, as well as a rudimentary data bus over RS-485. All [g3gg0] had to do was tap into this bus, decode what the packets contained, and use the information to generate alerts over the network. The ESP32 was more than up to the task, it just needed a custom PCB and 3D printed enclosure that would allow it to slot into the heater like an official expansion module.

When an interesting message flashes across the bus, the ESP32 captures it and relays the appropriate message to an MQTT broker. From there, the automation possibilities are nearly endless. In this case, the heater’s status information is being visualized with tools like Grafana, and important alerts are sent out to mobile devices with PushingBox. With a setup like this, the Windhager will never go hungry again.

Continue reading “Heater Joins The Internet Of Things With ESP32 Board”

Bridge Over Trebled Water: How The Golden Gate Bridge Started To Sing

Throughout the spring, some Bay Area residents from Marin County to the Presidio noticed a sustained, unplaceable high-pitched tone. In early June, the sound reached a new peak volume, and recordings of the eerie noise spread across Twitter and Facebook. Soon after, The Golden Gate Bridge, Highway, & Transportation District, the agency responsible for the iconic suspension bridge’s maintenance, solved the mystery: The sound was due to high winds blowing through the slats of the bridge’s newly-installed sidewalk railing. Though a more specific explanation was not provided, the sound is most likely an Aeolian tone, a noise produced when wind blows over a sharp edge, resulting in tiny harmonic vortices in the air.

The modification of the Golden Gate Bridge railing is the most recent and most audible element of a multi-phase retrofit that has been underway since 1997. Following the magnitude 6.9 Loma Prieta Earthquake in 1989, The Golden Gate Bridge, Highway, & Transportation District (The District) began to prepare the iconic bridge for the wind and earthquake loads that it may encounter in its hopefully long life. Though the bridge had already withstood the beating of the Bay’s strong easterly winds and had been rattled by minor earthquakes, new analysis technology and construction methods could help the span hold strong against any future lateral loading. The first and second phases of the retrofit targeted the Marin Viaduct (the bridge’s north approach) and the Fort Point Arch respectively. The third and current phase addresses the main span.

Continue reading “Bridge Over Trebled Water: How The Golden Gate Bridge Started To Sing”

Animatronic Nikola Tesla Sets The Record Straight

While the Hackaday reader likely knows all about Nikola Tesla and his incredible body of work, the same can’t necessarily be said for the average passerby. Even a child can be counted on to know the names of Thomas Edison and Alexander Graham Bell, but as [Daniel Springwald] laments, the name Tesla is more often associated with the line of sleek electric cars than the brilliant Serbian inventor they were named for.

Hoping to level the playing field a bit, [Daniel] has come up with a way for the great man to plead his case. This custom designed robotic facsimile of the alternating current aficionado is able to speak about Tesla’s life and accomplishments in an interactive, if rather creepy, format.

There isn’t a lot of technical detail on this one yet, but what we can glean from the image gallery and video below is that there are an incredible number of OpenSCAD-designed 3D printed parts knocking around inside Mr. Tesla’s head. Add into the mix a healthy dose of springs, linkages, and servos, and you’re just a mustache short of a museum exhibit.

Most of the animatronic projects we’ve covered in the past have been based on animals, so it’s certainly interesting to see what goes into approximating human mannerisms mechanically. We’re not sure if this talking Tesla head will help educate the masses, but it’s certainly an impressive technical achievement.

Continue reading “Animatronic Nikola Tesla Sets The Record Straight”

The Latest Linux – On A Floppy In A 486!

If you have ever studied the early history  of the GNU/Linux operating system in its many forms, you’ll have read that [Linus Torvalds] developed his first kernel for his Intel 386-based computer. Though the 386 architecture is now ancient, the current Linux kernel can still be compiled for it and many distributions still maintain an i386 branch to provide broad compatibility for later machines able to run i386 code. But what if you were to take a current Linux kernel and stick it on a floppy in a machine from the early 1990s, with meagre RAM? [Fozztex] did just that, with not a 386 but a 486, sporting what would have been an impressive for the time 36MB of RAM. You can watch it in action in the video below the break.

A recent Linux kernel is rarely if ever compiled for something as small as a floppy disk, so getting one to boot from such ancient media appeared to be a challenge. It was possible though with the tinyconfig make option, and after finding a small enough root filesystem courtesy of Aboriginal Linux, a bootable floppy was created. It’s not entirely useful and its sole purpose was to see whether Linux could see a large hard drive on the 486, but it’s still a version 5.6 Linux kernel booting from floppy on an ancient computer. Never complain that your Raspberry Pi Zero is slow again, we’ve come a long way!

Continue reading “The Latest Linux – On A Floppy In A 486!”

Color Your Workspace, Calm Your Mind

Every day, it seems to get harder and harder to relax and unwind. A person can only take so many lava-hot showers before they start cutting into work time. Listening to music is a wonderful option, but it can be difficult to find something to listen to that’s soothing without being disruptive. So what else can we try? Oh yes, blinkenlights. Frosted, glowing blinkenlights that bathe the room in color. Ahhhh.

There’s something about those enclosures that completes these so well. [ChrisParkerTech] used Alder wood sprayed with clear coat, which gives them a delightfully clean mid-century look. We also dig the lack of ceiling and unfinished top edge, because it gives the leaking light a bit of infinity pool mystique.

Of course, these wouldn’t be much of a relaxation tool if you have to get up up from your couch, chair, or bean bag every time you want to adjust them. Each strip is connected to a Wemos D1 mini, so [Chris] can control them with his phone via WLED, or make Alexa do it. Check out the build video after the break.

If you really love LEDs, don’t leave home without them. Show the world how you feel with a stylish LED hat.

Continue reading “Color Your Workspace, Calm Your Mind”

Gaming In Different Languages

One of the perks of using older hardware is its comparative simplicity and extensive documentation. After years or decades of users programming on a platform, the amount of knowledge available for it can become extensive. This is certainly the case with the 6502 microprocessor, used in old Apple computers and some video game systems from the ’80s. The extensive amount of resources available make it a prime candidate in exploring various programming languages, and their advantages and disadvantage.

This project looks into those differences using a robot game, which has been programmed four different ways in three languages. [Joey] created the game in Python first and then began to port it to the 65C02, a CMOS variant of the 6502. The first iteration is its assembly language, and then a second iteration with optimized assembly code. From there, he ports it to C and then finally to Forth. Each version of the game is available to play in a browser using an emulator to run the 6502 hardware.

Since the games run in the browser, other tools are available to examine the way the game runs in each language. Registers can be viewed in real time, as well as the values stored in the memory. It’s an interesting look at an old piece of hardware and of its inner workings. For an even deeper dive into the 6502, it’s possible to build a working computer on breadboards using one.

Salvaged Drill Gets A Magnetic Upgrade

For most people, a broken tool is at the end of its useful life. But rather than toss a heavy-duty drill that had its handle broken off, [Workshop From Scratch] thought it was a perfect opportunity to create something new. In his latest video, he shows how he converted this old hand tool into a magnetic drill press with predictably impressive results.

Despite being assembled largely from pieces of scrap metal cut into shape with an angle grinder, we wouldn’t blame you for believing the end result was a commercial product. From the handles salvaged from chewed up old screwdrivers to the scratch-built rack and pinion assembly, the attention to detail here is really fantastic.

Removing what was left of the broken handle.

It’s difficult to pick a favorite detail, but the reinvented enclosure for the drill certainly ranks up there. [Workshop From Scratch] could have simply bolted on the tool as-is, but instead he surgically removed the vestigial handle to make it look as though the drill was always meant for this application. After cutting, it was finished off with some body filler, a bit of sanding, and a coat of his signature orange spray paint.

When he built his magnetic vise, [Workshop From Scratch] used magnets pulled from automotive air conditioning systems. They got the job done, but were somewhat annoying to work with given their round shape. This time around, he’s used off-the-shelf magnetic locks intended for steel doors. When energized with a 19 V laptop power supply, he says the three rectangular electromagnets have a combined pull of 540 kilograms.

If you don’t have a broken drill to use as a donor for this type of project, don’t worry. You could always use a salvaged hoverboard motor instead.

Continue reading “Salvaged Drill Gets A Magnetic Upgrade”