SparkFun Ambient Light Sensor - VEML6030 (Qwiic) Sensor doesn't work in FIPY
-
Re: Editing an ultrasonic sensor library
Hello, I have the same issue and I haven't been able to solve it. Please help me.
-
Hi
is it this sensor?
If yes, then link you have provided is totally unrelate with your sensor.
VEML6030 work on I2Clook into documentation how to setup I2C
https://docs.pycom.io/firmwareapi/pycom/machine/i2c/e.g. use the code:
i2c = I2C(0, pins=('P10','P9'))
you need also some library, i do not have this sensor so cannot test lib, but maybe this will work for you with a little modification required or not:
https://github.com/n8many/VEML6030py/blob/master/veml6030.py