I've been re-visiting a few of my unfinished projects recently, so decided to fire up the Raspberry Pi that I got a while ago to see if it was any use as a logger.
It took me a few hours to write a Perl module to drive an LCD from the GPIO pins (I'm amazed no-one had written one yet) and then about 10 minutes to port my logger code to the R-Pi.
End result is 8Hz logging, and a better screen refresh rate so it looks pretty promising
There's enough spare GPIO lines to add a few buttons - and spare SPI, i2c and uart ports which I'll use to add a RTC, 3 axis accellerometer and some ADC inputs at some stage later on.
The only parts required for this version of the logger are:
Raspberry Pi board ($38)
20x4 LCD ($7)
2Gb or larger SD card ($5)
Jumper wires to connect screen to R-Pi board ($3)
Optional - USB thumb drive for storing logs (otherwise it stores them on the SD card, but a USB drive is more convenient)
USB car charger or other 5v supply capable of supplying at least 1 amp
and some sort of case would probably help too
It's not in the same league as VL400's logger, but it's a bit of fun and does what I need.
http://youtu.be/iYu8XQRJmYE - the screen flicker is because I was writing some debug messages to the screen between each update and forgot to turn it back off
