Hello Arduiners
I bought recently the GPRS Module SIM808 because i have plants to create a tracker in my car.
I remember that i saw in Youtube a developer uploading a program directly to this module, using in the board manager the board "Arduino Pro or Pro Mini" and, on this video, he did the upload and the boards worked perfectly.
Unfortunately i lost the web address of the video but i followed all the steps he did.
When i tried to upload the sample sketch to test the board, the debugging step is finished but the loading fails and the IDE shows the following message:
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xe4
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xa5
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x12
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xff
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x11
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x44
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x51
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00
I already tried to use all the available programmers but nothing is working!
Does anybody could help me?
Thanks in advance!