Tokyo Police Aim To Catch Drones In A Net

A Japanese protester flew a quadcopter with a symbolic amount of soil from the contaminated Fukushima region onto the roof of the Prime Minister’s office in April. Although it was a gesture, it alerted the Tokyo police department to the potential need to be able to pull drones out of the air.

drone_in_netSimply shooting them down won’t do — think of the innocent bystanders on the ground subjected to a rain of quadcopter parts. The Tokyo police’s solution: catch them in a net, flown by another quadcopter, of course.

We can’t embed it here, but go click through to the video. It looks like the police are having a really good time. How long before we see drone-net sets under the Christmas tree, or quadcopter-tag leagues? We’re uncertain of how far the Battlebots in the Sky movement got.

We have no shortage of yahoos driving quadcopters in the States, of course. From interfering with fire-fighting aircraft to simply flying too close to commercial airplanes, people are doing things that they simply shouldn’t. We’ve been covering the US government’s response that finally culminated in the FAA making rules requiring medium-weight drones to be registered. Watch our front page for more on that next week. Fly safe, folks.

[via The Verge]

Netflix And Chill – And Socks?

Waking up to spoilers in the last episode after falling asleep during the first episode of a Netflix binge-watching session ranks right up there on the list of first-world problems. Luckily there’s a solution in the form of a pair of Netflix enabled socks, which looks like a pretty neat wearable IoT project.

To be sure, calling these socks Netflix enabled is a bit of a stretch. Aside from the sock designs, which are based on popular Netflix original series, there’s nothing about the electronics that’s specific to the popular streaming service. These socks, with their Arduino Pro Trinket and accelerometer, detect when you stop moving and send an IR signal to do your bidding – pause the movie, kill the TV, or whatever. The electronic side of the build is pretty approachable – it’s just a couple of modules soldered together. The fiber arts side of the project might be a little outside the wheelhouse of the typical hardware hacker, but you can either team up with someone who knits – an experienced knitter, as socks are not a beginner’s pattern – or just slip the felt-clad hardware into your favorite comfy socks. We’d be a bit concerned about ESD protection for the hardware in the wooly environment, though.

“Netflix and chill” is the current version of last century’s “Watching the submarine races,” and as such the need for special socks or a custom Netflix switch for the occasion is a bit puzzling. Still, the underlying wearables idea is pretty good, with plenty of possibilities for expansion and repurposing.

Continue reading “Netflix And Chill – And Socks?”

Remote PC Power Control Thwarts Button Pushers

Pervasive connectivity is a mixed blessing at best, especially when it creates the expectation that we’ll always have access to everything we need. When what you need is on your work or home PC, there are plenty of options for remotely accessing files using your phone. But if your roomie or the cleaning crew powers the machine down, you’ve got a problem – unless you’ve got a way to remotely power the machine back up.

[Ahmad Khattab]’s hack required getting up close and personal with his PC’s motherboard. A Particle Photon steals power from the always-on 3.3 volt line of the vacant Trusted Platform Module connector on his machine. Outputs from the Photon are connected to the motherboard’s power switch connection and a smartphone app drives the outputs and turns the machine on and off. As [Ahmad] admits, there are plenty of ways to attack this problem, including Wake-on-LAN. But there’s something to be said for the hardware approach, especially when a Photon can be had for $20.

Astute readers will note that we recently covered a very similar project using a Particle Core. Be sure to check that one out for a little more detail on using Particle’s cloud, and for some ideas on powering the module if your motherboard lacks a TPM port. In the meantime, enjoy [Ahmad]’s video.

Continue reading “Remote PC Power Control Thwarts Button Pushers”

SDR Pan Adapter

Ham radio operators have a long history of using pan adapters to visualize an entire range of the radio spectrum. Traditionally, an adapter was essentially a spectrum analyzer that shows a trace where the X-axis is the frequency, and the Y-axis shows the signal strength at any particular frequency. You can quickly find either busy frequencies or empty frequencies at a glance.

Although the pan adapter has been around since the 1930’s, they aren’t as common as you’d think with regular analog radios. However, if you’ve used an SDR (Software Defined Radio), a spectrum display is par for the course. [Mehdi Asgari] did what a lot of hams have been doing lately: he married an SDR and his traditional receiver to provide a great pan adapter with very little effort.

Continue reading “SDR Pan Adapter”

SparkFun, AT&T To Sponsor Hackathon At Troy’s TVCoG

Big-name corporate sponsors, top-notch judges and mentoring, 36 hours to play in a huge new hackerspace, and all the Cheetos and Red Bull you need to stoke the creative fires. Sounds like a hackathon, and it’ll roll into The Tech Valley Center of Gravity in Troy, New York next month. And from the look of it, it’s going to be a big deal. You should be there.

_DSC0140You might recall the TVCoG from a story we did this summer on the grand opening of their amazing newly renovated space in downtown Troy. Occupying an entire city block in a historic department store building and housing not only a huge hackerspace but a tech company incubator with manufacturing capabilities and a STEM outreach space, the CoG now has the room to reach out into the community and host big events. The hackathon scheduled for January 30 and 31 and is only the first of four events planned for 2016. This one has the theme “Internet of Things” and will feature SparkFun’s Jeff Branson as mentor and judge.

Here’s a call to arms for Hackaday readers in the northeast: let’s pack this hackathon and make it huge. There’s already a bunch of Jolly Wrencher stickers scattered all over from our last visit, so you’ll feel right at home. Head over to the TVCoG site and sign up for this one. We’d really like to see HaD take home bragging rights. And you can be sure we’ll be covering the event and bringing some swag of our own.

[Thanks to Duncan Crary for the tip!]

Yet Another Pi Zero USB Hub

It’s quite fascinating to see the world of hackers rise up and start messing around with new hardware as soon as it’s released. As everyone knows, the Raspberry Pi Zero only has two micro USB ports… a bit lacking for any computer — even one the size of a credit card. While there will probably be an official USB hub coming out someday, we’ve already seen a few home-made versions — though we think this might be the nicest layout so far!

[Richard Hawthorn] threw this PCB design together to give the Pi Zero four USB 2.0 ports. It can be attached by either a USB connector, or by soldering 4 pins between the two boards. It can either be powered off of the Pi Zero, or with an external power connector jack. In a future design he hopes to add pogo pins so it can just be attached and detached whenever you need it.

It’s a bit more involved than simply strapping a mini USB hub to the back of your Pi, but if you’re interested in a more sleek solution, [Richard’s] got all the details on his GitHub.

Antti Lukats: The Past, Present, And Future Of Programmable Logic

[Antti] has gained a bit of a reputation over on Hackaday.io – he has a tremendous number of FPGA projects on hackaday.io, and they’re all open source. If you’re looking for street cred with FPGAs, [Antti] has it. His Hands-on experience with FPGAs and CPLDs stretches back to the very first chips in the 70s. We’re so happy that he’s working to share this depth of knowledge, and that includes this talk he gave a few weeks ago at the Hackaday SuperConference. Take a look and then join us after the break for an overview of the FPGA terrain, then and now.

Continue reading “Antti Lukats: The Past, Present, And Future Of Programmable Logic”