HI,
Seem to have same problem just starting up, connecting to Microduino/mCookie-Core (328p) - for the windmill example
Any suggestions?
Arduino: 1.6.7 (Windows 10), Board: "Microduino/mCookie-Core (328p), Atmega328P@16M,5V"
In file included from C:\Program Files (x86)\Arduino For Microduino\examples\00.mCookie_IBC\_01_Windmill\_01_Windmill.ino:49:0:
C:\Program Files (x86)\Arduino For Microduino\hardware\Microduino\avr\libraries\_08_Shield_Microduino_Key/Microduino_Key.h:7:0: warning: "NUM_DIGITAL_PINS" redefined [enabled by default]
#define NUM_DIGITAL_PINS 22
^
In file included from C:\Program Files (x86)\Arduino For Microduino\hardware\Microduino\avr\cores\arduino/Arduino.h:255:0,
from sketch\_01_Windmill.ino.cpp:1:
C:\Program Files (x86)\Arduino For Microduino\hardware\Microduino\avr\variants\standard/pins_arduino.h:28:0: note: this is the location of the previous definition
#define NUM_DIGITAL_PINS 20
^
In file included from C:\Program Files (x86)\Arduino For Microduino\hardware\Microduino\avr\libraries\_08_Shield_Microduino_Key\Microduino_Key.cpp:1:0:
C:\Program Files (x86)\Arduino For Microduino\hardware\Microduino\avr\libraries\_08_Shield_Microduino_Key\Microduino_Key.h:7:0: warning: "NUM_DIGITAL_PINS" redefined [enabled by default]
#define NUM_DIGITAL_PINS 22
^
In file included from C:\Program Files (x86)\Arduino For Microduino\hardware\Microduino\avr\cores\arduino/Arduino.h:255:0,
from C:\Program Files (x86)\Arduino For Microduino\hardware\Microduino\avr\libraries\_08_Shield_Microduino_Key\Microduino_Key.h:4,
from C:\Program Files (x86)\Arduino For Microduino\hardware\Microduino\avr\libraries\_08_Shield_Microduino_Key\Microduino_Key.cpp:1:
C:\Program Files (x86)\Arduino For Microduino\hardware\Microduino\avr\variants\standard/pins_arduino.h:28:0: note: this is the location of the previous definition
#define NUM_DIGITAL_PINS 20
^
Sketch uses 5,594 bytes (17%) of program storage space. Maximum is 32,256 bytes.
Global variables use 398 bytes (19%) of dynamic memory, leaving 1,650 bytes for local variables. Maximum is 2,048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x80
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x80
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x80
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x80
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x80
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x80
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x80
avrdude: stk500_recv(): programmer is not responding
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
Problem uploading to board. See
http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.