I'm building an accelerometer data logger to take with me in my rowing boat, so I can register the acceleration of the boat.
I'm using a JeeNode v3 and a DC-SS009 board from Sure Electronics that contains a A7260 accelerometer chip from Freescale Semiconductor.
I finally managed to read the x axis data and send this data by RF to my other JeeLink connected to the PC. I had some trouble with RF12 configuration but JC helped me out.
Another problem that took me one hour to solve: the order of reading the ADCL and ADCH registers! I was using them directly as parameters to a function but in fact we have to guaranty that we read first the ADCL and last the ADCH register so that the ADC register is unblocked for the next reading.
So I'm finally setup for this new project, the basic hardware is working.
I'll be posting here the next steps...
