Hello,
I have put together the Gamer Kit, when I connect the ARDUINO, on its own, it can upload but as soon as I put the whole thing together with the upper part , it cannot upload and I get the following error messages.
Please help!
Thanks
What is the gamer kit?
Your 'upper part' is interfering with the serial communication because it uses pins 0 and 1. Check if you can disconnect that in some way (e.g. jumpers). Else you're stuck removing before uploading.
The arduino IDE uses the RESET RX and TX pins to upload the sketch,
So if you have these pins locked, in use, the IDE may be unable to work