SRAM TinyShield
DESCRIPTION
This SRAM Tinyshield allows you to add memory to your TinyDuino projects that can read and write at a virtually instant rate. Built around the Microchip 23LC1024, this board allows for some extra processing memory when your Arduino device is powered on. Since it doesn't hold information through power cycles, you don't have to worry about erasing anything.
The SRAM TinyShield is low power and works through the SPI interface. It has 1Mbit of storage. Example code is provided to make it simple to add SRAM support to your projects.
To learn more about the TinyDuino Platform, click here
TECHNICAL DETAILS
To see what other TinyShields this will work with or conflict with, check out the TinyShield Compatibility Matrix
Microchip 23LC1024 SRAM Specs
- 128K x 8 (1 Mbit)
- Zero Write Time
- Unlimited read and write cycles
TinyDuino Power Requirements
- Voltage: 2.5V - 5.5V
- Current:
- Standby: 4uA
- Read: 3mA
- Write: 3mA
- Due to the low current, this board can be run using the TinyDuino coin cell option.
Pins Used
- 05 - SPI_CS: This signal is the SPI chip select for the SRAM.
- 11 - MOSI: This signal is the serial SPI data out of the TinyDuino and into the SRAM.
- 12 - MISO: This signal is the serial SPI data out of the SRAM and into the TinyDuino.
- 13 - SCLK: This signal is the serial SPI clock out of the TinyDuino and into the SRAM.
Dimensions
- 20mm x 20mm (.787 inches x .787 inches)
- Max Height (from lower bottom TinyShield Connector to upper top TinyShield Connector): 5.11mm (0.201 inches)
- Weight: 1.11 grams (.039 ounces)
Notes
- Resistor R5 can be swapped to R6 to change the Chip Select Pin to pin 6.