MicroMod weather Carrier board with MicroMod ESP32

This is my first Sparkfun project, so I am probably doing something stupid. 1st had trouble connecting to the board using the Arduino Cloud Editor. I chose the Sparkfun ESP32 MicroMod from the drop down it seemed to connect the ESP 32 had a blue light. I uploaded the SparkFun_Weather_Meter_Kit_Arduino_Library/example1. I am not getting anything and the ESP32MicroMod board is not responding, no blue light the MicroMod Weather Carrier has power.

Any suggestions?

I am going back through the documentation but wanted to see if anyone else had this issue or if I have a bad board

Double-check that the esp32 is fully seated MicroMod Weather Carrier Board Hookup Guide - SparkFun Learn

You might also ensure the 3 libraries mentioned here MicroMod Weather Carrier Board Hookup Guide - SparkFun Learn are installed before then attempting a re-upload

Do you see anything light up when you plug it in?

Hi TS-Russell, First off thanks for your response. I was able to run the blink example successfully. I am running into an issue running the Weatherboard TEST, I am getting the below error message.

"/private/var/folders/r_/83pstj394mz6qgvscgkmvdrr0000gn/T/.arduinoIDE-unsaved2026624-4505-3dtlpt.mpwl6/sketch_jul24a/sketch_jul24a.ino:19:10: fatal error: SparkFunBME280.h: No such file or directory
19 | #include “SparkFunBME280.h”
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1

Compilation error: SparkFunBME280.h: No such file or directory"

I have confirmed that the SparkFunBME280 library is added. I have followed the tutorials for installing the Arudino IDE, the libraries and the Weather Carrierboard. Do you have more information on the include files. My next step is to delete everything and start over wanted to see if there was any advice

That usually means the current sketch is in a different folder than the main arduino libraries. I usually recommend just starting over as well, it should only take a few minutes.

Try the full wipe steps here by uninstalling & wiping the arduino15 folder like so https://support.arduino.cc/hc/en-us/articles/360021325733-Uninstall-Arduino-IDE - be sure to perform the “Removing additional files” steps, then try re-installing/starting over and see how it goes

Thanks for your help.