Shop OBEX P1 Docs P2 Docs Learn Events
I need advice... — Parallax Forums

I need advice...

CannibalRoboticsCannibalRobotics Posts: 535
edited 2008-10-28 00:21 in Propeller 1
I need to track a couple of hundred data points (words) in what us old school guys would refer to as a "circular buffer".
I'm going to pull the trigger on either an SD memory or the USB data logger today.
Which is easiest to use with a prop?
Which takes up less prop memory to implement?
Which is the fastest?

Thanks ahead of time.
Jim-
·

Comments

  • AleAle Posts: 2,363
    edited 2008-10-27 21:12
    SDCard.

    But, if you can go with a i2c fram/eeprom/flash (can be SPI) ... go for it, it will be simpler unless you need that a pc read/writes the data. In such a case you can always implement a PC interface via serial port.
  • tpw_mantpw_man Posts: 276
    edited 2008-10-28 00:21
    I think the SD card is both fast and simple to use, but the USB datalogger uses a LOT less memory, due to its serial interface. On the prop, the prop code is handling interfacing with the SD card and the filesystem. The USB datalogger might be simple to use, but I have not used it.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    I am 1011, so be surprised!


    Advertisement sponsored by dfletch:
    Come and join us on the Propeller IRC channel for fast and easy help!
    Channel: #propeller
    Server: irc.freenode.net or freenode.net
    If you don't want to bother installing an IRC client, use Mibbit. www.mibbit.com
Sign In or Register to comment.