Difference between revisions of "Microduino-Module SD"

From Microduino Wiki
Jump to: navigation, search
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Language|Microduino-SD}}
 
{| style="width: 800px;"
 
{| style="width: 800px;"
 
|-
 
|-
 
|
 
|
[[File:Microduino-sd-rect.jpg|400px|thumb|right|Microduino-SD]]
+
[[File:Microduino-SD-T.jpg|400px|thumb|right|Microduino-SD]]
  
Microduino-SD模块旨在实现对存储卡数据进行读写。
+
Microduino-SD aims to read and write data of a memory card.
  
  
Line 17: Line 18:
  
  
==特色==
+
==Features==
*采用高可靠性接点结构、厚2.2mm与2.4mm的薄型microsd卡座;
+
*Adopt high reliable contact structure as well as a 2.2mm or 2.4mm-thick microsd card holder;
*小巧、便宜、堆叠、开放;
+
*Small, cheap, stackable and open;
*开源的硬件电路设计,与 Arduino 兼容的编程开发环境程;
+
*Open hardware circuit design and Arduino compatible programming development environment;
*统一的 Microduino 接口规范,和丰富的外围模块,可方便、灵活的与其他符合 Microduino 接口规范的模块、传感器进行快速的连接和扩展;
+
*Uniform Microduino interface standard and rich peripheral modules, capable of having a fast and flexible connection and extension with other modules and sensors  in accord with Microduino interface standard;
*2.54间距的排母接口方便集成到洞洞板。
+
*Easy to be integrated to pegboards with a 2.45-pitch female header connector interface.
  
 +
==Specifications==
 +
*The memory card it supports:MicroSD(TF);
 +
[[File:SD-Pinout-1.jpg|800px|thumb|center|Microduino-SD-Pinout]]
  
==规格==
+
==Document==
*支持储存卡类型:MicroSD(TF);
 
 
 
 
 
==文档==
 
 
Eagle PCB '''[[File:Microduino-SD.zip]]'''
 
Eagle PCB '''[[File:Microduino-SD.zip]]'''
  
===主要元件===
+
===Main components===
* 卡座:microsd卡座 '''[[File:MicroSD.pdf]]'''
+
* Card holder: microsd '''[[File:MicroSD.pdf]]'''
* 电平转换芯片:TC74HC4050 '''[[File:TC74HC4050AF.pdf]]'''
+
* Level conversion chip: TC74HC4050 '''[[File:TC74HC4050AF.pdf]]'''
 
 
==开发==
 
===Arduino库及支持包===
 
*采用adfaruit SD库文件:
 
**原库:(core+不能直接用)【'''[https://github.com/adafruit/SD github下载]'''】
 
**修改的库:(已经修改针对core+的spi管脚)【'''[[File:Lib SD.zip]]'''】
 
 
 
*可以结合Microduino核心模块与传感器模块将数据存储、读取,以实现记忆、分析、处理;
 
  
 +
==Development==
 +
===Arduino library and supported package===
 +
*Adopt adfaruit SD library:
 +
**Original library:(Core+ can't be used directly)【'''[https://github.com/adafruit/SD github download]'''】
 +
**Changed library: (The spi pin of Core+ has been changed)【'''[[File:Lib SD.zip]]'''】
 +
**SimpleSDAudio: https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Libraries/_06_Microduino_SD_SimpleSDAudio
 +
*Microduino core module can be combined with the sensor module to store and read data,and then analyze, process these data.
  
==应用==
+
==Application==
  
===程序下载===
+
===Program Download===
测试程序:'''[[File:Program Test SD.zip]]'''
+
Program test: '''[[File:Program Test SD.zip]]'''
  
===Microduino-SD 文件读、写、删测试===
+
===Microduino-SD file read,write,delete test===
*所需要准备的硬件有:Microduino FT232R、Microduino Core、Microduino SD;
+
*All hardware needed: Microduino FT232R, Microduino Core and Microduino SD;
*所需要准备的软件有:Microduino提供的测试程序(Arduino端)、Arduino IDE(1.0版本以上)、SD库;
+
*All software needed: Microduino test program(Arduino terminal), Arduino IDE(version 1.0 and higher) and SD library;
*将下载好的库文件夹放入Arduino IDE安装文件夹内的libraries中;
+
*Put all the download library file into the libraries of Arduino IDE installation folder;
*启动Arduino IED,打开Microduino提供的测试程序,板卡选择Microduino Core (Atmega328P@16M,5V),直接下载即可;
+
*Start Arduino IED, open Microduino test program and choose Microduino Core(Atmega328p@15M,5V), then download;
*总共分四块,配合OLED查看(如果没有OLED可配合串口监视查看):
+
*Below are four parts, which can be checked with OLED(If you don't have OLED, you can check with the serial monitor):
**CS引脚是否匹配
+
**Check whether the CS pin is ok
**向SD卡内写入数据;
+
**Write data into SD card;
**读出SD内指定文件的数据;
+
**Read out the data of the specified file inside SD card;
**删除SD卡指定的文件。
+
**Delete the specified file inside SD card;
  
==购买==
+
==Buy==
  
  
==历史==
+
==History==
  
  
==图库==
+
==Pictures==
[[File:Microduino-sd-t.jpg|thumb|600px|center|正面]]
+
[[File:Microduino-SD-t.jpg|thumb|600px|center|Front]]
[[File:Microduino-sd-b.jpg|thumb|600px|center|背面]]
+
[[File:Microduino-SD-b.jpg|thumb|600px|center|Back]]
 
|}
 
|}

Latest revision as of 10:11, 9 September 2016

Language: English  • 中文
Microduino-SD

Microduino-SD aims to read and write data of a memory card.







Features

  • Adopt high reliable contact structure as well as a 2.2mm or 2.4mm-thick microsd card holder;
  • Small, cheap, stackable and open;
  • Open hardware circuit design and Arduino compatible programming development environment;
  • Uniform Microduino interface standard and rich peripheral modules, capable of having a fast and flexible connection and extension with other modules and sensors in accord with Microduino interface standard;
  • Easy to be integrated to pegboards with a 2.45-pitch female header connector interface.

Specifications

  • The memory card it supports:MicroSD(TF);
Microduino-SD-Pinout

Document

Eagle PCB File:Microduino-SD.zip

Main components

Development

Arduino library and supported package

Application

Program Download

Program test: File:Program Test SD.zip

Microduino-SD file read,write,delete test

  • All hardware needed: Microduino FT232R, Microduino Core and Microduino SD;
  • All software needed: Microduino test program(Arduino terminal), Arduino IDE(version 1.0 and higher) and SD library;
  • Put all the download library file into the libraries of Arduino IDE installation folder;
  • Start Arduino IED, open Microduino test program and choose Microduino Core(Atmega328p@15M,5V), then download;
  • Below are four parts, which can be checked with OLED(If you don't have OLED, you can check with the serial monitor):
    • Check whether the CS pin is ok
    • Write data into SD card;
    • Read out the data of the specified file inside SD card;
    • Delete the specified file inside SD card;

Buy

History

Pictures

Front
Back