Consolized PSP

Discussion in 'Modding and Hacking - Consoles and Electronics' started by Bearking, Jun 24, 2013.

  1. Bearking

    Bearking Konsolkongen

    Joined:
    Aug 2, 2010
    Messages:
    856
    Likes Received:
    100
    Haha thank you :D I just need some means to burn this to a PIC before I can try it. I wonder though if 5 seconds waiting is enough. I will try to time it later :)

    Is 250ms the amount of time it "pushes the button"? That needs to be around 5 seconds before it switches to AV-out.
     
  2. TriMesh

    TriMesh Site Supporter 2013-2017

    Joined:
    Jul 3, 2008
    Messages:
    2,324
    Likes Received:
    750
    Ah, OK - I didn't realize that. And looking at it again, I can see that it does, in fact, have a bug :)

    This bit

    bsf STATUS,RP0
    movlw b'00111110' ; Set GPIO0 as output

    Should be:

    bsf STATUS,RP0
    movlw b'00111011' ; Set GPIO2 as output



    I did the classic mistake of changing the comment, but not the actual code :)

    If you can give me the timings you need, I will do an edited version.
     
  3. Bearking

    Bearking Konsolkongen

    Joined:
    Aug 2, 2010
    Messages:
    856
    Likes Received:
    100
    It's about 12 seconds boot and 6 seconds button press. Just to be sure. But that's something I can tweak in your code myself. It seems pretty simple when looking at it :)

    The thing is though, that I need the PIC to activate when I press the power button. The PSP always has some kind of power connected to it, and the power button is activated by pulling it low. Not sure I can just wire the PIC up the the power button switch, and expect it to work. But that's probably an easy fix. So can you help me make the PIC activate when you pull one of the inputs low for about 20-30ms?

    Just to clarify:
    By pressing the power button for 20-30ms or more, one of the inputs on the PIC will be pulled low. After a 12 second wait it will then activate the 6 second simulated button-press on one of it's outputs. That should be doable, right? :)

    But no rush at all. I don't have any means of programming one of these chips right now, and won't have the money for the needed hardware for a few months. Any suggestions for a usable chip programmer would be highly appreciated though. Preferably one that could be used for several other chip types as well :)
     
    Last edited: Jul 23, 2013
  4. TriMesh

    TriMesh Site Supporter 2013-2017

    Joined:
    Jul 3, 2008
    Messages:
    2,324
    Likes Received:
    750
    OK, here's a fixed version - as for a programmer, the ones for PICs generally don't handle anything else. I'm using an ICD3, but mostly for the debugging functions (and they are not available on these low pin count devices unless you use a special header board) - if you just want a progammer, then probably the best option is to get the PICKIT2 since it's both cheap and official. It's technically been superseded by the PICKIT3, but that's about twice the price.

    http://www.microchipdirect.com/ProductSearch.aspx?Keywords=PG164120

    Here's the modded version of the code with the bug fixed, trigger input added and delays adjusted.
     

    Attached Files:

  5. Bearking

    Bearking Konsolkongen

    Joined:
    Aug 2, 2010
    Messages:
    856
    Likes Received:
    100
    Awesome and thank you very much for the information on the programmer. I really appreciate it :)

    I'll let you know once I got it tested :)
     
    Last edited: Jul 23, 2013
  6. EmuSentai

    EmuSentai Active Member

    Joined:
    Nov 9, 2012
    Messages:
    42
    Likes Received:
    0
    I'm late but god damn this is amazing.
     
  7. ph4nth0m

    ph4nth0m <B>Site Supporter 2012</B><BR><B>Site Supporter 20

    Joined:
    Jun 4, 2007
    Messages:
    164
    Likes Received:
    0
    Thrown money at my comnputer, nothing happed, what's wrong ?
     
  8. angryswede

    angryswede Rising Member

    Joined:
    Feb 15, 2011
    Messages:
    57
    Likes Received:
    1
    +1 for PICKIT2. Extremely easy to use and very cheap. Plus you can buy it in Denmark if you want the warranty. PICKIT3 seems to be roughly the same hardware with a new price tag.
     
  9. tonito

    tonito Newly Registered

    Joined:
    Aug 4, 2013
    Messages:
    3
    Likes Received:
    0
    This is nothing short of amazing! Looks very clean and professional, looks like a licensed product! Congratulations!
     
  10. Hardak

    Hardak Active Member

    Joined:
    Sep 27, 2012
    Messages:
    27
    Likes Received:
    0
    Can we please get a tutorial?
     
  11. Bearking

    Bearking Konsolkongen

    Joined:
    Aug 2, 2010
    Messages:
    856
    Likes Received:
    100
    I already posted pictures of the relevant points where you need to solder for the controller. It's mentioned in the first post and can be found here:
    http://www.playright.dk/forum/emne/26126-vis-os-dit-mod-traaden?start=1400

    Hopefully that will help you a bit :)

    TriMesh> Sorry, I haven't gotten around to buying that PIC programmer yet. Been busy with other things and I can't afford it until next year, with Christmas and a three upcoming birthdays.

    I still really appreciate your help with this, and I hope you don't think I'm ungrateful :)
     
  12. paybacks3

    paybacks3 Active Member

    Joined:
    Apr 25, 2013
    Messages:
    47
    Likes Received:
    0
    How much woud you charge for one of these?
     
  13. spinksy

    spinksy Peppy Member

    Joined:
    Oct 1, 2010
    Messages:
    351
    Likes Received:
    7
    This is awesome!

    Never seen this done and it looks great!

    Well done!
     
  14. Bearking

    Bearking Konsolkongen

    Joined:
    Aug 2, 2010
    Messages:
    856
    Likes Received:
    100
    Hi. I won't be doing this on commission, sorry. Although I do trust my soldering and mine is still functioning properly, there's a LOT of tiny soldering spots inside, and I can think of several things that could go wrong if I shipped it halfway around the globe. Although it would probably arrive fully working, that's just a chance I'm not willing to take.
    Furthermore it took so many hours that it would end up being crazy expensive. Everything was done by hand and I've must have spend 4-5 hours sanding down the lid alone, making sure it was perfectly straight and symmetrical. If I were to make something like this for anyone else, I would obsess about it even more and make sure it was far superior to my own and perfect in every thinkable way. The price would be insane :/

    I only showed it here because I think it turned out somewhat decent, and I never saw anything like it before. I'm hoping it will inspire others to do something similar and hopefully surpass my work too. That would make me really proud :)
     
  15. A. Snow

    A. Snow Old School Member

    Joined:
    Mar 13, 2004
    Messages:
    2,432
    Likes Received:
    10
    That is awesome. I'd go so far as to say that it is so well done that you could have put it up on Ebay as some internal Sony proto and made a fortune with no one being the wiser.
     
  16. geluda

    geluda <B>Site Supporter 2012</B><BR><B>Site Supporter 20

    Joined:
    Apr 25, 2011
    Messages:
    1,422
    Likes Received:
    13
    Fantastic job! Any videos of it running? How does the output compare to using the PSP video out cables?
     
  17. Bearking

    Bearking Konsolkongen

    Joined:
    Aug 2, 2010
    Messages:
    856
    Likes Received:
    100
    The output is still the original component signal. Nothing has changed there as I find it quite alright already. Besides I have no idea where to even beging if I wanted HDMI for example. I'm outputting though a XRGB-Mini which does a good job upscaling to fullscreen. You can see a close up of the TV on the first page.

    No videos of it running. I did record one, but somewhere along recording it with my iPhone, converting it on my Linux PC and uploading it to YouTube the sound got out of sync. Perhaps I'll try again another day :)
     
  18. snakeye355

    snakeye355 Spirited Member

    Joined:
    Jan 28, 2013
    Messages:
    109
    Likes Received:
    0
    This is EPIC! Wish I had enough skill to make this. Has anyone checked out the guy from Japan who made a Game Gear Console in the shape of a Master System? Well this is just as epic as that!
     
  19. WolverineDK

    WolverineDK music lover

    Joined:
    Mar 14, 2004
    Messages:
    5,611
    Likes Received:
    8
    Great fucking work ! When it comes to the consolised PSP

    I have no idea which distro of Linux you use, but KDEnlive is a good (I personally fucking hate it, but alas). Video editing program for Linux. But I used to use OpenShot , which was simple but straight forward and easy to use for me. When it came to editing my videos on Linux (I need to get a new used "old" laptop), so I can get into the whole video editing on Linux again :) yeah I some times make videos. And put them up on youtube, from demonstrations and what not. But anyway KDEnlive and OpenShot are both pretty damn good video editors for Linux. Sadly I can not really find , if VirtualDubMod has been ported over to Linux yet. But there are ways, of synchronising video and audio too in Linux. And video compatibility issues, is a VERY rare occurrence. But anyway those were my hopefully helpful tips upon Linux, and video editing.
     
  20. Bearking

    Bearking Konsolkongen

    Joined:
    Aug 2, 2010
    Messages:
    856
    Likes Received:
    100
    I'm running Ubuntu with Cinnamon desktop installed. Funny enough I have over the past couple of months had to use OpenShot to edit and convert a series of pictures into an animated .avi file. I can only agree that it worked pretty damn well :)
    If I can get my hands on a better camera I'll do a video of this thing running. Need to actually start using it now that the Valkyria Chronicles 3 translation has just been released :D

    Thanks!
     
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page