I’m interested in seeing how my mood correlates with whether or not I am on my feet and when and how I am moving. I haven’t done that yet, but I have a feet-eye view of my life.
I hooked up 2 FSRs to each of my feet, one at the heel and one at the front. I used an old pair of Converse whose insoles are slowly falling apart, so I was able to prise the insole up and place the FSRs between the sole and the insole. I ran the flexible connector through rips in the fabric near the sole and connected the wires to long ribbon wires which run up my leg.
((photo))
((circuit diagram))
Currently, data from both shoes is feeding into the ADC ports of the Sparkfun datalogger and being recorded (at 10 Hz) as an array of bytes on an SD card. I added a potentiometer so I can (actively) indicate my mood.
I’m feeding this data into Processing (someone, please, give me a kick in the pants to move over to Eclipse!), parsing out the five pieces of information, and displaying it as follows:

The left strip is the front (left) and back of the left foot over time (the top is time 0, and the bottom is the end of the recording), and the right strip is the same data for the right foot. The colors are used to indicate my stated mood. There are some primitive zooming and scrolling options to allow a closer look:

Thus far, I have basically been able to visually identify when I am walking, and to a lesser degree when i am standing or sitting. I am particularly interested in when I am fidgeting, but I’m not as clear what that looks like.
The code needs a lot of work (I need to use objects a lot more heavily than I currently am), and I’d like to display this in three ways: as that larger graph (with an indicator of where in the graph one is looking), as a simultaneous closeup of a smaller section of the graph, and as an actual representation of feet with alpha as an indication of pressure, which can be seen changing over time.
Technically, I’m not convinced that the 5 inputs into the datalogger are entirely independent (the potentiometer is being wonky, which a potentiometer has never been for me before). Also, I *really* don’t think that indicating mood is the way to go. I am thinking of measuring heart rate and GSR as combined mood indicators (but am a little overwhelmed by finding and understanding op amps!), and then I think I will want to send all my data into Arduino, make the sense of it that I want, and then send it via serial into the datalogger.