paintballHomepaintballPicturespaintballTechnicalpaintballTournamentpaintballRecreationalpaintballFieldspaintballStorespaintball
paintballBeginner InfopaintballNews And ArticlespaintballLinkspaintballResourcespaintballVideopaintballContact UspaintballSearchpaintball

 
 

What do you think?
Add your comments in WARPIG's TECH TALK FORUMS.

ShotMeter

The ShotMeter
by Rich Kappmeier

Email

Associated Files
SchematicPDF ShotMeter_MBasicSoftware ShotMeter_HexFile

Intro

The ShotMeter is an ammo/CO2 tracking device that I built to discover if the “50 shots per ounce of CO2” myth is actually accurate. It took me about 6 hours to build the hardware and, so far, 2 months to write and debug the software.

What the ShotMeter does:

  • Counts bolt cycles to track current CO2 expenditures and triggers a programmable warning for when expenditures are high

  • Tracks current hopper level and triggers a programmable warning for when paintball levels are low (based on bolt cycles)

  • Tracks total shots for the day (also based on bolt cycles)

  • Drives a hacked Ricochet Rhino loader via a programmable low current relay

  • Has an LCD display and programmable beeper to warn of risky levels of paintballs or CO2

  • Leaches power from the loader battery. The ShotMeter will function with a 9-volt battery drained down as low as 5.4 volts.

I’m very happy with it and if you decide to build your own version I would be happy to try and provide any advice you may need.

Why a ShotMeter?

I play paintball… well, woodsball, mostly. One of my paintball peeves is not knowing how much CO2 is left in my tank. I ’ m usually in the middle of a pretty good scrap when suddenly my gas gives out and I ’ m eliminated with extreme prejudice!

Unfortunately, there is no way to know exactly how many shots are left in a CO2 tank. The actual output of a tank varies due to ambient temperature and marker ( gun ) efficiency but a long-standing guesstimate of tank capacity is 50 shots per ounce of liquefied gas. Based on my own experience, I thought this estimate low and decided to find out just how true this fragment of conventional wisdom might be, so I built the ShotMeter!

There were some project objectives I felt were very important. The unit had to:

Avoid interfering with operation and maintenance of the marker

• Be as light and strong as possible

• Have an liquid crystal display ( L CD ) to display multiple counts and warnings

• Have a microprocessor with plenty of room for hardware and software improvements should I think of them.

Overall Concept

As I thought about this project it occurred to me that I could build some extra functionality into the system outside of tracking how many shots into a tank I was. Why not estimate current loader ( motorized paintball feeder ) level and track overall shots for the day on the marker? Also, I could have the ShotMeter trigger the motorized loader with a simple relay!

I wanted to track my loader level because I thought it might be pretty cool to have the ShotMeter tell me when the loader is low on paintballs by beeping at me and displaying a warning on the LCD. And, I wanted to track my overall shots per day because although I may bring 2000 rounds to the field I’ve been known to accidentally drop quite a few on the ground during an under-fire reload. I wanted to know how many paintballs I just plain lose.

Triggering a loader would save me some money, too. A top-of-the-line loader could cost upwards of $120.00! With the loader trigger feature I could buy a cheap constant rotation loader for around $20.00 and connect a relay ( Figure A, K1) to control it. The load rate wouldn ’ t be very high, about 6-8 balls per second, but it would be cheap, very reliable, and have the same functionality as more expensive loaders when driven by the ShotMeter.

Hall EffectThe Hall Effect

The Hall Effect occurs when a current (x) is passed through a thin sheet of conducting material, a Hall Bar (or van der Pauw element), and a magnetic field (y) is applied perpendicular to the current path. A potential difference, or Hall Voltage (z), iscreated across the conductor at right angles to both the current path and the magnetic field.

What many Hall Effect sensors do is amplify the Hall Voltage and then pass that amplified voltage through a comparator to provide the digital output signal.

Hall Effect Applications

The most common application for a Hall-Effect sensor is binary position sensing. There are also analog Hall sensors that can be used for absolute position sensing though these are somewhat less widespread. The advantage to using a Hall sensor is the fact that there are no moving parts within the sensor. This allows an extremely high life cycle for the sensor in comparison to a mechanical sensor, such as a magneticreed switch.

