Hi all,
I’m struggling on getting a VEML6030 visible light sensor working on CubeCell AB02 with Arduino (I’m using the SparkFun library).
I have 3.3k pullups on i2c bus and indeed the device does respond on the 0x48 address (also i2cscan example does locate the sensor)
nevertheless when I try to set the gain/time or read value … I just get zero values.
I do initiate the bus with Wire.begin() … so I’m sure I’m talking to the right hw (it is the only sensor on i2c after all… and I also tested on the alternative addr 0x10 … same story)
===
I was wondering if someone already had experience with the VEML6030 on the CubeCell unit.
thanks