I would like to be able to write code that takes the signal from an accelerometer to do these things:
- Measure acceleration
- Detect bumps
- Detect impact
- Detect sitting/standing
- and anything else it can possibly do...
I'm specifically interested in the accelerometers in Android phones, but I'm open to general information of all kinds about reading the signal from an accelerometer and making it useful. I have heard of a few good reads on DSP, but, I would really like a resource that is code-centric. Regardless of what programming language the examples are in, I just like to see things in code. Can anyone suggest something that fits the bill? I'm interested in exploiting other sensors on Android phones too, but, I'm mainly asking about accelerometers.