I want to measure Temprature, Pressure, Humidity and CO2 in a room with ESP32-CAM & CCS811+HDC1080+BMP280
Since this module is combination of 3 sensors. Can I integrate it with ESP32-CAM over Software SPI ?
1 Answer 1
No. Those three devices are I2C devices, not SPI devices.
Using that is no different to using three individual sensors all wired to the same I2C bus.
answered Dec 3, 2019 at 16:58