It’s Never Too Early To Prepare For Halloween: With Flamethrowers

Using a legitimate flamethrower is on the bucket list for a lot of us. Even Elon Musk got into the action with his Not-A-Flamethrower flamethrower. For the rest of us non-billionaires though, we have to come up with clever reasons to build our own like “Halloween is only six months away”. [HandsomeRyan] took this approach six months ago to great effect, and recently released the files on Thingiverse for us all to enjoy.

The cover for building this project was making a Jack-o-Lantern shoot flames out of its face on-demand. The build is based around a car door locking solenoid, which has plenty of kick for applications like this. [HandsomeRyan] upgraded his old wood design with fancy 3D-printed parts which, with the help of the solenoid, deliver a blast of flammable material across a candle inside the Jack-o-Lantern via an aerosol can hidden in the pumpkin.

Part of the elegance of this project is that a car door locking solenoid is typically controlled by remote, meaning that if you want this to be remote-controlled the work has already been done for you. If you need a more timely excuse for building one of these, the Fourth of July is a little bit closer, which should work in a pinch as an excuse to build something crazy even if you’re not American.

Continue reading “It’s Never Too Early To Prepare For Halloween: With Flamethrowers”

Clock Radio Receives Upgrade

Before everyone had a cell phone alarm to wake them up in the mornings, most of us used clock radios that would faithfully sit by our beds for years. You could have either a blaring alarm to wake you up, or be gently roused from slumber by one of your local radio stations. These devices aren’t as commonly used anymore, so if you have one sitting in your parts drawer you can make some small changes and use it to receive radio stations from a little further away than you’d expect.

This Panasonic clock radio from [Ryan Flowers] has several upgrades compared to the old clock radio hardware. For one, it now can receive signals on the 7 and 14 MHz bands (40 and 20 meters). It does this by using separate bandpass filters for each frequency range, controlled by a QRP Labs VFO kit which can switch between the two filters automatically once programmed. The whole thing is powered by 8 AA batteries, true to form with a clock radio from the ’90s.

[Ryan] notes that his first iteration was a little quiet but he’s now able to receive radio stations from as far away from Japan with this receiver. Even without a license, you can make these changes and listen in to stations from all around the world, as long as you don’t start transmitting. If you want to make a small upgrade from this clock radio though, it’s not that hard to get into.

Continue reading “Clock Radio Receives Upgrade”

Play Tetris On A Transistor Tester, Because Why Not?

[Robson] had been using the same multimeter since he was 15. It wasn’t a typical multimeter, either. He had programmed it to also play the Google Chrome jumping dinosaur game, and also used it as a badge at various conferences. But with all that abuse, the ribbon cable broke and he set about on other projects. Like this transistor tester that was just asking to have Tetris programmed onto its tiny screen.

The transistor tester is a GM328A made for various transistor testing applications, but is also an LCR meter. [Robson]’s old meter didn’t even test for capacitance but he was able to get many years of use out of that one, so this device should serve him even better. Once it was delivered he set about adding more features, namely Tetris. It’s based on an ATmega chip, which quite easy to work with (it’s the same chip as you’ll find in the Arduino Uno but [Robson’s] gone the Makefile route instead of spinning up that IDE). Not only did he add more features, but he also found a mistake in the frequency counter circuitry that he fixed on his own through the course of the project.

If you’ve always thought that the lack of games on your multimeter was a total deal breaker, this project is worth a read. Even if you just have a random device lying around that happens to be based on an ATmega chip of some sort, this is a good primer of getting that device to do other things as well. This situation is a fairly common one to be in, too.

Continue reading “Play Tetris On A Transistor Tester, Because Why Not?”

Low Power Weather Station Blows The Competition Away

Building a weather station isn’t too tall of an order for anyone getting into an electronics project. There are plenty of plans online, and you can even put your station on Weather Underground if it meets certain standards. These usually have access to a reliable source of power, though, and like any electronics project can get challenging quickly once it needs to work reliably in a remote location. The weather station from [Tegwyn☠Twmffat] has met this challenge though, and has been working reliably for three years now.

