Difference between revisions of "MCookie-SD"

From Microduino Wiki
Jump to: navigation, search
(Gallery)
 
(8 intermediate revisions by 2 users not shown)
Line 5: Line 5:
  
 
mCookie-SD module is aimed at realizing the reading and writing to the storage card.
 
mCookie-SD module is aimed at realizing the reading and writing to the storage card.
 
 
 
 
 
 
 
 
 
  
  
 
==Features==
 
==Features==
*Adopt high reliability of contact structure, and 2.2mm and 2.4mm thick slim microsd cassette;
+
*Adopt high reliability of contact structure, and 2.2mm and 2.4mm thick slim MicroSD card.
*Small, cheap, stackable and open;
+
*Small, cheap, stackable and open.
*Open-source hardware circuit design, and copatible-with-Arduino programming development environment;
+
*Open-source hardware circuit design, and compatible-with-Arduino programming development environment.
 
 
  
 
==Specification==
 
==Specification==
*Type of SD card supported:MicroSD(TF);
+
*Type of SD card supported: MicroSD(TF).
  
 
[[File:mCookie-SD-Pinout-1Big1.jpg|800px|thumb|center]]
 
[[File:mCookie-SD-Pinout-1Big1.jpg|800px|thumb|center]]
Line 35: Line 25:
 
==Development==
 
==Development==
 
===Arduino Library and Support Package===
 
===Arduino Library and Support Package===
*Adopt adfaruit SD library file:
+
*Adopt adfaruit SD library file:
 
**Primitive library:(core+ cannot be directly used)【'''[https://github.com/adafruit/SD github download ]'''】
 
**Primitive library:(core+ cannot be directly used)【'''[https://github.com/adafruit/SD github download ]'''】
 
**Modified library:(Spi pins have been modified aimed at core+)【'''[[File:Lib SD.zip]]'''】
 
**Modified library:(Spi pins have been modified aimed at core+)【'''[[File:Lib SD.zip]]'''】
 
**SimpleSDAudio:[https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Libraries/_06_Microduino_SD_SimpleSDAudio _06_Microduino_SD_SimpleSDAudio]
 
**SimpleSDAudio:[https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Libraries/_06_Microduino_SD_SimpleSDAudio _06_Microduino_SD_SimpleSDAudio]
  
*YOu can store and read the date through combining Microduino core modules and sensors modules to realize memory, analysis, and processing;
+
*You can store and read the date through combining Microduino core modules and sensors modules to realize memory, analysis, and processing.
  
 
==Application==
 
==Application==
Line 48: Line 38:
  
 
===Test of Reading, Writing and Removing toward Microduino-SD Files===
 
===Test of Reading, Writing and Removing toward Microduino-SD Files===
*Hardware needs to be prepare:Microduino FT232R、Microduino Core、Microduino SD;
+
*Hardware needs to be prepare: Microduino FT232R、Microduino Core、Microduino SD;
*Software needs to be prepared:The testing programs (Arduino end)Microduino provides, Arduino IDE(Version 1.0 and above) and SD library;
+
*Software needs to be prepared: The testing programs (Arduino end)Microduino provides, Arduino IDE(Version 1.0 and above) and SD library;
*Put the downloaded library files into the libraries in Arduino IDE installation folder;
+
*Put the downloaded library files into the libraries in Arduino IDE installation folder;
*Start Arduino IED, open the testing programs that Microduino provides, the board card choose Microduino Core (Atmega328P@16M,5V), and directly download;
+
*Start Arduino IED, open the testing programs that Microduino provides, the board card choose Microduino Core (Atmega328P@16M,5V), and directly download;
*A total of four pieces, which can be checked coordinated with OLED(if you have not an OLED, you can use a serial port monitor to check):
+
*A total of four pieces, which can be checked coordinated with OLED(if you have not an OLED, you can use a serial port monitor to check):
 
**Whether CS pins can match it.
 
**Whether CS pins can match it.
**Write data to SD card;
+
**Write data to SD card;
**Read the data of the specified files in SD;
+
**Read the data of the specified files in SD;
 
**Remove the specified files in SD card.
 
**Remove the specified files in SD card.
  

Latest revision as of 03:23, 4 August 2017

mCookie-SD

mCookie-SD module is aimed at realizing the reading and writing to the storage card.


Features

  • Adopt high reliability of contact structure, and 2.2mm and 2.4mm thick slim MicroSD card.
  • Small, cheap, stackable and open.
  • Open-source hardware circuit design, and compatible-with-Arduino programming development environment.

Specification

  • Type of SD card supported: MicroSD(TF).

Documents

Main Component

Development

Arduino Library and Support Package

  • You can store and read the date through combining Microduino core modules and sensors modules to realize memory, analysis, and processing.

Application

Program Download

Testing program:File:Program Test SD.zip

Test of Reading, Writing and Removing toward Microduino-SD Files

  • Hardware needs to be prepare: Microduino FT232R、Microduino Core、Microduino SD;
  • Software needs to be prepared: The testing programs (Arduino end)Microduino provides, Arduino IDE(Version 1.0 and above) and SD library;
  • Put the downloaded library files into the libraries in Arduino IDE installation folder;
  • Start Arduino IED, open the testing programs that Microduino provides, the board card choose Microduino Core (Atmega328P@16M,5V), and directly download;
  • A total of four pieces, which can be checked coordinated with OLED(if you have not an OLED, you can use a serial port monitor to check):
    • Whether CS pins can match it.
    • Write data to SD card;
    • Read the data of the specified files in SD;
    • Remove the specified files in SD card.

History

Gallery

Front
Back