Arduino Basics - Lesson 17 - Reading and writing data with a micro SD Card

Поделиться
HTML-код
  • Опубликовано: 3 янв 2025

Комментарии • 20

  • @MartinWibert
    @MartinWibert 9 месяцев назад +3

    Very nicely presented! However, I would also like to study the code off-line. I've looked around for it, but I can not find it. Can you please post a link to it? Thanks.

  • @deathxsense
    @deathxsense 2 года назад +4

    Dude I dont know why this doesnt have more views & likes. Thank you so much! Quick tip if someone is struggling with the code using Arduino MEGA: remove GND pin from the micro SD module, and disconnect and connect the SD card. I was stuck with the "SD initialization failed" message and the latter fixed the problem.
    PS. you got a new subscriber. Thank you again!

  • @Europayacht
    @Europayacht 2 года назад +2

    Extremely good!
    .

  • @shingiechakoma
    @shingiechakoma 2 года назад +1

    Well explained, thanks!

  • @elektron2kim666
    @elektron2kim666 3 месяца назад +1

    Just exit() instead of infinite loop upon failure.

  • @ivanatorres447
    @ivanatorres447 2 года назад +2

    Really nice video! thanks for all the information.
    I'm having a problem with the recording in the SD card, it only record 3 minutes of data ~10 kb in a 2 GB SD card, do you have any idea what can be wrong?

    • @CodeWithConner
      @CodeWithConner  2 года назад +1

      Hard to say to be honest. I'd have some debug statements either running to the console or to the SD card to try and get a sense of when/why it is failing? I know I've had SD cards that gave me a lot of trouble and others that worked seamlessly.

  • @shakil1524
    @shakil1524 2 года назад +1

    thanks, have a great day

  • @BensHacks
    @BensHacks 2 года назад

    perfectly explained!

  • @HashirEasa
    @HashirEasa 2 года назад +1

    can you make a pdf reader with the arduino uno tft touch screen shield?
    i need help coz im a beginner trying to make a pdf reader thingy with a 612 page pdf file

    • @CodeWithConner
      @CodeWithConner  2 года назад

      Not something I’ve ever looked into yet. Sorry.

    • @HashirEasa
      @HashirEasa 2 года назад

      @@CodeWithConner okay

  • @sarojchaudhary9967
    @sarojchaudhary9967 2 года назад +1

    Thank you for this information. But i want to store data from the SD FILE to an array. I need a solution please help me for my project

    • @CodeWithConner
      @CodeWithConner  2 года назад

      There's some good tips and info on here: forum.arduino.cc/t/how-to-read-values-from-sd-card-txt-into-an-array/473003

  • @DriY
    @DriY Год назад +1

    how to save file with new name using push button?

  • @joaopereira2659
    @joaopereira2659 2 года назад +1

    thank you for your turtorial, but i'm getting the error "error opening test.txt", but after it says "data written sucessfully"..
    after I put the SD in my laptop, and i saw 3 files (1 .sys and 2 without extention) written with strange caracters

    • @CodeWithConner
      @CodeWithConner  2 года назад +1

      Something funny happening there for sure. If you want to email me codewithconner@gmail.com with your code I can have a look.