Around The Home

DIY gun turret takes down mini-drones

DIY gun turret takes down mini-drones
The DIY turret successfully targets and shoots down a micro-drone
The DIY turret successfully targets and shoots down a micro-drone
View 3 Images
The turret users the Lidar technology built into the Kinect V2
1/3
The turret users the Lidar technology built into the Kinect V2
Pilcher designed the steel gimbal in SolidWorks, before cutting it out with a computer-controlled mill
2/3
Pilcher designed the steel gimbal in SolidWorks, before cutting it out with a computer-controlled mill
The DIY turret successfully targets and shoots down a micro-drone
3/3
The DIY turret successfully targets and shoots down a micro-drone
View gallery - 3 images

A technology-enthusiast has invented a Nerf gun turret that can automatically track and shoot down small drones. The ingenious contraption uses the Lidar capabilities of a Kinect v2 sensor, and a milled steel two-axis gimbal, all controlled by software based on the OpenCV AI library, which is geared towards realtime computer vision.

The turret is the handiwork of self-described engineer and inventor Drew Pilcher, who's been working on the turret for over five years.

"It just seemed like a cool project," he tells New Atlas. "I've always been really interested in the CIWS [close-in weapon system], so that was the inspiration. Since I shared the project a lot of people have suggested that this would be great for keeping animals out of gardens and other pest control."

But it wasn't until May 29 this year that the turret achieved the crucial milestone for any device designed to shoot down drones: it shot down a drone – a Tiny Whoop micro-drone, to be precise. The difficulty is a result of getting all the constituent parts to work together, Pilcher explains.

"It was very difficult to get all the PC libraries to work with each other," he says. "The Kinect data doesn't come in in the same format as OpenCV expects, and the images OpenCV produces aren't the right format for the OpenGL GUI element. It was pretty easy to fire up some example code and get each part working separately, but to get them all working together in the same program took about 90 percent of the programming time. The tracking code and computer vision was easy by comparison."

The next day, Pilcher set up a camera to capture a video of the drone in action. Here is that video, which shows the turret shooting down several drones:

DIY Gun Turret Shoots Down Micro Drones

The project is impressive for a host of reasons, not least being that Pilcher designed the steel gimbal in SolidWorks, before cutting it out with a computer-controlled mill. To these, he added a US$375 Sherline 4-inch rotary table to each axis, each accurate to a fortieth of a degree.

Was it hard to stay motivated over five years, we ask? "Yes definitely," says Pilcher. "I'm just doing this project for fun, so if I'm not enjoying the work, I'll stop and work on something else. Consequently there were spans of months where it just sat on the shelf. I keep coming back to it though."

Also impressive is the fact that Pilcher built an auto-loading mechanism for the Nerf gun, which fully integrates with the controlling software.

Pilcher hopes to speed up the reloading mechanism in future updates, but may put the project back on the shelf for a while.

"I pushed hard to hit the milestone of shooting down a drone," he tells New Atlas. "Now that I've done that, I might take a break on this project for a while. I do already have a long list of improvements I would like to make. For example, I want to improve the engagement window system so that it can ignore stationary objects. I also want to add the ability to lead targets."

Source: Hackaday

View gallery - 3 images
2 comments
2 comments
Ahead
In fact,it's hard to follow and take down the target which moving in the air accurately. The better method may be using two phase mechanism. First, make the barrel follow the target roughly,(within 1 degree) then using 4 mini motors to move the barrel accurately to the position where fire control computer required.
MQ
Maybe a faster firing gun is in order...
Once in the "zone" a spray of ball bearings would result in more hits..
A single shot and a long delay between, makes the feats demonstrated all the more impressive. - there are algorithms which will reduce the targeting error, but they all take some fine tuning to work, more shots in the air will help with error convergence....