Save to a microSD cards with simple serial protocol

This is a UART driven microSD module that supports cards with up to 2 GB of storage. It stores data using the FAT16 file system, so any computer can read and write files to the cards too. It’s controlled with simple serial commands from a microcontroller. Most micro-controllers have small and limited on-chip memory. For […]

App note: File IO function reference for Microchip’s Memory Disk Drive File System Library

Here is a function reference for Microchip’s memory disk drive file system library. This library interfaces a PIC microcontroller with FAT16 or FAT32 file systems. It allows you to interface with storage mediums like USB flash drives or microSD cards in the same way a PC would. Save data on a storage device, and later […]