Hello,
I have an old XBOX that I would like to dump the EEPROM of. I've seen many different custom-made devices that facilitate this comprised of no more than resistors, wires, and a connector. However from my searching I've been unable to find a single trace of anybody trying this with an arduino (and very few of anyone trying it with any other type of device), so I would like to give it a try. Unfortunately, I can't seem to translate the methods used by various programs (such as ponyprog) and different arduino setups for accessing EEPROMs. I would like to not have to solder directly onto the tiny pins of the EEPROM itself as my soldering skills, although many years old, are still quite sad at best. So I am attempting to use the LPC header as most custom readers do. That gives me SDA and SCL to work with (that I know of, maybe it exposes more, I'm not sure), but every example I can find regarding EEPROM interfacing with an arduino uses four pins. So can I do it with just two? And if so, can anyone point me in the right direction of what parameters I need and how exactly to send and receive the data? All I need to do is dump the 256k memory. If I do have to use the EEPROM pins themselves, I'm still not sure what values to set for the SPCR. This is the datasheet for the EEPROM on the xbox (I'm pretty sure it is at least): BR24C02-W pdf, BR24C02-W Description, BR24C02-W Datasheet, BR24C02-W view ::: ALLDATASHEET :::
Can anyone help me with this? I would really appreciate it. I've been staring at EEPROM tutorials and datasheets all day and it's starting to give me a headache.
Thanks
~ Kerberos