Industrial applications include safety lockout systems for large machinery or limit switch type applications for CNC machinery. In robotics, these sensors are commonly used as rotation sensors in gear trains or wheels. Placing a magnet, or group of magnets, within a robots wheel and then positioning the Hall sensor appropriately will yield a very practical rotation sensor.

Nearly all electric loaders available today are triggered by either sound or infra-red beam interrupt technology. I didn ’ t want to duplicate a current product so I went with a magnetic field detector. Rather than a mechanical switch, like in a home alarm system, I decided a Hall Effect device would be ideal: no moving parts, an exceptionally small sealed case, and a very low current consumption. The unipolar

Hall-effect sensor I chose is the OH090U manufactured by OPTEK ( Schematic, Q1) . This choice also allowed me to avoid altering the marker in asignificant way.

Each time the south pole of a magnetic field comes near the front of this sensor the device sinks a 5-volt signal provided by a pull-up resistor ( Schematic, R6) . The sensor/magnet configuration on the marker is such that when the bolt is in the ready to fire position ( cocked back ) the south pole of the magnet is directly under the downward facing sensor, forcing the signal low. When the trigger is pulled and the bolt slams forward the loss of the magnetic field at the face of the sensor releases the signal. The release of the signal generates a low-to-high interrupt on the microprocessor's ( Schematic, U1) external interrupt pin, RB0. The interrupt service routine then causes the firmware to increment/decrement all of the related countsfor the device, check for any level warnings, beep if necessary, update the display ( Figure A, L1) , and engage the loader relay.

I have added a new feature to the ShotMeter recently. The unit worked well the first time I went out with it but if I lost power for any reason, for instance if the loader cable disconnected, I lost all of the accumulated data. I needed a way for the unit to detect the start of a power failure and save the data before a complete power loss crashed the system. What I came up with is the use of an MCP120-475 ( Schematic U2) microprocessor supervisory device, made by Microchip Technologies, to detect the loss of power. As the main 5-volt power begins to drop, it crosses the 4.75 VDC tripping point for the device. When the device is tripped, it will sink the signal provided by a pull-up resistor ( Figure A, R7) on the LOWVOLT line, signaling the microprocessor to save all of the present values. The tricky part of this operation is that there has to be enough power left in the circuit to allow time for the processor to save the values before it crashes. A 470uF capacitor ( Schematic, C2) delays the power loss just long enough for the values to be saved on the microprocessors onboard EEPROM. Originally I was using a 220uF capacitor but as the battery began to wear the delay shortened and the microprocessor was only able to save two of the three required values.

How It Operates

On power-up the unit will display a title screen, beep for 0.5 seconds, agitate the loader for 0.5 seconds, and then display an option screen. The three options are: “ Setup ” , “ Clear Values ” , and “ Start ” . Each of these options corresponds to a button on the unit. The “ Start ” button accesses the values saved just before the last power-down and begins normal field operation of the unit using those numbers. Pressing the “ Clear Values ” button displays a short “ Values Cleared! ” message and zeros the values saved in memory and returns the user to the option screen. “ Setup ” takes the user through a setup procedure for all of the settings that are required for the ShotMeter to work properly.

The setup procedure allows the user to:

Set the loader capacity. My loader capacity is 170 paintballs.

• Set the “ loader low ” warning point. I set mine to 70.

• Set the pod capacity ( a pod is reminiscent of a clip for a real fire arm ) . My pods hold 100 paintballs.

• Set the “ tank low ” warning point. Originally I set mine to the calculated estimate for the size tank I was using: 450 shots for my 9oz tanks and 600 shots for my 12oz tanks.

• Enable/Disable the “ hopper low” warning beep. Enabled for me.

The complete schematic of the ShotMeter is available as Figure A in the .PDF format accompanying this article. The elements in the dashed boxes are off-PCB sub circuits: the loader internals, the sensor assembly, and the button assembly. Note that the capital letters are corresponding connection points between the main PCB and the sub circuits

Figure B: This is the 16x2 display in the standard tracking mode. Top line (left to right): loader low warning “L”, loader level count “011”, and tank low warning “T.” Bottom line (left to right): shots used from tank

“T:0455” and shots for the day “Ó:0668” totals. The button on top of the ShotMeter is the on/off switch (O), the button on the right face is the Tank (T) button, the left button on the bottom face is the Loader button (L), and the right button on the bottom face is the Pod button (P).

 

