Difference between revisions of "Step4: Error Debugging"

From Elecrow
Jump to navigation Jump to search
 
(Created page with "<br> <br> :*<font color="red">"xxx is not declared in this scope "</font> 600px|frameless<br> Something is not declard, Maybe you do not put the lib...")
 
Line 1: Line 1:
 +
<br>
 +
<br>
 +
:*<font color="red">"xxx is not declared in this scope "</font>
  
 +
[[Image:not declard.png|600px|frameless]]<br>
 +
Something is not declard, Maybe you do not put the libraris the right location:''<font color="red">...\arduino\libraries</font>'', If you can sure that you have put library in the right locacation, please try to close Arduino IDE and reopen.
 +
 +
<br>
 +
:*<font color="red">"COM error"</font>
 +
 +
[[Image:com error.png|600px|frameless]]<br>
 +
Try re-plugging the Crowduino from computer, and select the right COM port
 +
 +
<br>
 +
:*<font color="red">"Donwload error "</font>
 +
 +
[[Image:download error.png|600px|frameless]]<br>
 +
Try to re-select the Arduino board, for Crowduino328, please selec the ''Arduino Duemilanonve w/Atmega328''.
 +
 +
<br>

Latest revision as of 11:39, 22 August 2019



  • "xxx is not declared in this scope "

Not declard.png
Something is not declard, Maybe you do not put the libraris the right location:...\arduino\libraries, If you can sure that you have put library in the right locacation, please try to close Arduino IDE and reopen.


  • "COM error"

Com error.png
Try re-plugging the Crowduino from computer, and select the right COM port


  • "Donwload error "

Download error.png
Try to re-select the Arduino board, for Crowduino328, please selec the Arduino Duemilanonve w/Atmega328.