Combat-sport strikes are a hostile environment for inertial sensors. A rear cross that we measured on a force plate sat around 1700 N; fist accelerations in that study reached the order of 90 m/s². Cheap consumer IMUs clip. Laboratory optical systems are accurate and immovable. Coaches still want a number they can take to the bag, not a booking in a motion-capture hall.
IMU Strike Diagnostics is the hardware answer we published: a complete blueprint, firmware, and Python suite for a low-cost inertial unit rated to high-g, up to 200 g, aimed at strike diagnostics. Linear acceleration and angular velocity, logged on a device you can strap on a wrist or a shin, then processed in Python instead of locked inside a vendor GUI. Schematics and code live at github.com/biokineticum/imu_dareczin.
Why 200 g is not a marketing round number
Peak linear acceleration at impact is short and ugly. If the sensor saturates, you do not get a slightly wrong peak — you get a flat line and a story about “the punch that maxed the chip”. Combat diagnostics therefore start with range, then with sample rate, then with mechanical mounting that does not itself become a second impact. Firmware has to keep the clock honest; the Python side has to segment trials the same way every afternoon.
That last part is the same problem as in the lab stack. Noraxon Strike Analyzer already cuts continuous Ultium EMG and AMTI recordings into individual strikes and plots mean force profiles. The open IMU kit is the version you can build when you do not have Ultium on the trolley. Same scientific habit: segment, average, look at the outlier, do not trust a single raw spike.
I will not invent a validation table for the open hardware here. The boxing paper used laboratory IMUs on wrist, forearm and upper arm plus a certified plate; that is a different instrument. The kit is a blueprint for people who want high-g traces without waiting for a grant that buys a full Noraxon set. If you need a reference system, that is a different shelf.
What the literature says
Wearable inertial sensors are not a gimmick when the question is joint angles outside the optical volume. Poitras and colleagues systematically reviewed M/IMU validity and reliability across joints and task complexity: criterion validity was generally stronger for simpler tasks and for lower-limb flexion–extension, with more caution needed as complexity rises (Sensors, 2019). Zeng et al. meta-analysed IMUs for lower-extremity running kinematics: excellent concurrent validity for several spatiotemporal outcomes and sagittal ankle angle, with more caution for other planes and parameters (Sports Med Open, 2022).
The 2024 ISB recommendations on IMU joint kinematics push the field toward reproducible reporting — sensor calibration, experimental protocol, kinematic model, subject-specific calibration, quality assessment — rather than a single magic algorithm (Cereatti et al., J Biomech, 2024). That framing matches how I use the stack: high-g DIY IMUs for impact peaks the full mocap suit is not built to emphasise; Perception Neuron 3 / Noitom for the movement chain that produced the peak.
Honest limits: IMUs are often better than a webcam for some planes and high-rate tasks, and worse than a calibrated optical volume when you need millimetre marker trajectories. Neither replaces a force plate when you need Newtons at the bag.
Perception Neuron 3 as the reference shelf
Biokineticum is the official Noitom partner in Poland. Perception Neuron 3 is a portable inertial motion-capture system — Axis Studio, HTTP streaming, BVH you can actually keep — with Polish analysis software written against that pipeline. A 2026 master’s thesis I supervised at Jan Długosz University in Częstochowa, on joint tracking and angle analysis with real-time feedback for physical therapy, used Perception Neuron 3 as the reference for a markerless tool. Reported correlations ran from r = 0.6 to over 0.9. That sentence belongs to that thesis, not as a blanket accuracy claim for every IMU we ship.
On GitHub, the Noitom single-sensor example shows how to stream raw acceleration from one Perception Neuron 3 unit through the Axis Studio SDK (Mocap.api) in Python and C++. That is the biofeedback path: one sensor, live telemetry, your own overlay. MotionScope 3D takes the BVH further into the browser. YouTube carries kick-analysis examples from the same toolchain. The hardware is small, relatively robust to interference, and priced for labs that cannot freeze a room for optical cameras.
Packages on the Noitom page are deliberately coarse: Start (hardware and software), Sport/Pro (plus training and analysis), University (hardware plus specialised software for researchers). Training can run on the same Perception Neuron units used later for capture. I do not list street prices here; availability goes through the contact form.
How I would actually use the two together
High-g DIY IMUs belong on the striking limb when you care about impact peaks. Perception Neuron 3 belongs on the rest of the chain — trunk rotation, step, guard — when you care about the movement that produced the peak. The boxing work already said the quiet part: the cross is not an isolated arm; it is a path from the feet through the trunk. Measuring only the fist is how you get fast, weak punches that look good on a phone video.
If you are a clinic, a university lab, or a club that wants numbers on strikes without pretending a phone accelerometer is a scientific instrument, start with the blueprint or with a Perception Neuron 3 demo. Both are documented. Neither replaces a force plate when you need Newtons at the bag. They do replace the shrug that says striking is too fast to measure.
References
- Poitras I, Dupuis F, Bielmann M, et al. Validity and reliability of wearable sensors for joint angle estimation: a systematic review. Sensors. 2019;19(7):1555. doi:10.3390/s19071555
- Zeng Z, Liu Y, Hu X, Tang M, Wang L. Validity and reliability of inertial measurement units on lower extremity kinematics during running: a systematic review and meta-analysis. Sports Med Open. 2022;8:86. doi:10.1186/s40798-022-00477-0
- Cereatti A, Gurchiek R, Mündermann A, et al. ISB recommendations on wearable inertial measurement technology for joint kinematics. J Biomech. 2024;173:112225. doi:10.1016/j.jbiomech.2024.112225
- Mosler D, Kacprzak J, Wąsik J. Higher values of force and acceleration in rear cross than lead jab. Appl Sci. 2024;14(7):2830. doi:10.3390/app14072830
High-g hardware blueprint (up to 200 g) plus Perception Neuron 3, Axis Studio streaming, and Polish analysis software.