{{ 'fb_in_app_browser_popup.desc' | translate }} {{ 'fb_in_app_browser_popup.copy_link' | translate }}

{{ 'in_app_browser_popup.desc' | translate }}

價格均含稅,下單享優惠!歡迎大量採購,由專人提供專案報價。

目前僅提供網路賣場服務,無實體店面,無自取服務。

價格均含稅,下單享優惠!歡迎大量採購,由專人提供專案報價。

目前僅提供網路賣場服務,無實體店面,無自取服務。

價格均含稅,下單享優惠!歡迎大量採購,由專人提供專案報價。

SD卡模組

SD卡模組

產品貨號:3680903001488
區號:Qe16-05
品牌:
原廠貨號:


滿千免運優惠(限郵寄和超商純取貨) on order

本賣場無實體店面,無提供自取服務,敬請見諒。 on order

NT$18
{{shoplineProductReview.avg_score}} {{'product.product_review.stars' | translate}} | {{shoplineProductReview.total}} {{'product.product_review.reviews' | translate}}
{{amazonProductReview.avg_rating}} {{'product.product_review.stars' | translate}} | {{amazonProductReview.total_comment_count}} {{'product.product_review.reviews' | translate}}
Quantity Product set quantity
The maximum quantity per submit is 99999
This quantity is invalid, please enter a valid quantity.
Sold Out

Not enough stock.
Your item was not added to your cart.

Not enough stock.
Please adjust your quantity.

{{'products.quick_cart.out_of_number_hint'| translate}}

{{'product.preorder_limit.hint'| translate}}

Limit {{ product.max_order_quantity }} per order.

Only {{ quantityOfStock }} item(s) left.

Please message the shop owner for order details.
Description
Shipping & Payment
Description
商品簡介

板載彈出式SD卡接口
板載AMS1117-3.3的LDO電源芯片
雙排針接口設計,方便用戶做實驗時連線
帶 2 個 M2 固定螺絲孔

參考程式

/*
SD card read/write

This example shows how to read and write data to and from an SD card file
The circuit:
* SD card attached to SPI bus as follows:
** MOSI - pin 11
** MISO - pin 12
** CLK - pin 13
** CS - pin 4

created Nov 2010
by David A. Mellis
modified 9 Apr 2012
by Tom Igoe

This example code is in the public domain.

*/

#include
#include

File myFile;

void setup() {
// Open serial communications and wait for port to open:
Serial.begin(9600);
while (!Serial) {
; // wait for serial port to connect. Needed for native USB port only
}

Serial.print("Initializing SD card...");

if (!SD.begin(4)) {
Serial.println("initialization failed!");
return;
}
Serial.println("initialization done.");

// open the file. note that only one file can be open at a time,
// so you have to close this one before opening another.
myFile = SD.open("test.txt", FILE_WRITE);

// if the file opened okay, write to it:
if (myFile) {
Serial.print("Writing to test.txt...");
myFile.println("testing 1, 2, 3.");
// close the file:
myFile.close();
Serial.println("done.");
} else {
// if the file didn't open, print an error:
Serial.println("error opening test.txt");
}

// re-open the file for reading:
myFile = SD.open("test.txt");
if (myFile) {
Serial.println("test.txt:");

// read from the file until there's nothing else in it:
while (myFile.available()) {
Serial.write(myFile.read());
}
// close the file:
myFile.close();
} else {
// if the file didn't open, print an error:
Serial.println("error opening test.txt");
}
}

void loop() {
// nothing happens after setup
}

商品規格

工作電壓:5V or 3.3V
尺寸:48x31mm
重量:9g

出貨清單
  • SD卡模組 x 1
Shipping & Payment

Delivery Options

  • Overseas (FedEx)
  • Overseas (Post)
  • Postal delivery
  • 7-11 Pickup and pay in store (C2C)
  • 7-11 Pickup only (C2C)
  • Tcat - Room Temp.
  • Tcat - Room Temp. (Collect on Delivery)
  • Draft quotation

Payment Options

  • Bank transfer
  • Sales Coordinator Contact
  • Credit Card
  • Tcat (Collect on Delivery)
  • Pay on 7-11 Store Pickup (C2C)

Related Products