SparkFun OpenLog(DEV-09530) is defined as “simple to use”.
OpenLog
sku: DEV-09530
Description: OpenLog is an open source data logger. Simple to use, simple to change. We wanted to create a serial logger that just worked. Power this device up and it will start logging any received serial data at 9600bps.
Datasheet
OpenLog is a simple serial logger based on the ATmega328 running at 16MHz. The ATmega328 should be able to talk to high capacity (larger than 2GB) SD cards. The whole purpose of this logger was to create a logger that just powered up and worked. OpenLog ships with a standard serial bootloader so you can load new firmware with a simple serial connection.
The Basics
•OpenLog runs at 3.3-5V at 9600bps by default. This is configurable to 2400, 9600, 57600, and 115200bps. We recommend you attach a serial connection to reconfigure the unit to work at a different serial speed, but you should be able to do it in software.
•During power up, you will see 12> or 12<. 1 indicates the serial connection is established. 2 indicates the SD card has been successfully initialized.
Troubleshooting
The easiest way to get OpenLog working is with a serial connection to a computer. Power up OpenLog and you should see ‘12<’. If you don’t, make sure your TXO and RXI pins are connected correctly. TXO is an output pin from OpenLog and will need to be connected to a input pin on your serial conversion board
Where will 12> or 12<. be seen?
**(Then a picture of a DOS page is shown with commands, etc, which is totally confusing to me.)**How do I compile OpenLog?
OpenLog is compiled with WinAVR but should be compatible with any platform that support the ATmega328. I will assume you are using WinAVR.
No, I’m trying to get it to work with Arduino, since OpenLog has been made to connect directly with Arduino pro, and Arduino pro-mini.
The Datasheet, put out by GitHub(whoever they are), is full of vagaries and is written with assumptions that users already know a whole lotta other suff before attempting to use OpenLog.
For nitwits like me who DON’T already know a whole lotta other stuff, what is needed is a tutorial that goes from A to Z, which starts at the beginning and explains some of that “lotta other stuff”, rather than assuming users already know what goes from A to J, then starts out with K and goes S.
Ferinstance
B)Here’s how its hooked up.
C)Here’s how to prepare or set up your old computer.
D - J)Lotta other stuff that the uninitiated will need to know
Just start from the beginning.
Thank you
PO’T