Shop OBEX P1 Docs P2 Docs Learn Events
Curiosity: Basic Stamp's lifespan? — Parallax Forums

Curiosity: Basic Stamp's lifespan?

JedJed Posts: 107
edited 2008-01-24 20:01 in BASIC Stamp
Just out of curiosity, is there a projected lifespan for a basic stamp? Like 100 million executed instructions or something like that before it poops out?

Comments

  • allanlane5allanlane5 Posts: 3,815
    edited 2008-01-24 15:40
    It can be programmed like 100 million times before the EEPROM starts having problems. The eeprom is only limited in "write" cycles -- you can "read" the eeprom with no problems at all. If you programmed it once a minute, every minute, you'd 'wear it out' in about 190.25 years.

    You CAN use the keyword "WRITE" to write data to the eeprom directly from the BS2 16C57 chip -- and if you do that once a millisecond the lifetime drops to a week or so before the location you've written to stops accepting data. I THINK it reads as a zero all the time after that -- but I'm not gonna ruin a perfectly good BS2 to find out.

    And there is no "max number of instructions executed" life-time -- keep giving it power and it can run for years and years.
  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2008-01-24 18:56
    Allan, your write cycle lifetime is a lot higher than the rated number of cycles for the EEPROM on the BASIC Stamp 2. I blieve the datasheet specifies 1,000,000 write cycles.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage
    Parallax Tech Support
  • allanlane5allanlane5 Posts: 3,815
    edited 2008-01-24 20:01
    Darn, off by a factor of 100. Alright, you could program it once a minute for 1.9 years.
Sign In or Register to comment.