Difference between revisions of "MCookie-SD"
From Microduino Wiki
(→Features) |
|||
(7 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 | + | *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 | + | *Open-source hardware circuit design, and compatible-with-Arduino programming development environment. |
==Specification== | ==Specification== | ||
− | *Type of SD card | + | *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 34: | Line 25: | ||
==Development== | ==Development== | ||
===Arduino Library and Support Package=== | ===Arduino Library and Support Package=== | ||
− | *Adopt adfaruit SD library | + | *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. |
==Application== | ==Application== | ||
Line 47: | 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 | + | *Hardware needs to be prepare: Microduino FT232R、Microduino Core、Microduino SD; |
− | *Software needs to be | + | *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 | + | *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 | + | *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 | + | *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 | + | **Write data to SD card; |
− | **Read the data of the specified files in | + | **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 module is aimed at realizing the reading and writing to the storage card.
ContentsFeatures
Specification
DocumentsMain Component
DevelopmentArduino Library and Support Package
ApplicationProgram DownloadTesting program:File:Program Test SD.zip Test of Reading, Writing and Removing toward Microduino-SD Files
|
HistoryGallery |