Hackaday Links Column Banner

Hackaday Links: October 16, 2016

You need only look at the weekly user account leak from a popular web service or platform to know there’s a problem with security. Reusing passwords is the dumbest thing you can do right now, and the Mooltipass Mini is the answer to that problem. The Mooltipass originally began as a Developed on Hackaday series, and we log frequent sightings of the Multipass (maxi?) at security cons. The Mini is smaller, has exactly the same capability, and is completely unrepairable. It’s very cool, and if your email password is the same as your banking account passwords, you kind of need this yesterday.

Last weekend was the Open Hardware Summit in Portland. All the talks were worth watching, but editing the talks down into something sensible takes time. In lieu of this, OSHPark has gone through the livestream and timestamped everything

Continue reading “Hackaday Links: October 16, 2016”

El Cheapo Phased-Array Sonar

Sonar is a great sensor to add to any small-scale robot project. And for a couple bucks, the ubiquitous HC-SR04 modules make it easy to do. If you’ve ever used these simple sonar units, though, you’ve doubtless noticed that you get back one piece of information only — the range to the closest object that the speaker is pointing at. It doesn’t have to be that way. [Graham Chow] built a simple phased-array using two SR04 modules, and it looks like he’s getting decent results.

PB211200The hack starts out by pulling off the microcontroller and driving the board directly, a hack inspired by [Emil]’s work on reverse engineering the SR04s. Once [Graham] can control the sonar pings and read the results back, the fun begins.

[Graham] uses TI’s Cortex M4F LaunchPad eval kit to generate a ping and receive the reflections. With normal sonar, the time between the ping being sent and its reception is determined by the range to the target. In a phased array, in this case just the two modules, the difference in the times it takes for the ping to return to each module is used to determine the angle to the target.

phased_array_sonar_tableau

If you’re DSP-savvy, [Graham] is using a phase-shifted square wave signal so that the correlations of the sent and returned signals have better peaks. This also helps the peaks in correlation across the two SR04s in the array. We think it’s pretty awesome that [Graham] is resolving a couple of degrees in angular separation when he moved his wine bottle. With a couple more SR04 units, [Graham] could start to get height information back as well.

For not much scratch, [Graham] has himself an experimental setup that lets him play with some pretty heavy signal processing. We’re impressed, and can’t wait to see what’s next. Special thanks to [Graham] for posting up the code.

And thanks [João] for the tip!

Build A Phased-Array Radar In Your Garage That Sees Through Walls

Until recently phased array radar has been very expensive, used only for military applications where the cost of survival weighs in the balance. With the advent of low-cost microwave devices and unconventional architecture phased array radar is now within the reach of the hobbyist and consumer electronics developer. In this post we will review the basics of phased-array radar and show examples of how to make low-cost short-range phased array radar systems — I built the one seen here in my garage! Sense more with more elements by making phase array your next radar project.

Phased array radar

In a previous post the basics of radar were described where a typical radar system is made up of a large parabolic antenna that rotates. The microwave beam projected by this antenna is swept over the horizon as it rotates. Scattered pulses from targets are displayed on a polar display known as a Plan Position Indicator (PPI).

Block diagram of a conventional radar system using a parabolic dish.
Block diagram of a conventional radar system using a parabolic dish.

In a phased array radar (PDF) system an array of antenna elements are used instead of the dish. These elements are phase-coherent, meaning they are all phase-referenced to the same transmitter and receiver. Each element is wired in series with a phase shifter that can be adjusted arbitrarily by the radar’s control system. A beam of microwave energy is focused by applying a phase rotation to each phase shifter. This beam can be directed anywhere within the array’s field of view. To scan the beam rotate the phases of the phase shifters accordingly. Like the rotating parabolic dish, a phased array can scan the horizon but without the use of moving parts.

Continue reading “Build A Phased-Array Radar In Your Garage That Sees Through Walls”

Steering Sound With Phased Array

entiresystem

[Edward] and [Tom] managed to build an actual phased array speaker system capable of steering sound around a room. Powered by an Atmega 644, this impressive final project uses 12 independently controllable speakers that each have a variable delay. By adjusting the delay at precise intervals, the angle of maximum intensity of the output wave can be shifted, there by “steering” the sound.

Phased arrays are usually associated with EM applications, such as radar. But the same principles can be applied to sound waveforms. The math is a little scary, but we’ll walk you through only what you need to know in case you’re ever in need to steer sound with a speaker and a servo phased array sound system.

Continue reading “Steering Sound With Phased Array”