Shop OBEX P1 Docs P2 Docs Learn Events
Tranfer files — Parallax Forums

Tranfer files

FatincaFatinca Posts: 2
edited 2013-02-28 09:55 in General Discussion
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.

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2013-02-27 18:35
    There are at least two ways to do this ...
    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)
  • FatincaFatinca Posts: 2
    edited 2013-02-28 09:55
    Thank you Mike I will try one of those and will let you know.
Sign In or Register to comment.