Arduino 1.8.6 and Auriga Board


#1

Hi all,

After downloading and adding the file “Makeblock-Libraries-master.zpi” file into Arduino 1.8.6, I tried to program C++ code for Auriga board (MBot Ranger), yet I can not find the Auriga board from the board list and the compiler results an Error for the “MeAuriga.h” included file as following

…\Arduino\libraries\Makeblock-Libraries-master\src/MeAuriga.h:86:9: error: ‘A11’ was not declared in this scope

{ A6,A11 }, {  NC,  A2 }, {  NC,  A3 }, {  NC,  A0 }, {  NC,  A1 },
        ^

exit status 1
Error compiling for board Arduino/Genuino Uno.

I guess that I did not select the right board, yet can not find the board from the Tools -> Board: list

Anyone knows how to resolve this problem?

Thanks a lot
-Chi


#2

The Auriga is based on the Atmel Mega 2560 so you’ll need to select the MEGA2560 board from the Tools menu in the Arduino environment. :slight_smile:


#3

Works greatly.
Thanks a lot.


#4

I was having this gimp same issue but now that i have seen what was the issue google classroom about, its fixed. Thanks for keeping this thread,

Regards,
Brian.


#5

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.