When I look at Rob’s Utube video (on this product) he loads example 1. He displays more outputs than are are in the published example 1. Example 1 does not have Humidity, Pressure, Alt, or Temp.
I can’t find any examples with the code.
When I look at Rob’s Utube video (on this product) he loads example 1. He displays more outputs than are are in the published example 1. Example 1 does not have Humidity, Pressure, Alt, or Temp.
I can’t find any examples with the code.
Try loading the version for its hookup guide here https://docs.sparkfun.com/SparkFun_Envi … d-examples
Tried that. Said I was missing Spark_fun_BME_Arduino. So I installed that into the library. Then tried to upload Now I get Compilation error: stray '' in program
Solved problem. Change:
#define Serial SerialUSB
to:
#define SerialPort Serial