About Sparkfun Weather Shield

I bought a Sparkfun Weather Shield and following the Hookup Guide V12 to connect the Arduino UNO and the weather meter. It works after connection and upload the provided program. I wanted to connect a OLED display, but the problem occurred. The OLED cannot be started up. I don’t know what problem is it.

OLED Display: Adafruit SSD1306

I tried to integrate the above OLED library with the “Weather_Shield_Basic program”, no problem occured. For the Example Firmware - Weather Station and Example with GPS program, error occurred.

Didn’t the code compile at all? Or It was uploaded but did not show the desired output?

Finally, the problem was Adafruit SSD1306 library needs to reserve around 1.1K bytes space in the memory. The Arduino UNO3 has 2K bytes memory. It is not enough space to run the Adafruit SSD1306 library if I want to use the Sparkfun provided program for weather shield. Now I need to find another library for SSD1306.