Page 4 of 5

Re: PSX CD-Player only Project

Posted: July 30th, 2013, 4:50 am
by sickle
But but.. where's the sexy Chun Li pic? :(

Re: PSX CD-Player only Project

Posted: August 3rd, 2013, 9:54 pm
by Type 79
CD-Player - v0.13.0803

NEW: PAL/NTSC autodetect/init
NEW: "loading screen", loading.. while cdinit
NEW: "game start", starts inserted gamesdisc, doesn't work with some games ('SCE EXE')
cd130803.psx

sicklebrick wrote:But but.. where's the sexy Chun Li pic? :(
No room for her :(

Re: PSX CD-Player only Project

Posted: August 3rd, 2013, 11:15 pm
by Type 79
t0rxe wrote:Nice star field effect. The PlayStation logo in the center makes it look pro. Absolutely awesome. Nice work Type 79 :)
Thanks!

Re: PSX CD-Player only Project

Posted: August 27th, 2013, 6:01 pm
by miri25
Hi guys,

as you can see, I've built the circuit on my MSP430 Launchpad.
But it does not work. Is it not possible to run the program directly on the launchpad? I hope you can help me.

greetings

Image
Foto.JPG

Re: PSX CD-Player only Project

Posted: August 27th, 2013, 9:49 pm
by Type 79
I think it's because you take ground for display from Launchpad, try to connect display's ground to 5V usb-ground.
Keep display-ground and MSP430-ground separated.

Re: PSX CD-Player only Project

Posted: November 28th, 2013, 9:03 am
by Topcronos
Great project !

Any progress made on this ?
Do you plan to detail an 'how to' so that we can reproduce your solution ?

Thanks

Re: PSX CD-Player only Project

Posted: July 18th, 2014, 6:18 am
by klapauzius
Hi there,

i got a used, boot modified scph-1002 and a (classic) Xploder cartridge, managed to exchange the cartridge firmware with the cdplayer software and i want to integrate an arduino micro with 20x4 i2c display. The microcontroller code looks very similar to arduino code for me, so i see no problems there.

I noticed that the sound of the ps1 using the "hacked catridge" player playing a compact disc is pretty different to the sound when playing the same title using the internal (system rom) cd player. It's volume is slightly lower and the sound of the original player is much more "crisp" and "alive" (sorry for my bad english). First thought it was just my imagination and/or subjective error. I discussed the problem with several people, especially with one of my kids who has a very sensitive hearing and they agree to me. Anyone who noticed the problem, or likes to check if it's the same at his/her machine? Maybe it's a fault of my ps1 and i simply have to change to another system.

I like the idea of having a user interface with a 20x4 (oled) character display and typical "cd player alike" buttons in a top loading case with an nice finished panel fitting in size to my amplifier and the (xbmc driven) htpc, so i would really love not to stop the work and find another solution with a composite display or somthing like that.

I'm not deep into psx programming so some of my questions may look a little stupid to some of you. I'm sorry for that.

@type 79: is the "player" part of your work using the original routines and/or do you have an idea why the sound is so diffrent to the original player? Is the project still maintained and do you like to help me with this problem? if not would you make it open source, so someone else could continue your work?

Thanks in advance
Sascha

Re: PSX CD-Player only Project

Posted: July 31st, 2014, 2:06 am
by Type 79
After some tests I believe it's just different volume settings, my player uses default volume and system player uses max volume.
So I changed volume on my player also to max, and now both sound same to me.

Source and executable included.

Re: PSX CD-Player only Project

Posted: July 31st, 2014, 7:49 pm
by Shadow
Just make sure that the default volume level is 0x00 - 0x80. Anything higher is overdriven.

Re: PSX CD-Player only Project

Posted: September 9th, 2014, 7:12 am
by Techdisk
Sorry for the long post, but I have a lot of questions.

So I'm thinking of using this mod on my own PS1, but I don't really have as much access to parts as you people. Basically, I'm wondering if it is possible to substitute certain aspects.

I saw in the beginning you were using an Arduino in order to work the display, and that you later posted an iso that could run on a modchipped PS1. I am easily able to obtain and program an Arduino, but since then you have changed to a different driver chip that I'm not sure is as easily obtained or programmed (I don't like using online stores, before you suggest that). Is it still possible and practical to use an Arduino to drive the display? Or should I just bite the bullet and go online?

Secondly, can I use a modchipped PS1 with a burned disk of the player software instead of a hacked Gameshark or Xplorer? Again, it is much easier for me to get a modchip (out of another console) than to find an old gameshark.

Finally, I plan to make everything except the LCD screen internal, partially to save on finding an official serial cable plug to gut and partially to keep things compact, rather than having the separate stand for the screen. Again, am I being practical here? Or am I overestimating the amount of extra space in a PS1?

Thanks!

Re: PSX CD-Player only Project

