Shop OBEX P1 Docs P2 Docs Learn Events
BS2 and 2816 EEPROMs — Parallax Forums

BS2 and 2816 EEPROMs

B1naryL0g1cB1naryL0g1c Posts: 2
edited 2005-02-25 19:41 in BASIC Stamp
i'm working on a project with a BS2 that will require an extreme amount of data to be stored and retrieved. having a few 2816 eeproms on hand, i was thinking of using·one of them to store the info. before i reinvent the wheel, i thought i'd ask the guru's if/how this has been accomplished in the past and if anyone had any constructive advice for me.

thanks

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
B01nK~~~

Comments

  • SPENCESPENCE Posts: 204
    edited 2005-02-24 00:38
    How much data are you thinking of. 8 k, 64 k 1.4 meg, megabytes?

    73
    spence
    k4kep
  • ForrestForrest Posts: 1,341
    edited 2005-02-24 02:09
    I did a quick search on Google and apparently the 2816 eeprom is a whopping 2K bytes. If you need more storage, Microchip's 24LC256 (32K bytes) can be easily interfaced to BS2. Check out Nuts and Volts #115 for the article and programs at www.parallax.com/html_pages/downloads/nvcolumns/Nuts_Volts_Downloads_V5.asp
  • GadgetmanGadgetman Posts: 2,436
    edited 2005-02-24 10:12
    Or you could jsut go for a BS2p or BS2pe which can store data in unused program banks. (BS2p has 8 x 2KB and BS2pe has a whopping 16 x 2KB and is meant for data capture )

    No hassle with doing SEROUT/I2COUT/BitBanging/Shift-registers or anything.
  • B1naryL0g1cB1naryL0g1c Posts: 2
    edited 2005-02-24 13:36
    thanks for the replies. you're all right. being the penny-pinch'n miser i am, and having extra parts laying around, i just wanted to reuse the parts. i appreciate the information and the direction guys!

    for the pure reason of "it can be done", i'd still be interested to know if anyone's interfaced a 2816 to a BS2...

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    B01nK~~~
  • SPENCESPENCE Posts: 204
    edited 2005-02-24 14:35
    I have ask tech support for clarification for the program memory in the 2p and 2pe.

    I have never heard of a cpu that could alternatly use either 8 bit program memory or 16 bit program memory. Usiually it is 1 or the other.

    The solutions cubed serial memory uses a non volital(nv) ram which is somewhat similar to eerom with a cpu on board to handel the serial to parallel and parallel to serial conversion.

    73
    spence
    k4kep
    .
  • Jim McCorisonJim McCorison Posts: 359
    edited 2005-02-24 15:56
    Spence,

    The BS2pe contains 16 banks of 2kb. Eight of these banks can be used for programs a la the BS2p and others. The remaining 8 banks are used for data storage exclusively and can not contain programs.

    Jim
  • SPENCESPENCE Posts: 204
    edited 2005-02-25 18:27
    Jim,

    where did you find doc specifically on the data only 16 k eerom for the 2pe?

    I have searched everywhere including the download 2.1 basic stamps manual and founf nothing?

    73
    spence
    k4kep
  • Bruce BatesBruce Bates Posts: 3,045
    edited 2005-02-25 19:41
    SPENCE -

    You can find it here, among other places:
    http://www.parallax.com/detail.asp?product_id=BS2PE

    It also appears in the Stamp Comparison document which can be downloaded near the bottom of that same web page.

    Regards,

    Bruce Bates
Sign In or Register to comment.