Alright, this has been troubling me so much i've decided to make my own thread. First, video and pictures, then i'll explain myself more.
Video Update: http://youtu.be/mQkDFxm7DW0
Pictures:
I'm not entirely sure how to force start into mGB. Is this what the code should look like?
boolean alwaysUseDefaultSettings = true; //set to true to always use the settings below, else they are pulled from memory for the software editor
boolean usbMode = false; //to use usb for serial communication as oppose to MIDI - sets baud rate to 38400
byte defaultMemoryMap[MEM_MAX] = {
0x7F,0x01,0x02,0x7F, //memory init check
0x01, //force mode (forces lsdj to be sl)
0x05, //mode
I've also tried:
0x05, //force mode (forces lsdj to be sl)
0x05, //mode
Anyways, i'm fairly certain it has to be with the code, i've literally switched out every major part and have built the arduinoboy from "scratch" 3 times. I know it may seem like i've been spamming because this board is relatively slow, so sorry for that. This thread will be the last of it unless I get advice and/or figure it out.
And what do I do with Pin 3 if I take the switching circuit out to force start mGB?? I've tried every conceivable option and none worked.
*Previous troubleshooting posts: http://chipmusic.org/forums/post/111433/#p111433
Last edited by Slumpy (Jun 10, 2012 7:14 am)