I was reading through the RTK receiver documentation and found this
“ . Any FAT16 or FAT32 formatted microSD card up to 128GB will work. We regularly use the SparkX brand 1GB cards but note that these log files can get very large (>500MB) so plan accordingly.”
The RTK Firmware uses Bill Greiman’s SdFat library for Arduino. SdFat dictates what card sizes and formats are supported. We’re currently using v2.1.1 and the SdFile file type.
I ran a test on SdFat a couple of weeks ago and the following configurations worked well for me:
128GB SanDisk exFAT
64GB SanDisk FAT32 (formatted with rufus)
32GB SanDisk FAT32
2GB Unbranded FAT32
1GB Brand_X FAT16 (formatted with SD Association Formatter)