# MicroSD Write Write a text file to a microSD card on Soldered Inkplate 10. ## Overview Demonstrates how to create and write a text file to a FAT-formatted microSD card inserted into Inkplate 10. ## Hardware Required - Soldered Inkplate 10 - USB cable - MicroSD card (FAT32 formatted) ## Setup Insert a FAT32-formatted microSD card into the Inkplate. Run `idf.py menuconfig` and navigate to: **Inkplate Boards → Inkplate10** ## Build and Flash ``` idf.py build idf.py -p PORT flash monitor ``` ## Expected Output A text file is created and written to the microSD card. Success or failure is shown on the Inkplate 10 display. ## Notes - MicroSD card must be FAT or FAT32 formatted. - If the file already exists it will be overwritten. ## Resources - Docs: https://docs.soldered.com/inkplate - Support: https://forum.soldered.com/ - Image tool: https://tools.soldered.com/tools/image-converter/
To create a project from this example, run:
idf.py create-project-from-example "solderedelectronics/inkplate=1.1.0:inkplate10/advanced/microsd/write"