Fast Data Logging


Closed Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2010
    Posts
    11

    Default Fast Data Logging

    Is there a way to record several seconds (2-3 seconds) of data at 1khz or even 10khz? I'd like to store 6 words per iteration.

    6 words * 2 bytes = 12 bytes
    12 bytes * 1000 hz = 12000 bytes/s
    after 3 seconds...

    36000 bytes, or 35.2 kilobytes.

    It'd also be nice if it didn't take too many instructions or time to do the actual logging (it'll interfere with what I'm trying to log).

    Can I do this using an SD card? would it be fast enough such that my 1ms loop wouldn't change significantly?

    Thanks,
    Matt

  2. #2
    Join Date
    Oct 2004
    Posts
    440


    Did you find this post helpful? Yes | No

    Default

    May not be much help but I can do a SD FAT16 sequential read (not reading the
    partition table) at 353 K bytes per sec.
    Write is slower and to read on a PC you would need to write the partition tables.

    Norm

Similar Threads

  1. Using Nokia LCD
    By BobP in forum mel PIC BASIC Pro
    Replies: 300
    Last Post: - 3rd May 2018, 04:47
  2. Read/Write Problem
    By Tobias in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 10th February 2010, 01:51
  3. Big characters on HD44780 4x20
    By erpalma in forum mel PIC BASIC Pro
    Replies: 23
    Last Post: - 7th January 2007, 02:21
  4. LCD + bar graph
    By DynamoBen in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 5th October 2005, 14:50
  5. Sinus calculating !
    By Don Mario in forum mel PIC BASIC Pro
    Replies: 29
    Last Post: - 28th November 2004, 23:56

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts