I have a SparkFun Air Velocity Sensor Breakout - FS3000-1015 connected via Qwiic to a SparkFun Thing Plus - ESP32 WROOM (USB-C).
Using the default example sketch, I’m unable to get a reading.
I’ve used the i2c_scanner sketch and I’m not getting any devices found on Wire or Wire1.
The FS3000 LED light is on so I know at least the power side of the Qwiic is working.
So I’m assuming there is a misconfiguration with I2C somewhere on the Thing Plus. I also tried to connect a SparkFun Qwiic OLED Display and still did not get anything on the I2C scan to show up on Wire or Wire1.
Looking for ideas on how I can test the I2C connection on Thing board to try and sort out where the problem is coming from? Unfortunately I don’t have any other Qwiic ESP32 devices to test with.