Enable/Disable the “ tank low ” warning beep. Disabled for me.

• Enable/Disable loader agitation. Enabled for me.

• Set the relay pulse length. Mine is set to 7 units or 175 iterations of the main loop which is a little less than a second. The warning beep is hard coded to be 200 iterations longer than the relay pulse length to avoid the beep being drowned out by the loader motor.

The basic operation of the unit is this:

Each time the marker is fired the Loader count ( Figure B ) isdecremented, the Tank and Shots/Day counts are incremented, and loader agitation is engaged.

• The unit then checks these numbers versus the loader and tank warning points

• If the loader count is below the warning level the unit beeps and displays an “ L ” on the left of the LCDs top line

• If the tank is low the unit beeps and displays a “ T ” on the right of the LCDs top line

What the operator can do when a warning occurs:

• When a loader warning occurs the operator can do one of two things

  • Load a pod of paintballs into the loader and press the Podbutton ( Figure B, P) . Pressing the pod button adds one pod of balls to the loader count and resets both the audio and LCD loader warnings.
  • Top off the hopper with paintballs and press the Loader button ( Figure B, L) . Pressing the loader button sets the loader count equal to the pre-defined loader capacity andresets both the audio and LCD loader warnings.

• When a tank warning occurs the operator will replace the tank when possible and then press the Tank button ( Figure B, T) . Pressing the tank button zeros the tank count and resets both the audio and LCD tank warnings.

Constructing the ShotMeter

As you may imagine, the paintball field is not an ideal place for electronics. There ’ s plenty of dirt and lots of physical shock from running and dodging but the main hazard to field electronics is the paint itself. The paint is water-based and I felt that could be detrimental to proper field operation. The problem was that I didn ’ t know exactly how dangerous it might be.

Resistance of PaintAfter breaking open several paintballs from different manufacturers onto a plastic cutting board ( Figure C ) I measured the resistance across each glob of paint.

The globs were all roughly 1 inch across and between 0.13 ” and 0.5 ” high. The resistance of the globs measured between 3.69 and 16.37 MÙ.

Though resistances that high probably won ’ t cause a fatal smoking short it could make trouble for digital data signals and capacitors. I found it interesting that the thickness of the paint seemed to be directly proportional to the resistance exhibited.

Paintballs, which usually travel at between 250 and 300 feet per second, tend to shoot their insides through remarkably small gaps in things when they strike. I found rubber covers ( boots ) for my buttons and housed the unit in a transparent ABS plastic enclosure. I filed a shallow groove for the wire access in the enclosure lid and body with a fine finishing file. The ribbon cables are lightly pinched between the enclosure lid and body. The holes for the buttons were drilled on a standard drill press using a 0.25” bit. I couldn’t find a through-hole mounted piezo beeper small enough to fit inside so I affixed a surface mount beeper ( Schematic, LS1) to the wall of the enclosure with double-sided tape and ran wires from the beeper to the microprocessor.

HESThe Hall-Effect sensor is set in a pair of shallow overlapping holes ( 0.25 ” diameter by less than 0.25 ” deep ) I drilled into the bottom of the sight rail. I then covered the sensor with hot glue to keep it in place and ward off any moisture. I ran the sensor wires under the site rail and up the front face and then into the ShotMeter.

MountingThe completed assembly is mounted on the sight-rail via a home-made aluminum bracket.

I used a “ super strong ” neodymium magnet I happened to have stuck on my refrigerator to activate the sensor. I have no idea where I got this specific magnet but I have seen similar ones at craft and hardware stores. The magnet is slightly less than 0.25” in diameter and 0.13 ” high and fits conveniently into the top of a hole bored through the aluminum bolt .

Magnet MountThe hole is mostly filled with the upper half of a steel pin, the bolt pin, that sticks out the bottom of the bolt.

The top 1/4 of this hole is empty which allows the magnet to fit snuggly within. Also, the steel of the pin provides an excellent magnetic bond which keeps the magnet in place during those violent bolt cycles; no adhesive necessary! Further, because the marker body is also aluminum the magnet isn ’ t attracted to it and the magnetic field passes through it with little degradation.

Modifying the Loader

