Tranfer files
Fatinca
Posts: 2
I am trying to make a music reproducer and I want to transfer a song from my computer to an EEPROM to be used as a characteristic song to be activated by my robot, do any one have an idea how to transfer files from a PC to and EEPROM?
I will appreciate the help.
I will appreciate the help.
Comments
1) You can buy an EEPROM programmer
2) Build your own using some kind of microcontroller that you program to do this. A Propeller can do this easily and there's even a .WAV file player program in the Propeller ObEx to play it. There are also several ready-to-go .WAV file players that use a micro-SD card rather than an EEPROM for the .WAV files. If you use a micro-SD card, you can get a conventional memory card reader / writer and just drag and drop the .WAV files onto the micro-SD card while it's plugged into the reader / writer on your PC.
Here's one .WAV player.
Here's a .WAV file player program. Here's a second one. Here's a third one with a matching .WAV file recorder (here)