Search

OpenLog - simple serial microSD data logger

SKU:
MOD-1666
Weight: Help
3 g
no
Supplier:

Start logging your serial data to SD card. Clone of SparkFun’s DEV-13712

This time boards are with green PCB

On stock: Help 100

PLN 39,00
PLN 31,71 w/o VAT
Help
EUR 9,07
EUR 7,37 w/o VAT
How many Discount Price per piece
with VAT, in PLN
1 39,00
5+ 8,00 % 35,88
10+ 12,00 % 34,32
25+ 16,00 % 32,77
Quantity discounts does not sum with other discounts

The OpenLog is an open source data logger. Simple to use, simple to change. Power up this device and it will start logging any received serial data at 9600bps. Sending Ctrl+z three times will drop out of logging and in to command mode. ‘new’ will create a new file. ‘md’ makes a directory. ‘?’ brings up the list of commands. OpenLog doesn’t do a lot, but it does log serial streams extremely well.

That’s really it! OpenLog firmware is open source and is based on Bill Greiman’s sdfatlib. OpenLog currently supports FAT16 and FAT32 microSD cards

Features:

  • Log to low-cost microSD FAT16/32 cards up to 64GB
  • Simple command interface
  • Edit config.txt file from a computer to change baud rate and other system settings
  • Three modes:
    • NewLog creates a new log every power up and immediately starts logging
    • SeqLog appends a file called “SeqLog.txt” at every power up and immediately starts logging
    • Command mode starts OpenLog at a command prompt at power up
  • Configurable baud rates (2400 to 115200bps)
  • Configure unit through config file or the menu system
  • Power, ground, and RX-I are the minimum connections
  • Reprogrammable ATmega328 using the Arduino IDE
  • Two LEDs indicate writing status
  • Input voltage from 3.3V to 12V
  • 2mA idle, 6mA at maximum recording rate

Dimensions: 4 x 15 x 19mm

Github project site: OpenLog for latest code