The loader I chose to use is a Ricochet Rhino ( Figure E, topmost part of the marker ) which I picked up for $22.00 on-line. I chose this loader for two reasons: it ’ s very inexpensive and it has a great look to it.

What I did was use a 2.5mm stereo ( Schematic, J4 ) headphone jack as the connector from theShotMeter. I drilled a 0.25” counter-sunk hole through the bottom of the motor compartment.

I disconnected the battery from the loaders original control circuit by cutting the ground trace to the rest of the nearly unpopulated printed circuit board ( PCB ) . Then I soldered wires to the edge of the battery contacts on the original PCB and ran those wires to the headphone jack; positive to the tip and ground to the sleeve.

Next, I cut the connector from the end of the motor leads and connected the red wire to the battery positive contact and the black wire to the ring contact of the headphone jack. The relay in the ShotMeter grounds this ring contact wire to make the motor rotate. Also, I added a noise filtering cap and a clipping diode ( Schematic A, C5, D1) to the motor to mitigate any possible noise or back EMF issues.

For a complete schematic and parts list, download the .PDF file linked at the beginning of this article.

The Firmware

When I started the project I tried to use a PIC 16F628 I had in my parts box. Unfortunately, there was barely enough program space to house the minimum features I wanted and no room for hardware expansion. I then upgraded to the PIC16F876 processor by Microchip Technologies because it has plenty of program space, more I/Os than I need, and an internal EEPROM I could save settings on. The program itself currently requires only about half of the total memory available.

I listed a bit of code I thought might help some fellow tinkerers out there with their own projects. The code ( See the .PDF Schematic linked above. ) is a way to show a bar-graph style display on the second line of an LCD. This program listing was originally written in MBasic Pro from Basic Micro but I’ve stripped out the MBasic specific parts to make it more “ pseudo-code. ”

The complete MBasic Pro file, which could be a good blueprint for those interested in creating their own ShotMeter, as well as the PIC .hex file can be downloaded from the links provided by Warpig.com. Please take note that the line names on the schematic match variables or constants in the program; e.g. the LOWVOLT line on the schematic corresponds to the LOWVOLT i/o constant in the program.

ShotMeter Limitations

The ShotMeter is only as accurate as the operator makes it. I for one will not be ensuring that every pod has exactly 100 paintballs in it or the loader is always topped off with exactly 170 balls. The loader level and the shots/day ball counts will continually be best-guesses as these are indirect counts; the ShotMeter counts cycles of the bolt whether there is a ball in the breach or not. The tank count will be accurate as it is based on the bolt cycles themselves and meant to measure gas used rather than paintballs.

The Data

After comparing the shots per day to the number of paintballs I brought to the field, I found that when I do lose balls, I usually drop 100-300 a day. In regards to the "50 shots per ounce" estimate, it seems that this approximation is notably low. The data in the Shot Meter Data chart was collected over 3 days of play with temperatures between 75 and 98 degrees Fahrenheit. The calculated average based on teh collected data is 86 shots per ounce! More than half again as many shots per ounce than the long standing estimate had indicated.

Tank Capacity in Ounces Shot Estimate Shot Actual Shots/Ounce CO2
12
600
1068
89.00
12
600
1078
89.93
9
450
708
78.44
9
450
786
87.33
    Average Shots/Ounce
86.15

Next Steps

As the current version of the circuit is a hand soldered proto-board my next step may be to port everything over to a smaller surface mount design and free-up some room inside the enclosure for another upgrade or two: perhaps a digital compass or ballistic trajectory calculator. Or, I may just try to make it as small and light as possible.

I've found the "ammo low" warning to be helpful on the field, and knowing approximately how far into a tank I am has been very handy, as well. I hope you have found this project interesting and useful. Please contact me with any questions or comments at the e-mail address listed in the beginning of this article.

 


Copyright © 1992-2019 Corinthian Media Services.

WARPIG's webmasters can be reached through our feedback form.  All articles and images are copyrighted and may not be redistributed without the written permission of their original creators and Corinthian Media Services. The WARPIG paintball page is a collection of information and pointers to sources from around the internet and other locations. As such, Corinthian Media Services makes no claims to the trustworthiness or reliability of said information. The information contained in, and referenced by WARPIG, should not be used as a substitute for safety information from trained professionals in the paintball industry.