Getting that sort of reliability from any circuit that has to be powered by an unreliable source (solar, wind, etc.) and a battery is quite a challenge. Not only do you need to sort out the power management and make sure that you can get enough sun in the winter for your application, but you’ll need to do some extreme low power modifications to your circuitry as well. This weather station accomplishes all of that, helped by using LoRa for communication, and also comes complete with a separate hardware watchdog timer that can reboot the weather station if it loses power or hangs up for some reason.

If you’ve been looking for a weather station to build, this is a great place to start. [Tegwyn☠Twmffat] also goes through the assembly of the weather station, complete with a guy-wire-supported platform to mount it on. There are other weather stations out there too, if you need even more ideas about saving power in remote areas.

Raspberry Pi Streams Music Using Only The Default Linux Tools

Getting a  home music streaming system off the ground is typically a straightforward task. Using Apple devices with Airplay makes this task trivial, but if you’re a computing purist like [Connor] who runs a Linux machine and wants to keep it light on extra packages, the task gets complicated quickly. His goal is to bring audio streaming to all Linux platforms without the need to install a lot of extra software. This approach is friendly to light-footprint devices like the Raspberry Pi that he used in his proof of concept.

[Connor] created a set of scripts which allow streaming from any UNIX (or UNIX-like) machines, using only dependencies that a typical OS install would already have. His Raspberry Pi is the base station and streams to his laptop, but he notes that this will work between virtually any UNIX or Linux machine. The only limitation is what FFmpeg can or can’t play.

We definitely can appreciate a principled approach to software and its use, although it does seem that most people don’t have this issue at the forefront of their minds. This results in a lot of software that is bulky, making it difficult to maintain, use, or even know what it does, and also makes it harder for those of us that don’t want to use that type of software to find working solutions to other problems. It’s noble that [Connor] was able to create something without sacrificing any principles.

A Raspberry Pi Is A Hardware Hacker’s Swiss Army Knife

By now most of us have used a Raspberry Pi at some level or another. As a headless server it’s a great tool because of its price point, and as an interface to the outside world the GPIO pins are incredibly easy to access with a simple Python script. For anyone looking for guidance on using this device at a higher level, though, [Arun] recently created a how-to for using some of the Pi’s available communications protocols.

Intended to be a do-everything “poor man’s hardware hacking tool” as [Arun] claims, his instruction manual details all the ways that a Raspberry Pi can communicate with other devices using SPI and I2C, two of the most common methods of interacting with other hardware beyond simple relays. If you need to go deeper, the Pi can also be used as a full JTAG interface or SWD programmer for ARM chips. Naturally, UART serial is baked in. What more do you need?

As either a tool to keep in your toolbox for all the times you need to communicate with various pieces of hardware, or as a primer for understanding more intricate ways of using a Raspberry Pi to communicate with things like sensors or other computers, this is a great write-up. We also have more information about SPI if you’re curious as to how the protocol works.

Thanks to [Adrian] for the tip!

Battlebots To The Skies!

If you’re too young to remember Battlebots on the television, there are two things that you should know. First is that there are plenty of highlights of this epic robot battle royale on YouTube, and the second is that now there’s an even better version with drones instead of robots merely confined to land. It’s called DroneClash 2019, and it looks like it was amazing.

Not only were the robots set up in a box and asked to battle each other, they first had to navigate down a corridor with anti-drone measures. The drones have to make it through and into a battle royale in the final room. If this wasn’t good enough, the event was opened by a prince of the Netherlands and is put on by a university.

This is an annual event to push the state of the art in drone and anti-drone tech, but we’d be happy to see it optioned for a TV show. If it doesn’t, you might be satisfied with a giant human-driven robot competition from a while back, or maybe just head down the rabbit hole of old Battlebots clips.

Continue reading “Battlebots To The Skies!”