Home

Awesome

Arduino IDE ESP8266 - library for SPI Serial SRam 23A1024/23LC1024 by Microchip Technology Inc.

This Library provides the interface for a 1Mbit SRAM chip with ESP8266 through SPI connection. Microchip 23A1024/23LC1024 - download datasheet here

Application written by Giancarlo Bacchio

Getting the code

You can install SRam Library for your ESP8266 downloading the code that is hosted at https://github.com/Gianbacchio/ESP8266_Spiram.

Selecting "Watch" box in the GitHub repository, you will be informed about the latest development updates of this library.

Installing the code

The downloaded code in *.zip format can be included as a new library into the IDE, selecting the menĂ¹:

 Sketch / include Library / Add .Zip library	

Usage

The Hardware connection is done using the standard HSPI interface of the ESP8266.

The chip is connected as per para 3.8 "SPI/SDI and SQI Pin designation" (see datasheet)

Power supply is 3,3Vcc.

Pin on RAM chipfunctionalityPin on ESP8266
pin1C/SGPIO15
pin2MISOGPIO12
pin3N/CGnd
pin4VssGnd
pin5MOSIGPIO13
pin6SCKGPIO14
pin7HOLDV+
pin8VccV+

Examples

License

You may copy, distribute and modify the software provided that modifications are described and licensed for free under LGPL-3. Derivatives works (including modifications or anything statically linked to the library) can only be redistributed under LGPL-3, but applications that use the library don't have to be.