Menu Home Example Applications Support Contact Us
GCDC
data logger
X16-1E

Please note that the X16-1E was discontinued and is no longer in stock. Please consider the HAM-x16 product as a replacement or contact sales@gcdataconcepts.com regarding our products and services.

X16-1E

The X16-1E is a hardware update to the X16-1D. Priced at only $89, the X16-1E is a very economical data logger packed with exceptional features. The X16-1E implements a digital 3-axis 16g accelerometer with user selectable sample rates up to 400Hz. This simple device stores precisely timed acceleration data on a microSD flash card. Just plug it into a PC, and the X16-1E mounts as a USB Mass Storage Device similar to a USB flash drive. Data is stored in plain text Comma Separated Values (.csv) files, ready to be imported into any spreadsheet, word processor, or end user application. The X16-1E options are easily set up using a simple text based configuration file. The X16-1E operates from a replaceable AA type alkaline battery (ANSI type 15A or IEC type LR6). Read more about our data logger product-line features.

  • Low cost, compact size (4"x1"x1")
  • Weighs 2oz (55g) with AA alkaline battery
  • Digital 3-axis accelerometer with +/-16g range
  • User selectable sample rates of 12, 25, 50, 100, 200, and 400 Hz
  • 16-bit resolution
  • 800, 1600, 3200 Hz sample rates available at lower effective resolution (reference sec 4.1.1 of user manual)
  • Sensor is oversampled 8X and data processed through FIR filter
  • Easily readable comma separated text data files
  • Real Time Clock (50 PPM) provides up to 0.1 millsecond precision time stamped data
  • Data recorded to a removable 8GB microSD card (included)
  • Data transfer compatible with Windows/Linux/Mac via Universal Serial Bus (USB) interface (no special software required)
  • Operates on an AA type alkaline battery.

For more details, specifications, and how to use the X16-1E, please refer to the user manual (.pdf). The user manual includes an example data file and instructions for converting the data and time stamps.

The X16-1E logger is configured using a simple text file called config.txt located on the microSD card. Below is an example:

   
        ;Example X16-1E config file
        ;set sample rate
        ;available rates 12, 25, 50, 100, 200, 400
        samplerate = 100
        ;record constantly
        deadband = 0
        deadbandtimeout = 0
        ;set file size to 15 minutes of data
        samplesperfile = 90000
        ;set status indicator brightness
        statusindicators = high
        ;rebootOnDisconnect
        ;see X16-1E user manual for other config options
                  

Data is stored to simple text formatted .csv type files, which are easily imported into any spreadsheet or analysis software (Matlab, Octave, R, etc). Below is a example data file:

   
        ;Title, http://www.gcdataconcepts.com, X16-1E, ADXL345
        ;Version, 1110, Build date, Dec 30 2015,  SN:CCDC4016131F31B
        ;Start_time, 2022-01-04, 10:25:14.000
        ;Temperature, -999.00, deg C,  Vbat, 1444, mv
        ;SampleRate, 100,Hz
        ;Deadband, 0, counts
        ;DeadbandTimeout, 0,sec
        ;Headers, time,Ax,Ay,Az
        0.003,799,650,-1773
        0.013,805,661,-1808
        0.023,766,687,-1844
        0.033,790,670,-1818
        0.042,801,663,-1808
        0.052,769,657,-1786
        0.062,790,683,-1795
        0.072,813,719,-1853
        0.081,824,670,-1784