FirstModulAR 0.1.0
Loading...
Searching...
No Matches
CPR Trainer (Widget) (Deprecated)

image

This widget was created for a concept/experiment that didn't necessarily pan out. The idea was to give real-time performance analysis and feedback to a user administering CPR. The widget also contains visualizations showing how much force is being applied – if the bar doesn't reach the green area, it's not enough force, and if it goes past the green into the red area, it's too much force.

We even hotwired a cheap scale from Amazon and hooked it up to a Raspberry-Pi-type single board computer so we could network the force being applied to it to provide values to this widget. It all actually worked.

The idea was that you could use something like this for training purposes, or if it worked well enough, to give real-time performance analysis during live operations.

We even discovered that you can run a Pulse instance, put it in a state of cardiac arrest, and then give it highly-granular moment-to-moment "CPR compression force" events to simulate at a bodily level whether the CPR is working. The vitals figures at the top are associated with a Pulse instance.

As you can see there are a lot of ideas here. We didn't end up showcasing any of these seriously, but there are some interesting concepts that might be worth exploring further at some point.

Setup

Without the prototype scale we hotwired, it will be hard for anyone to use this the way it was actually intended to be used. The package is more or less just here in case anyone wants to look over how we did things, as an example for how to implement their own physical interface.