DF Robot Serial Data Logger

Compared to the old MicroSD Card Module, this Gravity: Serial Data Logger can store data more conveniently, and supports direct data printing through serial port without additional codes.

The Serial Data Logger provides onboard 128MB Flash memory, no more TF card required. It comes with a USB function, which means you can directly connect it to a PC computer to read the stored files without using a card reader. Meanwhile, with the onboard LED indicator, data writing status can be viewed visually. And the onboard SAVE key makes it easier to store data into separate files.

Quick Spec

  • Supply Voltage: 3.3V~5V
  • Operating Current: 32mA
  • USB Protocol: USB2.0
  • Operating Temperature Range: -30℃~85℃
  • Operating Humidity Range: 5%RH~85%RH
  • Dimension: 32 x 27mm
  • Net Weight: 14g

Wiring Diagram

Connection-Diagram

Sample Code

Write data to the module through Serial.print, save a file every once in a while.



#define SPIN 6  //Connect to the module Pin S, trigger to save files at low level 
uint16_t i = 0;

void setup(void)
{
  Serial.begin(9600);
  delay(2000);  //To aviod data lost, delay a period of time to wait for the module to start 
  pinMode(SPIN, OUTPUT);
  digitalWrite(SPIN, HIGH);
}

void loop(void)
{
  Serial.println(String(i));
  i++;
  if((i % 10) == 0){
    digitalWrite(SPIN, LOW);
    delay(500);
    digitalWrite(SPIN, HIGH);
  }
  delay(300);
}


Resources

Shipping List

  • 1 x DF Robot Serial Data Logger


DF Robot Serial Data Logger

  • Brand: DF Robot
  • Product Code: TEL0147
  • Weight: 0.014kg
  • Product Status : Active
  • Stock

    Warehouse Stock Status Location
    Centurion No Stock
    Stellenbosch No Stock
    Bulk Location No Stock

    We ship free of charge between branches to complete your order.

  • R242.00 (Inc Tax: R278.30)


Related Products

SparkFun OpenLog Datalogger

SparkFun OpenLog Datalogger

SparkFun OpenLog Datalogger The SparkFun OpenLog is an open source data logger that works over a simple serial connection and supports microSD cards up to 64GB. The OpenLog can store or “log” huge ..

Centurion (No Stock)
Stellenbosch (No Stock)
Bulk Location (No Stock)
Part No: DEV-13712
Product Status : Active

R398.00 (Inc Tax: R457.70)