News

So in this tutorial, we decided to interface the SD Card module with Arduino and we will let you know all the details. So without further ado let's get right into it. Micro SD Card Module Pinout. The ...
Micro SD Card Module Pin out. The Micro SD Card module has 6 pins; those are GND, VCC, MISO, MOSI, SCK, and CS. All the pins of this sensor module are digital, except VCC and Ground.-> GND is the ...
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… ...
// open the file. note that only one file can be open at a time, // so you have to close this one before opening another. myFile = SD.open("test.txt", FILE_WRITE ...
LM35 & Memory Card. This is a little DIY project with an Arduino Uno, SD card breakout board, and LM35 temperature sensor. To build a temperature logger using a microSD card, just connect the LM35 ...
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… ...
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.