Search the web
Sign In
New User? Sign Up
pjrcmp3 · PJRC Homebrew MP3 Player Discussion
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3505 - 3534 of 5073   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3505
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,...
Guy
guy_ubaghs
Offline Send Email
Apr 1, 2003
5:33 pm
3506
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...
rudig@...
rudi_groenes...
Offline Send Email
Apr 1, 2003
5:55 pm
3507
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...
Daniel
clasibox2003
Offline Send Email
Apr 2, 2003
12:20 pm
3508
... 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...
Paul
pauljs97140
Offline Send Email
Apr 2, 2003
5:23 pm
3509
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...
Guy
guy_ubaghs
Offline Send Email
Apr 3, 2003
1:14 pm
3510
the part in quotes is the command straight from parse.c static code struct lexcfg next = {&state_next, "NEXT "}; static code struct lexcfg prev =...
Dean Woodyatt
bleughmp3
Offline Send Email
Apr 3, 2003
1:23 pm
3511
It would have to be my stuff that got broke ITS ALL MY FAULT! :)...
Techknowman
techknowman2000
Offline Send Email
Apr 3, 2003
2:30 pm
3512
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...
oingoboingo2001
Offline Send Email
Apr 3, 2003
2:30 pm
3513
?, what happened? ... From: Techknowman [mailto:techknowman@...] Sent: 03 April 2003 15:31 To: pjrcmp3dev@yahoogroups.com; pjrcmp3@yahoogroups.com ...
Dean Woodyatt
bleughmp3
Offline Send Email
Apr 3, 2003
2:42 pm
3514
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...
rudig@...
rudi_groenes...
Offline Send Email
Apr 3, 2003
3:03 pm
3515
http://www.techtv.com/screensavers/howto/story/0,24330,3423232,00.html To find out...
techknowman@...
techknowman2000
Offline Send Email
Apr 3, 2003
3:34 pm
3516
... 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...
Paul
pauljs97140
Offline Send Email
Apr 3, 2003
4:46 pm
3517
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 ...
guy ubaghs
guy_ubaghs
Offline Send Email
Apr 3, 2003
6:05 pm
3518
... 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
pauljs97140
Offline Send Email
Apr 3, 2003
7:59 pm
3519
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...
ftouanen
Offline Send Email
Apr 4, 2003
11:02 am
3520
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,...
ftouanen
Offline Send Email
Apr 4, 2003
11:07 am
3521
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...
guy ubaghs
guy_ubaghs
Offline Send Email
Apr 4, 2003
2:21 pm
3522
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...
guy ubaghs
guy_ubaghs
Offline Send Email
Apr 4, 2003
2:26 pm
3523
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...
colonwq
Offline Send Email
Apr 4, 2003
3:00 pm
3524
... 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...
Paul
pauljs97140
Offline Send Email
Apr 4, 2003
7:07 pm
3525
... 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...
Paul
pauljs97140
Offline Send Email
Apr 4, 2003
7:13 pm
3526
For those that missed the Tech TV promo of the player. Follow the link below http://www.techknowman.com/MP3_Player/PJRC/MP3.htm...
Len
techknowman2000
Offline Send Email
Apr 5, 2003
8:17 am
3527
For those that missed the Tech TV promo of the player. Follow the link below http://www.techknowman.com/MP3_Player/PJRC/MP3.htm...
Len
techknowman2000
Offline Send Email
Apr 5, 2003
8:17 am
3528
thanks, I will look if the print statement does sent a carriage return, thanks for the help ... ...
guy ubaghs
guy_ubaghs
Offline Send Email
Apr 5, 2003
9:36 am
3529
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...
Paul
pauljs97140
Offline Send Email
Apr 6, 2003
1:00 am
3530
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...
Paul
pauljs97140
Offline Send Email
Apr 7, 2003
10:25 am
3531
Can a corrupt mp3 cause problems other than bad playback to the player? Is it hard to detect a bad mp3 and go to the next file? Keith...
colonwq
Offline Send Email
Apr 7, 2003
6:40 pm
3532
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...
Tom Parker
tom_wiresnco...
Offline Send Email
Apr 9, 2003
12:14 pm
3533
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...
Techknowman
techknowman2000
Offline Send Email
Apr 10, 2003
5:04 am
3534
newegg.com is a good place to start. They have reasonable prices for the most part. Robert Pendell shinji257@... _____ From: Techknowman...
Robert Pendell
pensoft
Offline Send Email
Apr 10, 2003
9:36 am
Messages 3505 - 3534 of 5073   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help