Adafruit with I2C on Z-uno

Discussion about Z-Uno product. Visit http://z-uno.z-wave.me for more details.
Post Reply
tnesheim
Posts: 5
Joined: 10 Sep 2021 14:57

Adafruit with I2C on Z-uno

Post by tnesheim »

Hi
I´m want to connect the CO2/RH/T-sensor Sensirion SCD30 to my Z-uno. To do this I´d like to use some of the already exixting libraries: Adafruit_SCD30.h
However, it seems like this library expects a dedicated I2C interface on the board while the Z-uno has a software I2C only, that is taken care of by a library called Wire.h

I guess that the Arduino IDE together with a Arduino-board with I2C (based on the board definition) "connects the software to the hardware"? But how should this be done when my I2C is software defined as it is on the Z-uno? Or in other words, how ca I use the Adafruit_SCD30.h library on the Z-uno?
tnesheim
Posts: 5
Joined: 10 Sep 2021 14:57

Re: Adafruit with I2C on Z-uno

Post by tnesheim »

I gave up trying to the Adafruit library and implemented some code using the wire.h library. Case kind of closed!
Post Reply