Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic cannot program arduino boards (Read 3121 times)
BeagleBot
Junior Member
**
Offline


Posts: 19
Location: Netherlands
Joined: Jul 8th, 2015
cannot program arduino boards
Dec 2nd, 2016 at 7:19pm
Print Post  
have any one also problems with programming arduino boards?
I can not program any more.
the Aruino IDE works fine but Visualmicro (VisualSutudio 2015)
can not program my board.
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x80
same com port same program.
reinstalled visualmicro restart laptop notting works.
have all to the last version installed visualstudio ans micro..

hhhheeeeeelllllppppp Sad

log....................

Compiling debug version of 'EXTMP' for 'Arduino Pro or Pro Mini w/ ATmega168 (5V, 16 MHz)'
 
EXTMP.ino: In function void readSensor()
EXTMP.ino: 51:38: warning: left operand of comma operator has no effect [-Wunused-value]
   data.temperature = (DHT.temperature, 1)
EXTMP.ino: 52:32: warning: left operand of comma operator has no effect [-Wunused-value]
   data.humidity = (DHT.humidity, 1)

Program size: 4.406 bytes (used 31% of a 14.336 byte maximum) (2,04 secs)
Minimum Memory Usage: 414 bytes (40% of a 1024 byte maximum)
 
Uploading 'EXTMP' to 'Arduino Pro or Pro Mini w/ ATmega168 (5V, 16 MHz)' using 'COM4'
The uploader returned an error
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x86
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x98
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x98
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x80
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x86
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x98
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x98
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x80
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x80
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x80

  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12187
Location: United Kingdom
Joined: Apr 10th, 2010
Re: cannot program arduino boards
Reply #1 - Dec 2nd, 2016 at 7:35pm
Print Post  
Are you really using a 168? Discontinued years ago by Arduino. Maybe you have the 328 pro selected in the Arduino ide so should do same in vidual.micro
« Last Edit: Dec 2nd, 2016 at 7:36pm by Tim@Visual Micro »  
Back to top
IP Logged
 
BeagleBot
Junior Member
**
Offline


Posts: 19
Location: Netherlands
Joined: Jul 8th, 2015
Re: cannot program arduino boards
Reply #2 - Dec 2nd, 2016 at 8:06pm
Print Post  
oke thats the problem I am ashamed Embarrassed
select the right one and it works Undecided
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint