hi i'm currently experimenting with Ir remote controls, and I want to built a receiver for the mp3 player, but my question is, What are the stings of the play,...
Hi, In the file parse.c of the source you find all the events that can occur. This is plain text. NEXT = next PLAY = play Ehm you get the rest. Download the...
I have found this problem: In c code of file drivers.asm, I found this: .equ scl_pin, 0x90 .equ sda_pin, 0x91 In schematics, the pin SCL is P1.1 and SDA...
... On the schematic page: http://www.pjrc.com/tech/mp3/schematic_revc.html Please refer to the text below Figure 1, which explains: The SDA and SCL lines are...
Ja je had dit ook in het nederlands kunnen schrijven. een vraagje, hoef ik alleen maar de text play naar de seriele poort te sturen, en dan ziet de speler dat...
as far as the player function, is it possible to set it up to play one mp3 then stop, until you choose a new mp3? How difficult would that be? can you set it...
Hi, Yes you are correct, just write play to the rs-232 connection and it\'ll start playing. Why don\'t you experiment with it through hyperterm? That\'s the...
... You would need to modify the C code and compile a special version of the code. Knowledge of C programming is obviously required, but this change should be...
Well that's simple, now I can experiment with the IR remote control. Thanks for all the help I will keep it in English, so everybody can read it Thanks again ...
... Today, the player will instantly respond to commands the moment you send the last character. This will change at some point in the future, and either a...
Paul, As I'm using the MP3 board in my car, my parse.c was modified for a full bmw ibus integration. Messages received and sent are not "text" messages, but...
Hi, It would be a nice thing if we could set a #define to set if the player begin to play a mp3 file at startup or pause, waiting a user action (play,next,...
Thanks paul for the help, I'm not so good in C programming, thats why I program the uC that I use (AT90S8515) in some sort of BASIC language. You say that the...
I would like to see that also, because now the player starts when you powerup. The best thing is if there could be some sort of explorer in it, so you could...
Sounds like an autoplay should be stored/tested in the player. A toggle screen would need to be added to set this. If autoplay is true, play next file. If...
... Yep, it's all a matter of programming. A lot of the basic stuff is available (parameter managment, Tom's extensible parmater editing display, the treelist...
... No, not the number 13 (two characters, '1' and '3'). The carriage return character. As '\r' in C syntax. Or perhaps something like CHR(13) in BASIC. 13...
I'm working on a new section on the PJRC web site, to feature information about the many side projects that people have done (USB, cd changer interfaces, lcd...
Tonight I rewrote the saving and restoring of the currently playing song. It's in CVS now, and should appear on Dave's automatic build site within a few...
Folks, I've added a new playing mode and renamed all the other modes tonight. The new playing mode is called RandomSelect. It plays tracks in sequential order...
Im looking for a good deal on a USB 2.0 but would consider 1.1 harddrive enclosure. I'm wanting to add a USB interface to my player. Anybody know of a place...