Difference between revisions of "MCookie-SD"

From Microduino Wiki
Jump to: navigation, search
(Created page with "{| style="width: 800px;" |- | 400px|thumb|right|mCookie-SD mCookie-SD module is aimed at realizing the reading and writing to the storage card....")
 
(Gallery)
Line 68: Line 68:
 
[[File:mCookie-SD-b.jpg|thumb|600px|center|Back]]
 
[[File:mCookie-SD-b.jpg|thumb|600px|center|Back]]
 
|}
 
|}
11
 

Revision as of 05:26, 6 July 2016

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 cassette;
  • Small, cheap, stackable and open;
  • Open-source hardware circuit design, and copatible-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