Hello everyone. I have purchased a GSM SIM 900 shield for my telecommunication project. The problem is: I tried to upload a code onto my Arduino UNO that asks user for a number send sms to the number.(The code is easy. You can find it in the arduino's File>exampe>GSM>SendSMS). Previously everything was fine, codes can be easily upoaded and executed from the board. But after connecting the GSM shield, code can't be uploaded anymore. Anytime I press the upload icon, it starts upoading but gets stuck at middle showing this error messages:
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00
Can anyone please explain what's happening and how to get rid of this problem? Thanks in advance.