约 290,000 个结果
在新选项卡中打开链接
  1. SD Library Issue - Nano ESP32 - Arduino Forum

    2025年4月23日 · Hi, I'm using an ESP32 Nano and trying to communicate with a 3.3v SD card module via SPI. I've found that SD card initialisation always fails when using the default SD …

  2. Clear explanation about how SD cards works and how SD library …

    2023年10月10日 · Hi to all, I am trying to understand what is the best way to write data to sd using a NANO 33 BLE connected to a microSD via SPI. I want to improve performance. My …

  3. Which SD library to use ?!? - Storage - Arduino Forum

    2014年1月21日 · Hello, thx for this valuable information. I have downloaded your lib and trying to get familiar with it. The information regarding the Industrial SD-Cards is highly valuable! I have …

  4. SD card library - Networking, Protocols, and Devices - Arduino …

    2025年1月5日 · The Arduino docs on SD.mkdir state that SD.mkdir ("a/b/c") would create all the intermediate folders. When I try this on the ESP32, the mkdir fails. I discovered that SD.mkdir …

  5. Getting started with SD cards - Storage - Arduino Forum

    2017年8月22日 · I am getting started using SD cards with a Arduino UNO and Adafruit Data logging shield (both genuine). I have tried and successfully run all of the examples from the …

  6. SD cards 2GB or more - Storage - Arduino Forum

    2024年2月23日 · Can Arduino read SD cards with more than 2GB memory? I have a 64GB SD Card but in the project that I am trying, I was told I need only SD cards with 2GB or less …

  7. Sdfat Library (Sd Card Size & Free Space) - Arduino Forum

    2015年7月1日 · SD.card ()->cardSize () returns the number of 512 byte blocks on the card. The size in MB (MB = 1,000,000 bytes) is 0.000512 times the size in blocks. You divided by 2048 …

  8. SPI and SD libraries take up 69% of RAM! - Arduino Forum

    2019年2月21日 · The library code you use to write, writes to a default 512 bytes (DOSFAT) buffer that gets written at burst speed to the controller in the SD card that changes the flash bits a …

  9. Sd card read/write sector library - Storage - Arduino Forum

    2011年2月20日 · This class was written for the Arduino library. It reads and writes directly to sectors on a sd card. It's use is for mass storage on the arduino platform. It's not to …

  10. SD library won't write to card - Programming - Arduino Forum

    2022年5月19日 · I found out this solution (SD library won't write to card - Arduino Forum - Arduino - element14 Community), but before spending money on something I'm not sure it will work, i …