Closed lesreaper closed 3 years ago
@lesreaper Are you still experiencing this issue?
@lesreaper Let me know if you still having this issue. thanks :)
This was tested on
Adafruit CircuitPython 6.2.0-beta.3-188-g05ed179e1 on 2021-03-15; Adafruit Feather RP2040 with rp2040
>>> import veml7700_simpletest
Ambient light: 278
Ambient light: 272
Ambient light: 273
Work as expected
Closing for now. was tested ok as previously mentioned
So, I'm using a Jetson Nano, which has identical GPIO pins to the Raspberry Pi.
When I load the sample code,I get an error from this line:
The error is:
If I do a scan on the I2C bus, I am getting
[16]
, which seems to be a value on the bus.Any idea what's going on here? Should I be selecting a specific bus? Is it getting data, but not able to manage the data? Kind of at a loss what the error means here..