Ask HN: How to detect when a bullet hits a cardboard?
Working on a project to create dynamic moving targets, and I need some practical ideas on how I can detect when a piece of cardboard acting as the target is hit. Ammunition used will most likely be standard 9mm Luger or .223 Remington.
Expected problems:
* The target can be as far as 25 yards.
* It is possible a good shooter can hit or intersect with the same spot multiple times, so counting simple circles would not be sufficient.
* It would be best if we can also detect how close to the bullseye was the shot, but that's not a requirement.
5 comments
[ 3.0 ms ] story [ 25.5 ms ] threadProbably you can use the motion of the target as an indicator, as detected by some kind of sensor.
The problem with motion of the target is that once few bullets hit the same spot, the bullet would end up travelling through those holes and won't impact the cardboard which would trigger the sensor underneath. It's not a major concern with .223 but can certainly be a pain for the larger 9mm bullets.
Assuming we'll ask the user to shoot only a few making a sensor a viable solution, do you have something in mind?