Home

Awesome

mb_23LC1024

Very simple MicroPython module to use a Microchip 23LC1024 SPI SRAM with a Raspberry Pi Pico (RP2040)

This module is intended to make using the 23LC1024 as simple as possible. It only accepts an address (range 0-131071) and a value (range 0-255).

There are probably much better ways to do this but who knows, someone might find it useful.

Author: mark@marksbench.com

Version: 0.1, 2021-05-07

**NOTE: There is no guarantee that this software will work in the way you expect (or at all). **Use at your own risk.

Prerequisites:

Usage:

For more information, consult the Raspberry Pi Pico MicroPython SDK documentation at: https://datasheets.raspberrypi.org/pico/raspberry-pi-pico-python-sdk.pdf

and the Microchip 23LC1024 datasheet at: http://ww1.microchip.com/downloads/en/DeviceDoc/20005142C.pdf