Arduino Using SD card: Difference between revisions

From wikiluntti
(Created page with "== Introduction == == Adafruit OpenLog == Supports microSD cards up to 64GB. FAT16 or FAT32 file type. "The OpenLog is so simple, just connect it to your serial port and forget about it." Example code: * https://learn.sparkfun.com/tutorials/microclimate-kit-experiment-guide/experiment-7-logging-to-the-microsd-card")
 
No edit summary
 
Line 6: Line 6:


"The OpenLog is so simple, just connect it to your serial port and forget about it."
"The OpenLog is so simple, just connect it to your serial port and forget about it."
Tutorial:
* https://learn.sparkfun.com/tutorials/openlog-hookup-guide/all


Example code:
Example code:
* https://learn.sparkfun.com/tutorials/microclimate-kit-experiment-guide/experiment-7-logging-to-the-microsd-card
* https://learn.sparkfun.com/tutorials/microclimate-kit-experiment-guide/experiment-7-logging-to-the-microsd-card

Latest revision as of 18:35, 13 January 2025

Introduction

Adafruit OpenLog

Supports microSD cards up to 64GB. FAT16 or FAT32 file type.

"The OpenLog is so simple, just connect it to your serial port and forget about it."

Tutorial:

Example code: