-
Notifications
You must be signed in to change notification settings - Fork 227
Logger Comparison
nseidle edited this page Sep 13, 2010
·
11 revisions
This is a quick comparison of the different FAT data loggers that we know of in the embedded world.
Yes, that’s us. We rock. OpenLog is small, cheap, and does one thing well, log data.
- Mates directly with Arduino Pro and Arduino Pro Mini
- Basic serial STK500 bootloader comes pre-installed so that you can tweak the firmware to your heart’s content
- Very compact
- Supports FAT16 (up to 2GB)
- Very few bells and whistles
- Based on ATmega328 @ 16MHz and 3.3V
Logomatic is pretty phenomenal. It uses an ARM7 LPC2148 and does some really cool stuff.
- Obviously it datalogs
- Has a USB mass storage device profile built in. So when you attach USB, you get a fancy drive on your computer where you can see the actual files on the SD card. This is nice because it doesn’t require a microSD card reader.
- Has an external battery connector. This makes the board a very independent data logger; you don’t need any other microcontroller.
- Has RTC for file date/time data.
- On/Off switch is handy
- Comes with SD+USB bootloader that allows the end user to tweak firmware for their own bubble logging projects.
- Configuration is done through an on-board configuration file, so no need to type in commands!
- Fairly compact for what it offers
The uLog (pronouced micro log) is a very compact data logger. It was designed for use with rocketry and accelerometers.
uDrive
SD Shields