Data Logging


Closed Thread
Results 1 to 8 of 8

Thread: Data Logging

  1. #1
    barkerben's Avatar
    barkerben Guest

    Default Data Logging

    Hi,

    I'm putting together a system to talk to a GPS board I have. It will do various things, such as output to an LCD etc. I wanted to do some data logging - record waypoints, track position every x seconds, etc.

    Serial EEPROM seems to be the way to go. But 1 Million write cycles is not neccesarily as much as it sounds if you are recording a few bytes every few seconds. Does anyone have any thoughts...?

    Cheers,

    Ben

  2. #2
    barkerben's Avatar
    barkerben Guest


    Did you find this post helpful? Yes | No

    Default Compact flash

    I found a few other posts on this site. I also found a site here:

    http://www.mikroelektronika.co.yu/en...ook/08.htm#8.3

    This talks about writing to CF using a POC, but seems to be for a different distribution of Basic...?

  3. #3
    Join Date
    Mar 2005
    Location
    Iowa, USA
    Posts
    216


    Did you find this post helpful? Yes | No

    Lightbulb

    Look into FRAM from www.ramtron.com
    Wisdom is knowing what path to take next... Integrity is taking it.
    Ryan Miller

  4. #4
    Join Date
    Jul 2003
    Location
    Sweden
    Posts
    237


    Did you find this post helpful? Yes | No

    Lightbulb

    Ben, every BYTE can be written to 1 million times. Surely you don't fill your entire memory every few seconds.

  5. #5
    barkerben's Avatar
    barkerben Guest


    Did you find this post helpful? Yes | No

    Default

    Ah... every byte. That makes a lot more sense, now I come to think about it!

    Interfacing a serial EEPROM to a PIC should be quite simple. I still need to find an easy way of getting the data out of the eeprom and onto a PC, which is why the CF idea seemed nice. But probably far more complicated...

    Ben

  6. #6
    Join Date
    Feb 2004
    Location
    Germany
    Posts
    762


    Did you find this post helpful? Yes | No

    Default

    Ben,

    have you had a look at This Thread ?
    regards

    Ralph

    _______________________________________________
    There are only 10 types of people:
    Those who understand binary, and those who don't ...
    _______________________________________________



  7. #7
    barkerben's Avatar
    barkerben Guest


    Did you find this post helpful? Yes | No

    Default

    Thanks - I found that a few minutes ago - it seems very thorough!

    Cheers,

    Ben

  8. #8
    barkerben's Avatar
    barkerben Guest


    Did you find this post helpful? Yes | No

    Default

    Yeah. An EEPROm would certainly store the data - but accessing it on a PC once it has been recored seems slightly more involved. An advantage of using something like a formatted flash card is it is possible to just plug it in and read what's there.

    The disadvantage seems to be the added complexity of circuitry and programming to achieve this...

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