Adafruit
GD25Q16 - 2MB SPI Flash in 8-Pin SOIC package
These little chips are like miniature SSD drives for your electronics. When you don't need something with as much storage as a micro SD card, but an EEPROM i...
These little chips are like miniature SSD drives for your electronics. When you don't need something with as much storage as a micro SD card, but an EEPROM is too small, SPI (or QSPI) Flash chips give you on-the-order-of megabytes, with little cost and complexity. We use these chips all the time on our CircuitPython boards to let folks store code and assets like animations, fonts, images, configurations, audio clips, etc! A great way to add datalogging storage as well.
This chip has 2 MByte of non-volatile storage (16 mega-bits) and is well supported by CircuitPython and also our Arduino SPI Flash library. The standard SOIC size is fairly easy to solder, and it has the standard FLASH chip pinout so its good for just about any FLASH use including FPGAs or flash-less microcontrollers
You can also solder it onto the back of your QT Py board to add flash - note the QT Py will no longer be easily surface mounted as they'll be a lump on the bottom. You will need the customized CircuitPython build so it knows to look for the flash chip!
The Teensy 4.1 also can use an external FLASH chip there's pads on the bottom.
Jargon buster
Plain-language definitions for the technical terms used above.
- CircuitPython
- A beginner-friendly version of Python designed to run directly on microcontroller boards. If a product supports CircuitPython, you can often program it by copying code files onto the board rather than setting up a more complex toolchain.
- EEPROM
- A type of non-volatile memory that keeps stored data even when power is turned off. In a sensor module, it can be used to store settings or calibration data so they do not need to be re-entered every time.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
Find this product in
Brands
Components
Related Tutorials
Free guides on learn.littlebird.com.au