Well today I decided to wire in the flasher. This took quite a bit of time and was a really tedious task. As with most small point mods, I used Kynar Wire, leaded solder and no clean flux.

I began by soldering all the points on the motherboard first, This took a huge amount of patience.

Then I found a location for the Teensy and soldered that onto the other end while shortning the wires, then tidied up the wires with a bit of electrical tape.

I really like the placement here, I could go further and add an external USB port. But I feel that having to open the cover for this purpose is acceptable.
Next I need to finish the software side of things and get it all going.
Could you supply an image of the pinnout from the tensy to the testpoints of PS3?
Have ordered more equipment to test, full instructions to come soon.
here is an image of the wiring of the teensy++ to the PS3 NOR testpoints , check it for errors, If you need any changes let me know, or an alternative I can upload the photoshop CS4 PDF and you can change it if you prefer.
http://i56.tinypic.com/2itdg6.jpg
btw: I made this so you could use it in your documentation.
Thanks, Here are the pinouts I used. I used complete ports for data and addresses to make it much simpler for the software. Port E was used for control.
// Define data ports here#define DATA1_PORT PORTB
#define DATA1_PIN PINB
#define DATA1_DDR DDRB
#define DATA2_PORT PORTF
#define DATA2_PIN PINF
#define DATA2_DDR DDRF
// Define address line ports
#define ADDR1_PORT PORTD
#define ADDR1_PIN PIND
#define ADDR1_DDR DDRD
#define ADDR2_PORT PORTC
#define ADDR2_PIN PINC
#define ADDR2_DDR DDRC
#define ADDR3_PORT PORTA
#define ADDR3_PIN PINA
#define ADDR3_DDR DDRA
// Define control port and pins here
#define CONT_PORT PORTE
#define CONT_DDR DDRE
#define CONT_PIN PINE
#define CONT_RESET 0 // Reset
#define CONT_WE 1 // Write Enable
#define CONT_OE 4 // Output Enable
#define CONT_TRI 5 // Southbridge Disable
#define CONT_WP 6 // Write Protect
#define CONT_CE 7 // Chip Enable
Nick C
this is how i wired the testpoints of my 2504A to teensy2++
http://www3.zippyshare.com/v/55338200/file.html
i hope too if defyboy show us his diagram like we made
Helooth ,
I’m just going to wait this one out,
I won’t risk trashing my machine.
Great .. look forward to it.
I will be receiving another console early next week. I will resume testing then and post full instructions by next weekend.
thanx man
Thanks for your work man, I hope you soon finish your work with the pc side software and publish your full instructions. And this is a very good site so i’m gonna added this to my bookmark. Congratulations