|
Post by vildu on Jul 20, 2022 8:53:06 GMT
Trying to connect to the temperature sensor on the SIM7000A shield using the mcp9808test sketch script, but encountering a compilation error (from the end of the error log): "Using library Adafruit_BusIO-master at version 1.12.0 in folder: C:\Users\username\Documents\Arduino\libraries\Adafruit_BusIOmaster Using library SPI at version 1.0 in folder: C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\SPI exit status 1 Error compiling for board Arduino Uno." - The following libraries have been installed: - Adafruit_BusIO-master - Adafruit_MCP9808_Library-master - Adafruit_MQTT_Library-master - Botletics_SIMCom_Library_v1.1.0 - Running Arduino IDE v1.8.19 - Running under Win v8.1 on a 64-bit i7 Any idea what may be wrong? Thanks very much.
|
|
|
Post by Botletics on Jul 25, 2022 1:06:37 GMT
Make sure you delete all other existing libraries that may be conflicting and follow these instructions to install the correct libraries.
|
|