TUTORIAL: Micro SD Card Reader / Writer How to Quickly Get Started - Arduino Module DIY - Part 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 พ.ค. 2024
  • A short, 2-part tutorial on how to get started with SD Card reader for Arduino. Including about the device, briefly how it works, wireup, then how to create a file, write to a file, read from a file and delete a file.
    For those who wish to support the channel, my Patreon account is here: / antonycartwright
  • แนวปฏิบัติและการใช้ชีวิต

ความคิดเห็น • 19

  • @daviddoidge1252
    @daviddoidge1252 5 ปีที่แล้ว +1

    Another great video, thank you.

  • @georgekot6377
    @georgekot6377 5 ปีที่แล้ว +2

    Looking forward to part two :)

  • @MarceloSPatricio
    @MarceloSPatricio 4 ปีที่แล้ว

    Can I use it to read dead SD Card? Soldering directly from the contacts? Do you think its possible?

  • @jumbo999614
    @jumbo999614 4 ปีที่แล้ว

    D11 & D12 of my arduino are already occupied by TFT LCD setup. Can i use other pin instead?

  • @chenartahir1865
    @chenartahir1865 3 ปีที่แล้ว

    Hi. I would like to measure of 15 sample of MFC for voltage and current for 40 days continuous . How can i build it?

  • @based3765
    @based3765 2 ปีที่แล้ว

    is there any way to write data as soon as i get it without blocking the pool?
    i tried using two arduinos but no luck

  • @syukrihaizam
    @syukrihaizam 4 ปีที่แล้ว

    Hi i am currently stuck. Everything is working fine but i am unable to get to the Usb drive to do the formatting. The Folder did not pop Up. What should i do? I've worked with 2 sd card and i am having the same problem for both.

  • @mr.techinventor3463
    @mr.techinventor3463 3 ปีที่แล้ว

    I want to read first line of text file from sd card and delete it . After that second line other lines should be shifted .Please help me in logic and commands

  • @liamcarter6928
    @liamcarter6928 5 ปีที่แล้ว +1

    Hey Anthony, can you help me? I keep getting the initialization error that the card isn't even recognized... I'm using what looks to be the same SD card reader, Arduino Uno, and a 2 GB Sandisk Micro SD card (same size as yours). I followed the same formatting procedure, as well as your example sketch. I have also tried many other examples and have gotten the same issue. Do you know what my problem might be?
    Thanks

    • @AntonyCartwright
      @AntonyCartwright  5 ปีที่แล้ว

      Hi, try a different card or different reader maybe?

  • @electronic7979
    @electronic7979 5 ปีที่แล้ว +1

    Useful video 👍 Excellent 👍

  • @withtagoretech4132
    @withtagoretech4132 3 ปีที่แล้ว +1

    Thanks bro

  • @HarrisonMartinson
    @HarrisonMartinson 2 ปีที่แล้ว +1

    >"how to quickly get started"
    >takes 5 minutes to get started

  • @ernestorivero9909
    @ernestorivero9909 2 ปีที่แล้ว

    me gusto su video y bien explicado pero déjeme plantearle algo a ver si usted me ayuda o le sirve como pie para un video nuevo.Yo descargué el software JINX, vay usted ha oodo hablar de este software,con el se hacen animaciones que luego se guardan en una targeta sd,en los videos que yo he visto sobre este software te enseñan hacer las animaciones y como guardarla en una targeta para que luego sea leída por un arduino nano,uno,o mega,pero que pasa que no te hablan del código que debes descargar en el arduino para que te lea las animaciónes que grabaste en la sd y enviarla a una matrix de led.Seria usted tan amable de orientarme donde buscar un código para programar el arduino y este me pueda leer las animaciones que hay en la memoria sd,le repito animaciones que grabe del software JINX.

  • @akpilm
    @akpilm 3 ปีที่แล้ว

    How this is named?

  • @Thingstest-rl8xu
    @Thingstest-rl8xu 5 ปีที่แล้ว +2

    You can't "clean" data by deletion or formatting. Do not use Windows or other OS formatting to format SD cards. SDcards have several formats and partition types that you can't see/charge easy in Windows and other Format tools. May seem to work but many SDcard problems often resulting in lost data are cause by using wrong formatting. Windows or Mac use SDFormatter from SD Association at www.sdcard.org/downloads/formatter_4/ Correctly handles all cards and options to clean or wipe data by overwriting in software or hardware. That Chip you ignored is a buffer (74LVC125A) used as a level shifter because SDcards are 3.3v devices. Modules without level protection can damage SDcards connected directly to 5v SPI pins.