I am using a SparkFunQWIIC BME280 connected to a ESP32 Thing Plus. Also connected is a non QWIIC RTC - DS3231. It is taking some weather measurements over time then sending them to another ESP Thing Plus using ESPNOW. The receiving Thing Plus simply puts some of the data on an OLED. The sending seems to be working. No errors/sending failures are indicated.
The first measurements of the BME280 are fine and they are sent fine. Then the measures go pear shaped. The temperature goes to 117C, teh HUmidity goes to 100 and the pressure goes over 1100. I feel it looks more like a different planet. . All the bad data is sent and matches the serial port printout.
Is it possible that the ESPNOW interferes with the readings of the BME280 or somehow interferes with the QWIIC connection? The RTC clock is correct. I know the BME280 works on its own.
Any thoughts or direction would be appreciated.
MakerMatthew