Posted: September 12th, 2014, 4:06 am
by Type 79
Yes, you can use Arduino, you just need level converter between 3.3V PS1-serial and 5V Arduino-serial.
That MSP430-program should work with small changes on Arduino.
Also you can start CD-Player-software from burned disc, just small changes to program so it ask audio-cd after program has started.
It's probably possible to fit some Arduino Mini or similar inside PlayStation, and power it and display from PS1 powersupply.

I may still have cd-bootable version and arduino sources somewhere, I send those here when I have time.

Re: PSX CD-Player only Project

Posted: December 6th, 2014, 12:37 pm
by twwyt
I have used Type 79's program to flash a gameshark cartridge and got all of that working very easily. I am reading the track info through the serial port to my computer just using a 3.3v Arduino programmer.
My question is: how difficult would it be to modify the ps exe so that it can take commands from the serial port to play/pause, skip, prev, etc.

This way I can use my Arduino mini to interpret button presses and remote control signals rather than needing the psx controller also.

Thanks for your time,

Tom

Re: PSX CD-Player only Project

Posted: December 25th, 2014, 1:50 pm
by Shendo
Shouldn't be difficult. Take a look at the sio echo example in the SDK.
--
You can check each game loop if there is a character waiting in the RX buffer and execute
a function based on the value.

There is also a SIO interrupt available but for simple stuff like this it's not necessary to set it up.

Re: PSX CD-Player only Project

Posted: May 3rd, 2015, 10:44 pm
by Yuri^Cybdyn
i found STM32 DISCO board w/ touchscreen lcd (on DigiKey ~14$). i think it will be better hw for such project?

Re: PSX CD-Player only Project

Posted: December 15th, 2015, 2:05 pm
by Meta
Magnifico projects.

I have some questions.

1) I have the Action Replay Pro connected to the PSX. Will I work with Arduino?

2) Is there a wiring diagram for how the cables with PSX and Arduino connected?

3) you Can control the CD-ROM or DVD-ROM audio with PlayStation 2?

Regards.

Re: PSX CD-Player only Project

Posted: December 20th, 2015, 10:42 am
by sickle
Meta wrote:Magnifico projects.

I have some questions.

1) I have the Action Replay Pro connected to the PSX. Will I work with Arduino?

2) Is there a wiring diagram for how the cables with PSX and Arduino connected?

3) you Can control the CD-ROM or DVD-ROM audio with PlayStation 2?

Regards.
1) Rom goes on Action Replay (XFlash CD or via serial port or whatever). Arduino sketch goes on arduino?

2) http://www.psxdev.net/forum/viewtopic.php?f=47&t=760

3) You'll have to be more specific here >.<

Re: PSX CD-Player only Project

Posted: December 21st, 2015, 3:59 pm
by Meta
Hello:

4) Do I need an Action Replay or PSX chip to operate the CD player with Arduino?

5) You can do the same with PS2 PSX like this project?

I want to control the CD player without using Action Replay.

Greetings.

Re: PSX CD-Player only Project

Posted: January 11th, 2016, 10:44 pm
by gwald
adamoda wrote:There were several problems, but I could download 1-st "Hello world".psx -> not .exe to the PS :-)
psexe.com -P11 something.exe does not work.

The Settings of CHEAT-Module ( Xploder with caetla 0.35 ):
1) HOOK-Style: DATEL. With coloured bars "picture" it does not work -> blue screen
2) Xploder must be "switched on" mode ( no coloured bars )

XP: I've tested download as:
1) Admin
2) Normal user: "UserPort-like" program must be running to give access to LPT1
3) psexe started with -P11 -> for LPT1

Download works not always, but more than 50% times :-)

---- Next step -----

1) how to burn/flash the XPloder module with this "Hello world".psx program ?
2) is it possible to burn/flash small programs directly to PS. -> This would be the best solution for the CD-Player.
I've configured my cart as per your settings, but my psexe doesn't except -P10 nor -P11 it displays the help
v2.12 psexe.com from http://www.psxdev.net/forum/viewtopic.php?f=69&t=366 caetla29.zip
Does the PS have to be in waiting for comms.. mode? or can it be in the caetla menu?

Re: PSX CD-Player only Project

Posted: January 12th, 2016, 2:44 am
by Greg
Latest version on psxexe.com v2.15: http://xianaix.net/filez/psx157.zip
Lot of AR/XPLORER stuff at: http://xianaix.net

Re: PSX CD-Player only Project

Posted: January 12th, 2016, 8:39 am
by gwald
Greg wrote:Latest version on psxexe.com v2.15: http://xianaix.net/filez/psx157.zip
Lot of AR/XPLORER stuff at: http://xianaix.net

Hey thanks Greg! it worked.

BTW It's was in: "Caetla 0.35 Tools (DOS-English)"
http://xianaix.net/filez/wintools.zip