Gorillacell Module 083: TF SD Card
Table of Contents

TF SD Card Reader module allows the microcontroller to read from and write to a micro-SD card, providing additional storage capability for projects. It is useful for data logging, file storage, and applications that require extended memory.
The Gorillacell ESP32 Development Kit comes with one (1) TF SD Card Reader module.
BASIC INFORMATION
Device | Category | Interface | Chipset | Description |
---|---|---|---|---|
Input/Output | Utility Cell | Serial SPI | - | - |
PINOUT
It has 6 pins which are
- GND - for the ground pin,
- VCC - for the supply voltage,
- MISO - for the SPI Serial data input pin,
- MOSI - for the SPI Serial data output pin,
- SCK - for the SPI Serial clock pin, and
- CS - for the SPI Serial chip select pin.
A micro-SD card inserted in the card slot is needed when using this module.