You can also find this library (.zip) in lib/ folder. The code used for this project (player.ino) is modified based on the example code. The Aduio files supported should be WAV files (or other Binary ...
So here’s the thing: Arduino’s built-in memory is tiny. If you’re just blinking LEDs, no problem. But the moment you try to log data, say battery usage, temperature over time, or GPS coordinates, ...
How do you save data from an Arduino-based device to a memory card? Fortunately, a microSD card and SD card breakout board now make this an easy task. Below is a simple tutorial on how to capture data ...
About a year ago, Intel announced they’d be launching a new platform stuffed into an SD card. Imagine – an entire computer packaged into an SD card, with nine whole pins for power and I/O. Cooler ...
A few days ago, one of [Severin]’s SD cards died on him, Instead of trashing the card, he decided to investigate what was actually wrong with the card and ended up recovering most of the data using an ...
A maker developer has squeezed an Arduino onto an SD card. He was inspired by Intel’s Edison compute module and he tried to go one better. The result is the SDuino, an ATMega328P processor-based ...