Partly project / partly code related issues. I bought one these chips cap sensor chips here:
It works as described / setup in the example (you can find the example code at the Github link from the link above...bottom of page)
In the example, it uses channel 1 of the ic (in the code it's actually CHANNEL 0) to read the capacitance of the water. It reads by using two conductive strips running parallel along the entire (outside) length of a container.
My question is HOW DO I SETUP A SECOND , REFERENCE CHANNEL TO COMPARE AGAINST? Basically I want add another, shorter pair of conductive strips at a fixed length to compare against the longer leads to help dispense accurate water amounts. I looked at the code (which comunicates to the Arduino via i2c) but setting up a second channel is WAY beyond my coding skills. Any suggestions on how to tackle this would be great. This chip seems an absolutely amazing little thing...if I can utilize its full potential. Please and thank you.