ArduinoProm
ArduinoProm copied to clipboard
Any help would be appriciated
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 Wires are soldered to mobo, 3.3Vdc is sent to pins 12, 15 from a sata orange and black.
#1 install python-3.7.0-amd64 check #2 install arduino-ide_2.0.2_Windows_64bit check #3 pip install pyserial check #4 pip install wxPython check #5 compile and upload ArduinoProm.ino into a Pro Micro ATmega32U4 5V 16MHz Arduino on com 6 check #6 execute python ArduinoProm.py COM6 READ eeprom.bin FAIL!
get message "Error Reading EEPROM. Check connections"
I also tried an uno and a mega adk board and no luck.
Is it w10, or 64bit?
or a step I'm missing?
You shouldn't be injecting 3.3v into pin 15. That's a supply from the Xbox when it is powered on.
Pin 13 on the LPC should go to pin 3 on pro micro? May just be the way you have written it but you have implied that 13 goes to 2 and 14 goes to 3.
Xbox needs to be on turn on when reading.
OK...
I was using a dead motherboard, so I assume injecting voltage would work. Used a good og xbox and it worked great. I will try with an uno and adk mega and see if they work too. Will update with results.
ArduinoProm works great!