How to find the address of stored data on a SD memory card?


Closed Thread
Results 1 to 13 of 13

Hybrid View

  1. #1
    Join Date
    Jan 2009
    Location
    Miami, Florida USA
    Posts
    699


    Did you find this post helpful? Yes | No

    Default

    Well, what I have been working on is a data logging project that loads the data into a SD card. In this project, the user can interface with the system using a graphic LCD display and data is constantly loaded into the 2GB card. So, I thought that instead of having to remove the SD card all the time to be able to read its contents, it would be very nice been able to read the SD card using a USB connection and read the whole thing like a thumbdrive. There are many devices out there in the market that perform a similar function, like for example your photo camera.

    An easy way to achieve this seems to be using the FTDI Vinculum VDIP1 modules. BrianT explains how to set this chip up in the next thread.

    http://www.picbasic.co.uk/forum/showthread.php?t=7700

    I've just been trying to stay away from adding more chips to my circuit but probably the FTDI Vinculum is the best way to go for the project that I am working on. At least, it seems to be the easiest way.

    Robert
    Last edited by rsocor01; - 4th March 2010 at 20:31.

  2. #2
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    Yes, SDFS can be used for reading a file and send that info out. It can be done serially so if you know how to use USB then it shoulf also work with that.

    In my opinion for data logging stay away from the VDIP stuff and use a SD card.
    I spent more time trying to use the VDIP than I did learning to use SDFS.

    So, in the SDFS docs look at SDFS_READ command.
    Dave
    Always wear safety glasses while programming.

Similar Threads

  1. Using Nokia LCD
    By BobP in forum mel PIC BASIC Pro
    Replies: 300
    Last Post: - 3rd May 2018, 04:47
  2. Need the code to write to a memory
    By Hamlet in forum General
    Replies: 0
    Last Post: - 20th August 2007, 00:22
  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 : 0

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