Why Have Only One Radio, When You Can Have Two?

There are a multitude of radio shields for the Arduino and similar platforms, but they so often only support one protocol, manufacturer, or frequency band. [Jan Gromeš] was vexed by this in a project he saw, so decided to create a shield capable of supporting multiple different types. And because more is so often better, he also gave it space for not one, but two different radio modules. He calls the resulting Swiss Army Knife of Arduino radio shields the Kite, and he’s shared everything needed for one on a hackaday.io page and a GitHub repository.

Supported so far are ESP8266 modules, HC-05 Bluetooth modules, RFM69 FSK/OOK modules, SX127x series LoRa modules including SX1272, SX1276 and SX1278, XBee modules (S2B), and he claims that more are in development. Since some of those operate in very similar frequency bands it would be interesting to note whether any adverse effects come from their use in close proximity. We suspect there won’t be because the protocols involved are designed to be resilient, but there is nothing like a real-world example to prove it.

This project is unique, so we’re struggling to find previous Hackaday features of analogous ones. We have however looked at an overview of choosing the right wireless tech.

Building An SDR Lab With Wheels

With the incredibly low cost of software defined radio (SDR) hardware, and the often zero cost of related software, there’s never been a better time to get into the world of radio. If you’ve got $30 burning a hole in your pocket, you’re good to go. But as with any engrossing hobby that’s cheap to get into, you run the risk of going overboard eventually.

For example, if the radio gear inside your car approaches parity with the Kelly Blue Book value of said vehicle, you may have been bitten by the radio bug. In the video after the break, [Corrosive] gives us a tour of his antenna festooned Hyundai Accent, that features everything he needs to receive and analyze a multitude of analog and digital radio signals on the go.

He starts with the roof of the car, which is home to five whip antennas (not counting the one from the factory installed AM/FM radio) and two GPS receivers. The ones on the rear of the car feed down into the trunk, where a bank of Nooelec NESDR RTL-SDR receivers will live in a USB hub. He’s only got one installed for test purposes, but he’ll need more for everything he’s got planned. Also riding in the back is a BCD780XLT scanner, which he got cheap on eBay thanks to the fact it had a dead display.

Luckily, where [Corrosive] is going, he won’t need displays. The SDR receivers and the scanner are all controlled from the driver’s seat by way of a Windows 10 tablet. This runs the ProScan software that provides a virtual interface to the BCD780XLT, as well as various SDR interfaces. He’s also got Gpredict for tracking satellites and ADS-B programs like Virtual Radar.

The car’s head unit has been replaced by a rooted Android entertainment system which supports USB host mode. [Corrosive] says it isn’t hooked up yet, but in the future the head unit is going to get its own SDR receiver so he can run programs like RF Analyzer right in the dashboard. We’re willing to bet that this will be the only car in the world that has both a waterfall display and the “Check Engine” light on at the same time.

Even if you aren’t ready to install it in your car, you might like to read up on using multiple SDR receivers for trunked radio or setting up your own ADS-B receiver to get a better idea of what [Corrosive] has in mind once everything is up and running.

Continue reading “Building An SDR Lab With Wheels”

Screaming Channels Attack RF Security

As long as there has been radio, people have wanted to eavesdrop on radio transmissions. In many cases, it is just a hobby activity like listening to a scanner or monitoring a local repeater. But in some cases, it is spy agencies or cyberhackers. [Giovanni Camurati] and his colleagues have been working on a slightly different way to attack Bluetooth radio communications using a technique that could apply to other radio types, too. The attack relies on the ubiquitous use of mixed-signal ICs to make cheap radios like Bluetooth dongles. They call it “Screaming Channels” and — in a nutshell — it is relying on digital information leaking out on the device’s radio signal.

Does it work? The team claims to have recovered an AES-128 key from 10 meters away. The technique reminds us a bit of TEMPEST in that unintended radio transmissions provide insight into the algorithm the device applies to encrypt or decrypt data. Most (if not all) encryption techniques assume you can’t see inside the “black box.” If you can, then it’s because it is relatively easy to break the code.

Continue reading “Screaming Channels Attack RF Security”

LEGO vacuuming box

Self-Vacuuming LEGO Box Makes Life Better

The last chapter of the fourth book of the Hitch-Hiker’s Guide to the Galaxy trilogy mentions two hacks that made life pleasant enough to prevent a war: a super-fly that could fly out of the open half of a half-open window, and an off-switch for children. This is one of those types of hacks. Plus, it’s just an awesome idea, fun to watch, and possibly adaptable for the workshop.

LEGO vacuuming box lidAfter the kids have gone to bed and LEGO bricks are scattered all over the floor, furniture, stairs (ouch), and everywhere else, wouldn’t it be nice if you could simply vacuum it all up directly into the LEGO box? This ingenious hack from [The King or Random] YouTube channel shows how to just that. They put two holes in opposite corners of the box’s lid, one a tight fit for a flexible intake hose and the other for the Shopvac hose, or a normal household vacuum cleaner hose if you prefer. A disk cut from flyscreen covers the Shopvac hole in case the suction is strong enough to pull the bricks back out of the box and into the Shopvac. They also make a gasket for the lid by mixing up some silicone sealant and cornstarch, the cornstarch is to prevent the cured mix from remaining sticky. We of course really like the version they made which has a window in the side of the box for watching the bricks as they fly in. Check out their build and the action in the video below.

We wonder what other uses this can be put to. How about a container for sucking up a mess of loose hardware from a workbench or a garage floor for later sorting?

Where else can a vacuum come in handy? Here’s a vacuum table for holding down flexible material when using a laser cutter and another for holding parts on a CNC machine.

Continue reading “Self-Vacuuming LEGO Box Makes Life Better”

Custom ATTiny85 Board Powers Kids’ Light Show

We’ve often said that kids with hackers and makers for parents must be some of the luckiest kids in the world. While all the other children have to settle for some mass produced drivel from Toys“R”Us Amazon, they’ve got some of the most thoughtfully engineered and built toys and gadgets on the planet. After all, there’s no way any hacker worth their salt is going to give anything less than 110% for their own child.

A case in point is this RGB star nightlight that [Unexpected Maker] built for his children. The star itself is simple enough, just a basic shape printed in transparent PLA on his Prusa i3. The impressive part is how he lights it up. Rather than stick an Arduino or ESP8266 in there as we have seen plenty of times before, he’s put together his own custom ATTiny85 board specifically for controlling the RGB LED strips.

The board, which he calls TinyDev, is designed to be the same thickness as NeoPixel style LED strips so it can fit inside tight spaces. He solders it onto the tail end of his LED strip, adds a photoresistor so the star can tell when it’s time to light up, and then snakes the whole arrangement through a channel printed in the star itself. There’s a battery pack in the middle, but that’s about it. It really does allow for a remarkably clean LED strip implementation, and the mind can’t help but start thinking of interesting possibilities when you can tuck the controller into the same space as the lights themselves.

[Unexpected Maker] has made the TinyDev completely open source for anyone who wants to build their own, but it’s also available on Tindie if you want to get one to play with quickly. If you’re looking to light up the little one’s room with somewhat more mainstream methods, we’ve got that covered too.

Continue reading “Custom ATTiny85 Board Powers Kids’ Light Show”

Micro-Organisms Give Up The Volts In This Biological Battery

Battery cells work by chemical reactions, and the fascinating Hybrid Microbial Fuel Cell design by [Josh Starnes] is no different. True, batteries don’t normally contain life, but the process coughs up useful electrons all the same; 1.7 V per cell in [Josh]’s design, to be precise. His proof of concept consists of eight cells in parallel, enough to give his cell phone a charge via a DC-DC boost converter. He says it’s not known how long this can be expected to last before the voltage drops to an unusable level, but it works!

Eight-cell, 3D printed proof of concept.

There are two complementary sides to each cell in [Josh]’s design. On the cathode side are phytoplankton; green micro algae that absorb carbon dioxide and sunlight. On the anode side are bacteria that break organic material (like food waste) into nitrates, and expel carbon dioxide. Version 2 of the design will incorporate a semi-permeable membrane between the cells that would allow oxygen and carbon dioxide to be exchanged while keeping the populations of micro-organisms separate; this would make the biological processes more complementary.

A battery consisting of 24 cells and a plumbing system to cycle and care for the algae and bacteria is the ultimate goal, and we hope [Josh] can get closer to that now that his project won a $1000 cash prize as one of the twenty finalists in the Power Harvesting Challenge portion of the Hackaday Prize. (Next up is the Human Computer Interface Challenge, just so you know.)

Circuit VR: An (Almost) Practical Buck Converter

In the last installment of Circuit VR, we walked around a simplified buck converter. The main simplification was using a constant PWM signal. The result is that the output voltage is a fixed fraction of the input voltage. For a regulator, the pulse width will need to depend on the output voltage so that any changes in the output are self-correcting. So this time, we’ll make a regulator, although we’ll still use a few Spice elements you’d have to replace in a practical design. In particular, we’ll assume you can generate a triangle wave, which is easy enough, and produce a stable 2.5 V reference.

The idea is to take a voltage reference and compare it to the output. We’ll think of the difference between the two as an error voltage, and use a comparator combined with a triangle wave generator to produce a PWM signal that is proportional to the error, and thus works to hold the output voltage constant.

Continue reading “Circuit VR: An (Almost) Practical Buck Converter”