While the Pav' was briefly on VB 4.0, I made a post about an idea for a PS1 RPG Maker text-input device. I guess it seems kind of silly given that the maker is so old, the console is so old, and there are many other options available, but I thought that I would re-post it to see what people think (thanks, Valk for saving this from the dead "upgraded" forums
).
-----------------------------------------------
Someone with sufficient knowledge of embedded hardware could link a USB keyboard to something like an Arduino that connects to a PS1/2/3 d-pad that connects to a PS1/2/3. With an internal data array that mimics the RPGM keyboard layout, it would be possible to type on the keyboard and have the Arduino translate the keystrokes into the necessary d-pad presses. Include a LCD character screen and a message buffer, and you can type a paragraph out ahead of time, store it in non-volatile internal flash memory, then just press one button on the Arduino unit and have it automatically enter the text for you in a matter of seconds.
Use a removable memory card or flash drive for the non-volatile memory, and you could type your entire script on the computer, save it to a text file on the flash memory, stick it in the Arduino unit, then use a control pad on the unit to select the paragraph you want typed into RPGM, and your text-input problems would be a thing of the past.
Designed properly, it could all be contained in one small unit with a chiclet keyboard, a PS1/PS2 connector, and a rechargeable battery - so it would be plug 'n play.
If I had an extra PS1 laying around, and a copy of RPGM, a few other assorted electronic components, a little cash, maybe I'd try to make one myself. Sounds like a fun challenge.
Though, I've never worked with modding game consoles before. The most I have experience with is some embedded design/programming for RFID sensing and reporting.
In theory, however, it should work. I think I have a PDF around here somewhere that talks about emulating PS controller button presses.
It's been a while since I used RPGM, but it shouldn't be too terribly difficult to pull off, if memory serves me correctly.
I got to thinking about it some more, trying to pin down the price. If I use PICAXE or OEM Basic Stamp, rather than the ludicrously expensive Arduino, and make the circuit board myself (I gotta use those 3 gallons of ferric chloride some time
), and use my junk-box electrical components, the cost of production would be between $20 and $50 per unit.
Maybe once I built one, and figured out the design, I could come up with a cheaper design or figure out how to manufacture them cheaply.
Well, if anyone's interested, let me know.
I'd like to hear what you think.
-----------------------------------------------
Originally Posted by Jeroak Nelave
if i didnt have to do the stupid single digit text input...i'm gonna have to check something about that.
if i didnt have to do the stupid single digit text input...i'm gonna have to check something about that.
Use a removable memory card or flash drive for the non-volatile memory, and you could type your entire script on the computer, save it to a text file on the flash memory, stick it in the Arduino unit, then use a control pad on the unit to select the paragraph you want typed into RPGM, and your text-input problems would be a thing of the past.
Designed properly, it could all be contained in one small unit with a chiclet keyboard, a PS1/PS2 connector, and a rechargeable battery - so it would be plug 'n play.
If I had an extra PS1 laying around, and a copy of RPGM, a few other assorted electronic components, a little cash, maybe I'd try to make one myself. Sounds like a fun challenge.
Though, I've never worked with modding game consoles before. The most I have experience with is some embedded design/programming for RFID sensing and reporting.
In theory, however, it should work. I think I have a PDF around here somewhere that talks about emulating PS controller button presses.
It's been a while since I used RPGM, but it shouldn't be too terribly difficult to pull off, if memory serves me correctly.
I got to thinking about it some more, trying to pin down the price. If I use PICAXE or OEM Basic Stamp, rather than the ludicrously expensive Arduino, and make the circuit board myself (I gotta use those 3 gallons of ferric chloride some time
Maybe once I built one, and figured out the design, I could come up with a cheaper design or figure out how to manufacture them cheaply.
Well, if anyone's interested, let me know.

I'd like to hear what you think.






Comment