Sodaq_nbIOT - compatibility matrix

This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.

Sodaq_nbIOT

Version: 2.0.1
More details

Compatibility matrix

Board Claims compatibility Inclusion
nbIOT_Humidity_Temperature
nbIOT_Humidity_Temperature_AllThingsTalk
nbIOT_Pressure_Temperature
nbIOT_Shield_AllThingsTalk
nbIOT_serial_passthrough
nbIOT_test
nbIOT_test_udp
nbIOT_GPS
arduino:avr:uno
1.8.4
Yes PASS FAIL PASS FAIL PASS FAIL FAIL FAIL FAIL
arduino:mbed_nano:nanorp2040connect
2.7.2
Yes ⚠️ FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL
arduino:megaavr:nona4809
1.8.7
Yes ⚠️ FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL
arduino:samd:mkrwifi1010
1.8.12
Yes PASS FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL
esp32:esp32:d1_mini32
1.0.6
Yes ⚠️ FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: PASS

Sketch uses 1988 bytes (6%) of program storage space. Maximum is 32256 bytes.
Global variables use 20 bytes (0%) of dynamic memory, leaving 2028 bytes for local variables. Maximum is 2048 bytes.

examples/nbIOT_GPS

Result: FAIL

WARNING: library Sodaq_UBlox_GPS claims to run on samd architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_GPS/nbIOT_GPS.ino:38:2: error: #error "Please select one of the listed boards."
 #error "Please select one of the listed boards."
  ^~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK

