You need to rig this up to an actuator. There are lots of things you could do with that. You could detect when a machine pistol is getting uncontrollable muzzle rise, then stop it until the trigger is released and reapplied. You could hold off firing until the gun is stable. When the trigger is pulled, look for smooth movement. (no angular acceleration, and the regular acceleration has a stable magnitude equal to gra…
Hi! I see a lot of "you could" in your reply, but I'd like to point out that I released this as an open-source DIY project so that anyone could do whatever tests they wanted. I encourage you to build your own -- I'd love to see what you can make and learn with it!
Project: Inexpensive Firearm Accelerometer
11–16 of 16 posts
Re: Project: Inexpensive Firearm Accelerometer
#12Earlier quoted context omitted.
Hi! I see a lot of "you could" in your reply, but I'd like to point out that I released this as an open-source DIY project so that anyone could do whatever tests they wanted. I encourage you to build your own -- I'd love to see what you can make and learn with it!
It's just a few free ideas. I'm thinking you or anybody else could have fun and/or create a profitable business.
Re: Project: Inexpensive Firearm Accelerometer
#13Earlier quoted context omitted.
It's just a few free ideas. I'm thinking you or anybody else could have fun and/or create a profitable business.
Fair enough! I don't have the budget for a machine pistol, but maybe someone who does can try that idea out.
Re: Project: Inexpensive Firearm Accelerometer
#14I’ve played with the adafruit 9DOF sensor on a handgun. It was fun, but trigger pull wasn’t my problem, so I went on to other things. However, I’ve always idly wondered about mounting a cheap keychain cam to a flashlight mount, then exploiting the rolling shutter effect to extract high frequency rotation information.
Nice! I have that board as well, but only played with it briefly. Do you have any data from your use of it on the pistol that you'd like to share? I've love to see how it turned out.
I love the Feather's though!
Re: Project: Inexpensive Firearm Accelerometer
#15Earlier quoted context omitted.
You could try making it wireless rather than put the logging on the gun. Something like an Esp8266 might do it if you buffer the measurements. Also look at the Particle Photon which will do TCP out of the box. Squirt the data to a pi and do the logging on there. Your problem is that you need to find some asynchronous storage or transmission method. For example in barebones avr, writing to the spi data register initia…
Thanks for the feedback! The Feather board I'm using actually has Bluetooth, but I have not explored using it yet. If it's faster to send data over BLE to an app, then that would make this project even more affordable and smaller because the SD card and RTC are no longer required. I believe the Feather M0 board I'm using is also capable of running CircuitPython (fork of MicroPython). For this project, I wanted to kee…
Re: Project: Inexpensive Firearm Accelerometer
#16Earlier quoted context omitted.
Nice! I have that board as well, but only played with it briefly. Do you have any data from your use of it on the pistol that you'd like to share? I've love to see how it turned out.
I looked through my files, but can't seem to find it - this was many years ago. I love the Feather's though!