I started a project to implement my project done on the ESP32 now on a M5Stack Core2.
Received the CORE2 Christmas day, with some little starting problems all went except that the senor was not found over the I2C connector "Port A" in the M5 Core2.
I tried a lot but it seems the "Port A" (pin 32 and 33) is inactive.
I downloaded a I2C scan sketch wich runs well but do not found the BME680 (on 0x76 or 0x77).
Also no conflict as nothing else is working at 0x76 or 0x77.
I measured the 5 VDC and they are there.
I checked wiring 100 times.
I reinstall the BME back to the ESP32 I used before and it still works.
Finally I connect the BME680 to the internal I2C system of the Core2 (pin 21 and 22) and boom it works...
Do does the Port A on the CORE2 need to get "switched on" somehow?
The idea of using the M5 was to have a nice little device, no soldering or cable...
I can post the complete code if required but system still says its too big....
M5 Wetterstation.txt (23.1 KB)