Hi everyone,
I am trying to use the MKR Wan 1310 together with MKRIoTCarrier. First of all, the IoTCarrier will not run on Battery Power (Yes the cable is connected) Second, i can't seem to get the MKRWan Library to work even just the include (#include <Arduino_MRKIoTCarrier.h>) throws Error messages:
Bibliothek Arduino_MKRIoTCarrier wurde als vorkompiliert angegeben:
Benutze vorkompilierte Bibliothek in C:\Users\a00539363\OneDrive - ONEVIRTUALOFFICE\Documents\Arduino\libraries\Arduino_MKRIoTCarrier\src\cortex-m0plus
C:\Users\a00539363\OneDrive - ONEVIRTUALOFFICE\Documents\Arduino\libraries\Arduino_MKRIoTCarrier\src\Arduino_MKRIoTCarrier.cpp: In member function 'int MKRIoTCarrier::begin()':
C:\Users\a00539363\OneDrive - ONEVIRTUALOFFICE\Documents\Arduino\libraries\Arduino_MKRIoTCarrier\src\Arduino_MKRIoTCarrier.cpp:34:11: error: 'AREF_PIN' was not declared in this scope
pinMode(AREF_PIN,INPUT_PULLUP);
^~~~~~~~
C:\Users\a00539363\OneDrive - ONEVIRTUALOFFICE\Documents\Arduino\libraries\Arduino_MKRIoTCarrier\src\Arduino_MKRIoTCarrier.cpp:34:11: note: suggested alternative: 'SCK_PIN'
pinMode(AREF_PIN,INPUT_PULLUP);
^~~~~~~~
SCK_PIN
exit status 1
Compilation error: exit status 1
I would be very thankful if someone could help me out here
. Thanks!