This breakout is for a fascinating chip – it looks like an SPI Flash storage chip (like the GD25Q16) but it’s really an SD card, in an SMT chip format. What that means is that you wire up like an SD card breakout, and use the SD card libraries you already have for your microcontroller. For example, you can use the built-in SD library in Arduino, or for CircuitPython we have an SD Card library. The breakout will act just like a 512 MB sized card with FAT formatting (it’s pre-formatted).
You might be wondering why you’d want such a thing – after all, you can’t plug it into a computer to get the files off like MicroSD cards. For some use cases, such as data logging in a high-vibration device where you don’t want the SD card to come loose, or for when you need to reduce size, or when the microcontroller provides a USB mass storage interface, this chip could very useful.
Compared to plain SPI flash, this NAND memory chip handles all the wear leveling and ECC calculation. You don’t have to manually erase blocks, you just write and read them like you would with any SD card. You can clock it up 50 MHz and the ‘write speed class’ is 8 (although you may not be able to get that fast with plain 1-bit SPI compared to SDIO).
We made this breakout to be a quick start for this chip. We wired the chip in “SPI” mode, with a level shifter so you can use it with 3V or 5V logic easily. You also get a 3.3V regulator and a pullup on CS. Wire up the SPI pins to your microcontroller, use your favorite SD library and you’ll be ready to rock in minutes!
Adafruit publishes a wide range of writing and video content, including interviews and reporting on the maker market and the wider technology world. Our standards page is intended as a guide to best practices that Adafruit uses, as well as an outline of the ethical standards Adafruit aspires to. While Adafruit is not an independent journalistic institution, Adafruit strives to be a fair, informative, and positive voice within the community – check it out here: adafruit.com/editorialstandards
Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.
Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!