Author Topic: An Idea for CFW to control the hardware mods  (Read 1777 times)

Offline gr8npwrfl

  • Acid Modder
  • *
  • Posts: 582
  • Post quality +0/-0
  • Gender: Male
  • Ignorance is not fatal it can be cured
An Idea for CFW to control the hardware mods
« on: May 25, 2008, 08:50:29 PM »
I have a question for all the modders out there

The problem with all the mods that seem to be going on on this board are the switches to make them work. If you do more than one mod we all seem to have a problem on what functions to delete or what goofy keystrokes to create.

I want to add functions to my PSP not eliminate some.

I have been working on the multi - memory stick mod. The problem is you have to tell the controller chip how big each memory stick is so that the controller knows when to switch to the next chip.

To be able to use 1,2,4,8,16 gig sticks each memory slot will require three dip switches for a total of 12 switches. If I could add to the m33 control menu so that I can select them on the screen I eliminate all of the switches. My mod will allow up to 64 gig of storage space inside the PSP.


Now if I put in an amp for louder sound,
The 4 memory sticks
LED pulse mod controller
LCD back panel display

I will need to add 16 switches and two adjustment trimmers that will take more space than the mods and what will I give up to get them..

Not a good solution.

I have figured out a way for the mods to talk to the CFW  AND the interface screen you could program in an xml text file so you can just select your mods on the screen of the PSP.

No one does that yet that I know of.

No programming required you create an XML template and that determins the background, The graphics, the color, and the options on your screen.

We should get together and create a standard that everyone can use there could be 65,536 different mods and if you create a mod that uses the interface you would be assigned a mod number.

The interface is so simple people have overlooked it.
A pic can talk to and get data from the irda interface and the custom firmware already supports the built in irda interface !

We can not only send data to the PSP firmware we can receive data from the firmware.

Instead of pressing the single button twelve times to select the type of led blink option you want you could just have the modes on the screen and select the one you want. NO EXTRA SWITCH MODS ANYMORE !

So if a person wants to use the idea for interface to their mods they will just request a number and no one else would use that number but them. That way no two mods would interfere with each other.

The setup interface for their mod would just be a template, you would not have to reprogram the CFW. When you upgrade the CFW your interface to your hardware mod still works.

The outside of your PSP would look stock. No funky switches

I looking for input from other people on creating this standard



Offline Sgt Lovin

  • Motor Mouth
  • *
  • Posts: 90
  • Post quality +0/-0
  • Gender: Male
  • My PSP is Unmodded still :(
Re: An Idea for CFW to control the hardware mods
« Reply #1 on: May 25, 2008, 10:20:18 PM »
hmm, sounds like a good idea, but the only team with enough experience would be Team M33, i've tried developing myself and i tell ya, it ain't a walk in the park


Offline Gamer4life

  • Granny Spanker
  • *
  • Posts: 483
  • Post quality +0/-0
  • Gender: Male
  • I will be a Gamer until i die.
    • my own site please join and be active
Re: An Idea for CFW to control the hardware mods
« Reply #2 on: May 26, 2008, 12:01:50 AM »
or instead of putting it into the cfw you could just make an app or program that works along with the cfw to interface with the mods

98% of teenage population has tried smoking pot if you're part of the 2% who hasn't copy & paste this into your sig

Offline GhoSt

  • Creating Null
  • Around the block
  • *
  • Posts: 2552
  • Post quality +19/-0
  • Gender: Male
  • Null Pointer Exception
Re: An Idea for CFW to control the hardware mods
« Reply #3 on: May 26, 2008, 12:06:14 AM »
or instead of putting it into the cfw you could just make an app or program that works along with the cfw to interface with the mods

yes if you think m33 are the only people who can program the psp u are serously mistaken, Acidmods is more of hardware modding so it will be hardish to find a comperdent person to write this for u.

couldn't this just be done by programing a PIC?
|Variegation - GhoSt's Final Controller|

|Nothing is deterministic.|

Offline DubbleDutch

  • BlietZ Modding
  • Millennium Poster
  • *
  • Posts: 1234
  • Post quality +3/-0
  • Gender: Male


Re: An Idea for CFW to control the hardware mods
« Reply #4 on: May 26, 2008, 08:30:22 AM »
programming ic is the solution yes


you won't be able to put it into a custom firmware, you will always end up doing extra switches if you want to turn mods on or off


because you can't just add a feature to the custom firmwares, you will need to choose what the psp has, you just cant add a extra software switch to it.



it is possible though with a programming ic as ghost_death said



To all of you crying about lag and kicks, remember… when Jesus died, took him 3 days to respawn. Now THAT is lag.

Offline gr8npwrfl

  • Acid Modder
  • *
  • Posts: 582
  • Post quality +0/-0
  • Gender: Male
  • Ignorance is not fatal it can be cured
Re: An Idea for CFW to control the hardware mods
« Reply #5 on: May 26, 2008, 10:51:36 AM »
I like the seperate app idea. I have already found a simple app that has the source code and I am looking into it.

If we have the pic pass commands structured like ID,Command,Data,CRC and make them packets we could define a command and data set that anyone doing a mod could use and talk to the same interface app.

The ID would select the xml text file that is used so your hardware interface would have a unique screen and command set to turn your mods on and off.

If we clearly defined the packets we could give a sample xml file and the code for the pic so that a person doing a mod would not have to be a programmer to use it.

The ird interface would be built into the CFW app and the ird software would be in the pic so that a user would just have to fill in their packets to get communication to the xml file the app reads from for the screen and options.

When you program a web page you do not worry about the underlying protocol of the web that makes the web page works you just use it !


Offline gr8npwrfl

  • Acid Modder
  • *
  • Posts: 582
  • Post quality +0/-0
  • Gender: Male
  • Ignorance is not fatal it can be cured
Re: An Idea for CFW to control the hardware mods
« Reply #6 on: May 26, 2008, 10:57:00 AM »
As the app starts it would list the xml files in a menu. You just scroll to select a file, that file talks to a particular mod, and you are controlling your mod from a menu in the CFW. When your mod sends data to the app with your unique id the app knows which screen you are talking to by your particular xml file selected by your id.

Very straight forward very elegant and unlimited expandability.

We would have a doc that lists the command and data structure you just use it.


Offline Gamer4life

  • Granny Spanker
  • *
  • Posts: 483
  • Post quality +0/-0
  • Gender: Male
  • I will be a Gamer until i die.
    • my own site please join and be active
Re: An Idea for CFW to control the hardware mods
« Reply #7 on: May 26, 2008, 11:56:26 AM »
i like the app idea 2(since i thought of it) but you could maybe have an app that talks 2 a pic 2 the switches of the mod it wold cool but the only one that could not do that is if you do the dual nub you gotta take the on and off switch out but why has no1 just moved it some else on the psp

98% of teenage population has tried smoking pot if you're part of the 2% who hasn't copy & paste this into your sig

 

SMF spam blocked by CleanTalk
SimplePortal 2.3.5 © 2008-2012, SimplePortal