B4R Question GSM Example error

Beja

Expert
Licensed User
Longtime User
Hi All,

Tried to use the GSM example and. please see the logs.

B4R Version: 2.51
Parsing code. (0.02s)
Compiling code. (0.07s)
Building project (0.08s)
Compiling & deploying Ino project (Arduino/Genuino Uno - COM8) Error
Loading configuration...
Initializing packages...
Preparing boards...
Verifying...
Uploading...
avrdude: Version 6.3, compiled on Jan 17 2017 at 12:00:53
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "C:\Arduino\B4R\Arduino\hardware\tools\avr/etc/avrdude.conf"
Using Port : COM8
Using Programmer : arduino
Overriding Baud Rate : 115200
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x41
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x70
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x70
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x53
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x74
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x61
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x72
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x74
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x0d
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x0a
avrdude done. Thank you.
An error occurred while uploading the sketch
 
Last edited:

Beja

Expert
Licensed User
Longtime User
Com8 is correct.. It was selected by the IDE.
Will try to run another app that's already tested and get back. Thanks Erel.
 
Upvote 0

Beja

Expert
Licensed User
Longtime User
The error doesn't seem to be related to the GSM example. What happens when you try to run other programs on this board? Are you sure that COM8 is the correct port?

Hi Erel
Tested the button example and it's working fine. (COM8)
 
Upvote 0

Beja

Expert
Licensed User
Longtime User
Make sure not to connect anything to pins 0 and 1.

Does it compile if nothing is connected to the Aduino Uno?
Yes.
In fact a gsm shield (was connected to 0 and 1) when the error occurred . I took it off and tested the button example and it worked. But the project is all about the GSM communication
 
Upvote 0

Beja

Expert
Licensed User
Longtime User
Somthing weird..
The same project that produced the above error was apploaded successfully after removing the rxtx connectors to the gsm module
 
Upvote 0
Top