Replies: 2 comments 9 replies
-
Most likely: Try flashing the code with more modules disabled by adding // in front of systems you don't need: https://github.com/sanni/cartreader/blob/master/Cart_Reader/Cart_Reader.ino#L78 Small chance: Check that the display cable is inserted the right way on both the Main PCB and the LCD. For example it could be that the IDC connector on the LCD was put on by the factory the wrong way. The notch should be at the top like in this picture: https://github.com/sanni/cartreader/wiki/How-to-build#6-the-first-test |
Beta Was this translation helpful? Give feedback.
-
What you can try is change Cart_Reader.ino like this:
Upload and then open the Arduino Serial Monitor. It's found under Tools -> Serial Monitor in the Arduino IDE, needed settings: 9600 baud, no line ending. More info about the Serial Monitor: https://github.com/sanni/cartreader/wiki/Serial-Monitor Then see if you get an SD Error too, the display and the SD card share some pins, so if both don't work we could limit the issue to those pins.
I get 10 megaOhm resistance between D51 to GND. And 28 megaOhm resistance between D13 and GND. No direct continuity. In my schematic I used a different numbering of the pins |
Beta Was this translation helpful? Give feedback.
-
I recently started a build of the v5 cart reader, I've gone through the entirety of the process and double and triple checked steps along the way. My issue is that the initial test of the power on and checking gameboy functionality is not working, I get power, the device seems to turn on and theres a green light on the mega board, however the display doesnt seem to be functional beyond turning on. I've double checked all the solder points and theres no bridges, I've reflashed the mega twice, formatted the SD card multiple times and I'm just at a loss as to what could be causing this
Beta Was this translation helpful? Give feedback.
All reactions