[Eu 3.1]How to send many files to Arduino via USB?
- Posted by DanM_anew Mar 24, 2014
- 2328 views
Hi all, I used to be here and contribute a little, not much, been away, not really back, not any more proficient coding than I was then, but I do need some help trying to be able to load a bunch of .mp3 files into a MP3/SDcard daughter board ("shield") on an Arduino Uno.
I have a VS1053 MP3 Codec + SD dboard to use with Arduino Uno, which can store .mp3 files on the SD card to play through the VS1053, but I'll be mounting the assembly in such a way that makes it too hard to remove the microSD card from it to routinely change its contents; so I'm looking for a way to command delete specific files and then add a directory full of new .mp3 via the USB link from my laptop.
The command delete might be easy, through the Arduino IDE and its serial monitor, and I should be able to easily enough reprise selecting a directory & working through it here on the computer side, but I know nothing about serial, nor if Euphoria can even access the USB port.
Don't think I saw anything here that was directly related, though I might have missed it, so any help would be appreciated.
Dan