examples/nbIOT_Humidity_Temperature

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Humidity_Temperature/nbIOT_Humidity_Temperature.ino:12:1: error: 'SoftwareSerial' does not name a type; did you mean 'HardwareSerial'?
 SoftwareSerial softSerial(10, 11); // RX, TX
 ^~~~~~~~~~~~~~
 HardwareSerial
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Humidity_Temperature/nbIOT_Humidity_Temperature.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Humidity_Temperature/nbIOT_Humidity_Temperature.ino:14:22: error: 'softSerial' was not declared in this scope
 #define DEBUG_STREAM softSerial
                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Humidity_Temperature/nbIOT_Humidity_Temperature.ino:34:14: note: in expansion of macro 'DEBUG_STREAM'
     while ((!DEBUG_STREAM) && (millis() < 10000)) {
              ^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Humidity_Temperature/nbIOT_Humidity_Temperature.ino:14:22: note: suggested alternative: 'Serial'
 #define DEBUG_STREAM softSerial
                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Humidity_Temperature/nbIOT_Humidity_Temperature.ino:34:14: note: in expansion of macro 'DEBUG_STREAM'
     while ((!DEBUG_STREAM) && (millis() < 10000)) {
              ^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Humidity_Temperature/nbIOT_Humidity_Temperature.ino:14:22: error: 'softSerial' was not declared in this scope
 #define DEBUG_STREAM softSerial
                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Humidity_Temperature/nbIOT_Humidity_Temperature.ino:40:5: note: in expansion of macro 'DEBUG_STREAM'
     DEBUG_STREAM.begin(9600);
     ^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Humidity_Temperature/nbIOT_Humidity_Temperature.ino:14:22: note: suggested alternative: 'Serial'
 #define DEBUG_STREAM softSerial
                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Humidity_Temperature/nbIOT_Humidity_Temperature.ino:40:5: note: in expansion of macro 'DEBUG_STREAM'
     DEBUG_STREAM.begin(9600);
     ^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Humidity_Temperature/nbIOT_Humidity_Temperature.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Humidity_Temperature/nbIOT_Humidity_Temperature.ino:14:22: error: 'softSerial' was not declared in this scope
 #define DEBUG_STREAM softSerial
                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Humidity_Temperature/nbIOT_Humidity_Temperature.ino:74:5: note: in expansion of macro 'DEBUG_STREAM'
     DEBUG_STREAM.println(message);
     ^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Humidity_Temperature/nbIOT_Humidity_Temperature.ino:14:22: note: suggested alternative: 'Serial'
 #define DEBUG_STREAM softSerial
                      ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Humidity_Temperature/nbIOT_Humidity_Temperature.ino:74:5: note: in expansion of macro 'DEBUG_STREAM'
     DEBUG_STREAM.println(message);
     ^~~~~~~~~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK

examples/nbIOT_Humidity_Temperature_AllThingsTalk

Result: PASS

Sketch uses 15486 bytes (48%) of program storage space. Maximum is 32256 bytes.
Global variables use 1366 bytes (66%) of dynamic memory, leaving 682 bytes for local variables. Maximum is 2048 bytes.

examples/nbIOT_Pressure_Temperature

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Pressure_Temperature/nbIOT_Pressure_Temperature.ino:18:2: error: #error "Please select one of the listed boards."
 #error "Please select one of the listed boards."
  ^~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK

examples/nbIOT_Shield_AllThingsTalk

Result: PASS

WARNING: library Sodaq_UBlox_GPS claims to run on samd architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
Sketch uses 26332 bytes (81%) of program storage space. Maximum is 32256 bytes.
Global variables use 1844 bytes (90%) of dynamic memory, leaving 204 bytes for local variables. Maximum is 2048 bytes.
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_UBlox_GPS/src/Sodaq_UBlox_GPS.cpp:21:0:
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/avr/1.8.4/libraries/Wire/src/Wire.h: In member function 'uint8_t Sodaq_UBlox_GPS::read()':
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/avr/1.8.4/libraries/Wire/src/Wire.h:69:13: note: candidate 1: uint8_t TwoWire::requestFrom(int, int, int)
     uint8_t requestFrom(int, int, int);
             ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/arduino/hardware/avr/1.8.4/libraries/Wire/src/Wire.h:66:13: note: candidate 2: uint8_t TwoWire::requestFrom(uint8_t, uint8_t, uint8_t)
     uint8_t requestFrom(uint8_t, uint8_t, uint8_t);
             ^~~~~~~~~~~
Low memory available, stability problems may occur.

examples/nbIOT_serial_passthrough

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_serial_passthrough/nbIOT_serial_passthrough.ino:52:2: error: #error "Please use one of the listed boards or add your board."
 #error "Please use one of the listed boards or add your board."
  ^~~~~

examples/nbIOT_test

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_test/nbIOT_test.ino:69:2: error: #error "You need to declare the modem on/off pin and stream for your particular board!"
 #error "You need to declare the modem on/off pin and stream for your particular board!"
  ^~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK

examples/nbIOT_test_udp

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_test_udp/nbIOT_test_udp.ino:78:2: error: #error "Please use one of the listed boards or add your board."
 #error "Please use one of the listed boards or add your board."
  ^~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL

Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

examples/nbIOT_GPS

Result: FAIL

WARNING: library Sodaq_UBlox_GPS claims to run on samd architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_GPS/nbIOT_GPS.ino:38:2: error: #error "Please select one of the listed boards."
 #error "Please select one of the listed boards."
  ^~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

examples/nbIOT_Humidity_Temperature

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Humidity_Temperature/nbIOT_Humidity_Temperature.ino:26:2: error: #error "Please select one of the listed boards."
 #error "Please select one of the listed boards."
  ^~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

examples/nbIOT_Humidity_Temperature_AllThingsTalk

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Humidity_Temperature_AllThingsTalk/nbIOT_Humidity_Temperature_AllThingsTalk.ino:29:2: error: #error "Please select a Sodaq ExpLoRer, Arduino Leonardo or add your board."
 #error "Please select a Sodaq ExpLoRer, Arduino Leonardo or add your board."
  ^~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

examples/nbIOT_Pressure_Temperature

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Pressure_Temperature/nbIOT_Pressure_Temperature.ino:18:2: error: #error "Please select one of the listed boards."
 #error "Please select one of the listed boards."
  ^~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

examples/nbIOT_Shield_AllThingsTalk

Result: FAIL

WARNING: library Sodaq_UBlox_GPS claims to run on samd architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Shield_AllThingsTalk/nbIOT_Shield_AllThingsTalk.ino:30:2: error: #error "Please select one of the listed boards."
 #error "Please select one of the listed boards."
  ^~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

examples/nbIOT_serial_passthrough

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_serial_passthrough/nbIOT_serial_passthrough.ino:52:2: error: #error "Please use one of the listed boards or add your board."
 #error "Please use one of the listed boards or add your board."
  ^~~~~

examples/nbIOT_test

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_test/nbIOT_test.ino:69:2: error: #error "You need to declare the modem on/off pin and stream for your particular board!"
 #error "You need to declare the modem on/off pin and stream for your particular board!"
  ^~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

examples/nbIOT_test_udp

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_test_udp/nbIOT_test_udp.ino:78:2: error: #error "Please use one of the listed boards or add your board."
 #error "Please use one of the listed boards or add your board."
  ^~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: FAIL

Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

examples/nbIOT_GPS

Result: FAIL

WARNING: library Sodaq_UBlox_GPS claims to run on samd architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_GPS/nbIOT_GPS.ino:38:2: error: #error "Please select one of the listed boards."
 #error "Please select one of the listed boards."
  ^~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

examples/nbIOT_Humidity_Temperature

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Humidity_Temperature/nbIOT_Humidity_Temperature.ino:26:2: error: #error "Please select one of the listed boards."
 #error "Please select one of the listed boards."
  ^~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

examples/nbIOT_Humidity_Temperature_AllThingsTalk

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Humidity_Temperature_AllThingsTalk/nbIOT_Humidity_Temperature_AllThingsTalk.ino:29:2: error: #error "Please select a Sodaq ExpLoRer, Arduino Leonardo or add your board."
 #error "Please select a Sodaq ExpLoRer, Arduino Leonardo or add your board."
  ^~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

examples/nbIOT_Pressure_Temperature

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Pressure_Temperature/nbIOT_Pressure_Temperature.ino:18:2: error: #error "Please select one of the listed boards."
 #error "Please select one of the listed boards."
  ^~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

examples/nbIOT_Shield_AllThingsTalk

Result: FAIL

WARNING: library Sodaq_UBlox_GPS claims to run on samd architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Shield_AllThingsTalk/nbIOT_Shield_AllThingsTalk.ino:30:2: error: #error "Please select one of the listed boards."
 #error "Please select one of the listed boards."
  ^~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

examples/nbIOT_serial_passthrough

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_serial_passthrough/nbIOT_serial_passthrough.ino:52:2: error: #error "Please use one of the listed boards or add your board."
 #error "Please use one of the listed boards or add your board."
  ^~~~~

examples/nbIOT_test

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_test/nbIOT_test.ino:69:2: error: #error "You need to declare the modem on/off pin and stream for your particular board!"
 #error "You need to declare the modem on/off pin and stream for your particular board!"
  ^~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

examples/nbIOT_test_udp

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_test_udp/nbIOT_test_udp.ino:78:2: error: #error "Please use one of the listed boards or add your board."
 #error "Please use one of the listed boards or add your board."
  ^~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: PASS

Sketch uses 12592 bytes (4%) of program storage space. Maximum is 262144 bytes.
Global variables use 3008 bytes (9%) of dynamic memory, leaving 29760 bytes for local variables. Maximum is 32768 bytes.

examples/nbIOT_GPS

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_GPS/nbIOT_GPS.ino:38:2: error: #error "Please select one of the listed boards."
 #error "Please select one of the listed boards."
  ^~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK

examples/nbIOT_Humidity_Temperature

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Humidity_Temperature/nbIOT_Humidity_Temperature.ino:26:2: error: #error "Please select one of the listed boards."
 #error "Please select one of the listed boards."
  ^~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK

examples/nbIOT_Humidity_Temperature_AllThingsTalk

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Humidity_Temperature_AllThingsTalk/nbIOT_Humidity_Temperature_AllThingsTalk.ino:29:2: error: #error "Please select a Sodaq ExpLoRer, Arduino Leonardo or add your board."
 #error "Please select a Sodaq ExpLoRer, Arduino Leonardo or add your board."
  ^~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK

examples/nbIOT_Pressure_Temperature

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Pressure_Temperature/nbIOT_Pressure_Temperature.ino:18:2: error: #error "Please select one of the listed boards."
 #error "Please select one of the listed boards."
  ^~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK

examples/nbIOT_Shield_AllThingsTalk

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Shield_AllThingsTalk/nbIOT_Shield_AllThingsTalk.ino:30:2: error: #error "Please select one of the listed boards."
 #error "Please select one of the listed boards."
  ^~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK

examples/nbIOT_serial_passthrough

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_serial_passthrough/nbIOT_serial_passthrough.ino:52:2: error: #error "Please use one of the listed boards or add your board."
 #error "Please use one of the listed boards or add your board."
  ^~~~~

examples/nbIOT_test

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_test/nbIOT_test.ino:69:2: error: #error "You need to declare the modem on/off pin and stream for your particular board!"
 #error "You need to declare the modem on/off pin and stream for your particular board!"
  ^~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK

examples/nbIOT_test_udp

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_test_udp/nbIOT_test_udp.ino:78:2: error: #error "Please use one of the listed boards or add your board."
 #error "Please use one of the listed boards or add your board."
  ^~~~~
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL

Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

examples/nbIOT_GPS

Result: FAIL

WARNING: library Sodaq_UBlox_GPS claims to run on samd architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_GPS/nbIOT_GPS.ino:38:2: error: #error "Please select one of the listed boards."
 #error "Please select one of the listed boards."
  ^
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

examples/nbIOT_Humidity_Temperature

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Humidity_Temperature/nbIOT_Humidity_Temperature.ino:26:2: error: #error "Please select one of the listed boards."
 #error "Please select one of the listed boards."
  ^
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

examples/nbIOT_Humidity_Temperature_AllThingsTalk

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Humidity_Temperature_AllThingsTalk/nbIOT_Humidity_Temperature_AllThingsTalk.ino:29:2: error: #error "Please select a Sodaq ExpLoRer, Arduino Leonardo or add your board."
 #error "Please select a Sodaq ExpLoRer, Arduino Leonardo or add your board."
  ^
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

examples/nbIOT_Pressure_Temperature

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Pressure_Temperature/nbIOT_Pressure_Temperature.ino:18:2: error: #error "Please select one of the listed boards."
 #error "Please select one of the listed boards."
  ^
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

examples/nbIOT_Shield_AllThingsTalk

Result: FAIL

WARNING: library Sodaq_UBlox_GPS claims to run on samd architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_Shield_AllThingsTalk/nbIOT_Shield_AllThingsTalk.ino:30:2: error: #error "Please select one of the listed boards."
 #error "Please select one of the listed boards."
  ^
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

examples/nbIOT_serial_passthrough

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_serial_passthrough/nbIOT_serial_passthrough.ino:52:2: error: #error "Please use one of the listed boards or add your board."
 #error "Please use one of the listed boards or add your board."
  ^

examples/nbIOT_test

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_test/nbIOT_test.ino:69:2: error: #error "You need to declare the modem on/off pin and stream for your particular board!"
 #error "You need to declare the modem on/off pin and stream for your particular board!"
  ^
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt

examples/nbIOT_test_udp

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_nbIOT/examples/nbIOT_test_udp/nbIOT_test_udp.ino:78:2: error: #error "Please use one of the listed boards or add your board."
 #error "Please use one of the listed boards or add your board."
  ^
Multiple libraries were found for "Sodaq_wdt.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/AllThingsTalk_LTE-M_SDK
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Sodaq_wdt