Shop OBEX P1 Docs P2 Docs Learn Events
StampII data storage question — Parallax Forums

StampII data storage question

ArchiverArchiver Posts: 46,084
edited 2000-03-29 18:30 in General Discussion
I am designing a Stamp2 based GPS data logger which will collect data every
6 minutes for up to a week. I have calculated that I need to store 60 bytes
every 6 minutes which calculates out to 60*10=600 bytes/hour or 600*24=14400
bytes/day or 14400*7=100800 bytes/week. I would like to store the data in
non-volatile flash memory. Does anyone have a workable idea as to how I can
store at least this much data?

Any advice/ideas would be appreciated

TIA

Vic
_________________________________________

Victor Fraenckel vfraenc1@n...
Home of the WindReader Electronic Theodolite
Read the WIND

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2000-03-29 16:05
    What type of GPS are you using ?
    Do you already write the code to comunicate with the GPS ?

    [noparse][[/noparse] ]'s

    Luiz Baldini

    Original Message
    From: Victorf
    To: Stamp Mailing List
    Sent: Wednesday, March 29, 2000 12:02 PM
    Subject: [noparse][[/noparse]basicstamps] StampII data storage question

    I am designing a Stamp2 based GPS data logger which will collect data every
    6 minutes for up to a week. I have calculated that I need to store 60 bytes
    every 6 minutes which calculates out to 60*10=600 bytes/hour or 600*24=14400
    bytes/day or 14400*7=100800 bytes/week. I would like to store the data in
    non-volatile flash memory. Does anyone have a workable idea as to how I can
    store at least this much data?

    Any advice/ideas would be appreciated

    TIA

    Vic
    _________________________________________

    Victor Fraenckel················· vfraenc1@nycap.rr.com
    Home of the WindReader Electronic Theodolite
    ·················· Read the WIND




    eGroups.com Home: http://www.egroups.com/group/basicstamps/
    http://www.egroups.com - Simplifying group communications

  • ArchiverArchiver Posts: 46,084
    edited 2000-03-29 16:34
    Vic,
    Parallax provides a product call StampMEM that can handle this job. It is a
    serial eeprom storage system that uses one pin on the stamp. It will hold
    65,000 bytes which is near your requirement.
  • ArchiverArchiver Posts: 46,084
    edited 2000-03-29 18:30
    Check out Microchip's I2C 24LC256 Serial EEPROMS. These are 32Kbytes each and
    you can put 8 of them on the same 2 pin bus. If you wanted more storage, you
    could put 8 more on 2 other pins.

    Larry Nielsen

    Victorf wrote:

    > I am designing a Stamp2 based GPS data logger which will collect data every
    > 6 minutes for up to a week. I have calculated that I need to store 60 bytes
    > every 6 minutes which calculates out to 60*10=600 bytes/hour or 600*24=14400
    > bytes/day or 14400*7=100800 bytes/week. I would like to store the data in
    > non-volatile flash memory. Does anyone have a workable idea as to how I can
    > store at least this much data?
    >
    > Any advice/ideas would be appreciated
    >
    > TIA
    >
    > Vic
    > _________________________________________
    >
    > Victor Fraenckel vfraenc1@n...
    > Home of the WindReader Electronic Theodolite
    > Read the WIND
    >
    >
    > eGroups.com Home: http://www.egroups.com/group/basicstamps/
    > http://www.egroups.com - Simplifying group communications
Sign In or Register to comment.