Mạch Ghi Đọc Thẻ Micro SD
Micro SD Card Reader Writer Module, Interface SPI
Mạch ghi đọc thẻ micro sd Điện áp nguồn cấp: 5 V hoặc 3.3 V, Giao tiếp: chuẩn SPI, Kích thước: 42mmx26mmx7mm
- Cộng thêm 1 điểm tích lũy
-
Đơn hàng có giá trị từ 300.000 (đ), miễn phí vận chuyển [ tối đa 15.000 (đ) ].
Đơn hàng có giá trị từ 500.000 (đ), miễn phí vận chuyển [ tối đa 35.000 (đ) ].Xem thêm các khuyến mãi vận chuyển khác.
Sản phẩm liên quan
Chi tiết sản phẩm
Mạch ghi đọc thẻ micro sd có thể làm ứng dụng của bạn trở nên dễ dàng và đơn giản hơn. Nó dễ dàng giao tiếp như một thiết bị ngoại vi để có thể kết nối đến vi điều khiển. Qua chương trình bạn có thể đọc và viết trực tiếp lên SD Card. Có thể sử dụng cho phát nhạc MP3, các hệ thống vi điều khiển thông qua chuẩn giao tiếp SPI.
Các ngõ ra của module: 3.3V, CS, MISO, MOSI, CLK, GND.
Kích thước: 18.5 x 17.5mm
———————-CODE THAM KHẢO———————
/* SDcard UNO MEGA MOSI 11 51 MISO 12 50 SCK 13 52 CS 10(4) 53(4) Gắn thẻ nhớ. Nạp code mở Serial Monitor chọn No line ending, baud 9600. */ #include <SPI.h> #include <SD.h> File myFile; const int chipSelect = 10; void setup() { // Open serial communications and wait for port to open: Serial.begin(9600); while (!Serial) { ; // wait for serial port to connect. Needed for Leonardo only } Serial.print("Initializing SD card..."); pinMode(SS, OUTPUT); if (!SD.begin(chipSelect)) { Serial.println("initialization failed!"); return; } Serial.println("initialization done."); myFile = SD.open("test.txt", FILE_WRITE); 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 }
Hình ảnh sản phẩm:
Nshopvn.com · 07/03/2019 10:49 AM
Mạch Ghi Đọc Thẻ Micro SD giá chỉ 12.000₫