SparkFun IoT Redboard + SparkFun Weather Shield

I am trying to use the SparkFun Weather Shield ( https://www.sparkfun.com/products/13956 ) with the SparkFun IoT Redboard ( https://www.sparkfun.com/products/19177 ) and I have been looking at the schematic with no luck.

I’ve used the weather shield library provided here: https://github.com/sparkfun/Weather_Shi … ic_V12.ino

And I’ve changed the pin to:

const byte STAT_BLUE = 25;

const byte STAT_GREEN = 26;

const byte REFERENCE_3V3 = A6;

const byte LIGHT = A4;

const byte BATT = A7;

temp_p = -1766.20F, light_lvl = infV, VinPin = nanV

[212375][E][Wire.cpp:513] requestFrom(): i2cRead returned Error 263

Humidity = -5.81%,[213475][E][Wire.cpp:513] requestFrom(): i2cRead returned Error 263

temp_h = -51.85F,[213475][E][Wire.cpp:499] requestFrom(): i2cWriteReadNonStop returned Error -1

[213478][E][Wire.cpp:499] requestFrom(): i2cWriteReadNonStop returned Error -1

[213485][E][Wire.cpp:499] requestFrom(): i2cWriteReadNonStop returned Error -1

Pressure = -999.00Pa,[213502][E][Wire.cpp:499] requestFrom(): i2cWriteReadNonStop returned Error -1

[213503][E][Wire.cpp:499] requestFrom(): i2cWriteReadNonStop returned Error -1

[213508][E][Wire.cpp:499] requestFrom(): i2cWriteReadNonStop returned Error -1

What happens if you do not change the pins? Does the given code work?

It gives the same error too :frowning: