0

There are two files (that can be seen on my computer) on my sd card, 6.bmp and example.txt (the latter written from my arduino). I have them connected to my arduino via LCSTUDIO breakout board (which surprisingly caused me no trouble at all).

When I run the example "cardinfo" sketch, the files it lists includes those two files along with tons of others, which I assume are just invisible from a personal computer.

How would I list only the files that can be seen from my computer (i.e. aren't inside any directory, but are just plain in the SD card)?

Using arduino UNO

asked Jan 11, 2015 at 18:42

1 Answer 1

0

Simple Answer: Don't think you can

Long Answer: Dont think you can, because, unlike an OS like windows, mac, linux, etc. The arduino just tales all the files. You could save those two files and format it as FAT16 though, then add the 2 files back on the sd and there you go.

answered Jan 12, 2015 at 17:51
2
  • Ok, I'm gonna go ahead and accept this, Commented Jan 13, 2015 at 4:12
  • Probably the best answer I can get for something thats apparently impossible, Commented Jan 13, 2015 at 4:13

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.