Transfer Files From PC to SD card with Teensy 3.2

Status
Not open for further replies.

maitreya.maity

New member
Hi,

I am new to this thread as well as with Teensy.

I am working on a project. I need to store large files (avg 10 MByte) from my computer to a microSD card. For the setup, I have connected the Teensy board to my PC through USB cable. And on the other side, I have used the microSD card shield to connect SD card with the Teensy. So, Now data will transfer from my PC to Tennsy and then SD card. I have programmed a Java code to write file data as bytes over the Serial. At the same time, I am trying to read those data from Serial in Teensy and then trying to write those data to SD card.

I need help on the Teensy part. I failed to write data on the SD card. How can I successfully write files in SD card? My primary concerns are speed and successful file writing.

Your valuable suggestion is highly appreciable.

Thank in advance.

Maity
 
Status
Not open for further replies.
Back
Top