The 93AA66A is an SPI-based EEPROM and should work fine with any of the Stamps including the BS2sx. You'd use HIGH and LOW for the /CS line and SHIFTOUT and SHIFTIN for the CLK and DI or CLK and DO lines respectively. You probably should connect a 1K or 2.2K resistor between the DO line and the corresponding Stamp I/O pin. You could also connect DO through a 1K or 2.2K resistor to the same Stamp I/O pin where you've connected DI. See the 93AA66A datasheet for a description of this.
I'm going to use those with the BS2sx version of my Speaking/voice controlled home automation system, but will be using I2C EEPROMs for the BS2p40 version... I've run out of pins on the 2sx!!! Even with sharing I/o lines!
Comments
I'm going to use those with the BS2sx version of my Speaking/voice controlled home automation system, but will be using I2C EEPROMs for the BS2p40 version... I've run out of pins on the 2sx!!! Even with sharing I/o lines!
Dave