News

Now that his BootDrive project is nearing completion, he’s ready to give every Arduino the ability to program another Arduino over an SD card.
SD cards have two modes in which they can be accessed. One is the SDIO mode, which is used by your average card reader, your camera, etc. It's fast, and somewhat complicated. The other mode is SPI ...
This is the SPI data out from the SD Card Module. -> MOSI Stands for Master Out Slave In. This is the input pin of the SD Card Module. -> SCK Stands for Serial Clock as the name implies it is the data ...
This arduino audio/music player can amplify and play music from SD card with adding sound effects using your Arduino Board. To play mp3 files using arduino, you need to convert them into .wav files.
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 ...
The Shrinkified has been designed specifically for Arduino projects that use just a few I/O pins and not too much memory that are also looking to use the features of a ATTiny85 based card. Watch ...
In many areas of science, Arduino based data loggers have become common enabling instruments because of their low cost and ease of use. However, battery life is commonly the limiting factor - ...
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… ...