Copying Wasve Files On memory card via sd card module

Hello People

I want to copy audio wave file to SD Card via SD Card module and Arduino

What kind of arrangements and setup in extra I need to have ???

Please Guide

I'm not sure I understand your question. Are you asking what you need to copy an audio file from one SD card (+module) to another SD card (+module)?

Ya Sorry my apologizes

Actually I want to transfer it from laptop connectivity or some kind of Bluetooth type thing

Like that only

Every time I need to eject the card from the module and then insert it the system then vice a versa for experimental purpose

So 2 of my cards already corrupted and so the data inside :frowning:

That's why all the plan !!!!!!!

Ok, I think I understand.

You have a file (or files) on your laptop and you want to transfer them onto the SD card attached to your Arduino over either a wired or wireless link?

Which Arduino are you using?
Does it have any wireless capability or will you be using an additional wireless module?

Ya Exactly !!

Well i have arduino mega and uno both
Currently working on mega but it has no wireless thing to connect

Other than this, I am having a wifi module in my stock !!

Sir any update ??

I would stick with the MEGA2560 as it has 4 hardware UARTs. I would then implement a serial file transfer protocol supported by one of the PC based terminal programs.

Maybe implement something like Y-modem to receive the files. There may be libraries out there, or you can write your iwn.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.