ArduinoProm icon indicating copy to clipboard operation
ArduinoProm copied to clipboard

Original Xbox EEPROM reader and writer. Based on and inspired by the awesome work by Grimdoomer on PiPROM

Results 6 ArduinoProm issues
Sort by recently updated
recently updated
newest added

Arduino nano or uno (compatible ones) needs a empty reading and delay for working. For example: ``` def eeprom_read(): ser.flushInput() ser.flushOutput() rx_data=bytes() ser.write(bytearray(b'\x00')) rx_data = ser.read(256) # this is empty...

Hi I have a Xbox version 1.0 and using an Arduino Uno to try and read the eeprom. I connected the wires as displayed but get a Error Reading EEPROM....

Serial' was not declared in this scope , this error appears when i select gemma M0 in the bord selection menu

Arduino I2C library can hang if the Xbox is powered off or the I2C connections are incorrectly connected resulting in the software freezing. In this instance check your connections to...

Thanks to your amazing piece of code I managed to successfully read the Eeprom of a v1 Xbox that was and still is corrupted. Checked it first with the LiveInfo...

Would someone please tell what I'm doing wrong... w10-64 og xbox v1.0 Wires are soldered to mobo at pins 2, 13, 14. Connected to arduino at pins gnd, 2, 3...