-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test out AS7341 sensor in liquid color matching #87
Comments
Schematic of Picowbell: Update: Following setting is wrong, check #87 (comment) for correct setting
I used a script to see if I can obtain data from the sensor (along with the as7341.py and as7341_sensor.py from the micro-course demo)
However it returned:
It seems the controller is not able to communicate with the AS7341 sensor over the I2C setting. I run the same test code with my micro-course demo(changing the pin back to 27 and 26) it did set up the connection and obtained data from the sensor. |
Are you using the stemma qt port on the picowbell? EDIT: Sorry, realizing answer is yes from context Let's try interchanging some components as a first debugging step. |
This is the correct i2c to use the stemma qt port on the Picowbell:
|
Currently, we have the charging port and sensor package assembled for the liquid color matching demo. It is necessary to test the performance of the AS7341 color sensor for detecting liquid dye in a well plate within the packaging.
I will start by using the code from the micro-course LED color sensor demo for testing.
The text was updated successfully, but these errors were encountered: