Difference between revisions of "MCookie-SD"
From Microduino Wiki
(→Arduino Library and Support Package) |
(→Test of Reading, Writing and Removing toward Microduino-SD Files) |
||
Line 47: | Line 47: | ||
===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. | ||
Revision as of 08:34, 24 August 2016
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 |