This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/FDC1004: FDC1004

Part Number: FDC1004

Tool/software: Linux

I am working on a project with liquid level sensing using FDC1004.

The hardware required by the client is Raspberry Pi.

Would you share the python library or code for FDC1004 so as run it on Raspberry Pi 3B?

  • Hey Swapnil,

    The FDC1004 uses an I2C bus (SDA and SCL pins) to communicate with micro controllers and other devices that support it for peripheral attachment. Timing for the chip can be found on page seven of the FDC1004 datasheet. Example code specific to this device can be found here, and will be under the sub heading of "Software" near the bottom of the page. Additionally, I am not sure how familiar you are with I2C on the RPi but a tutorial for it can be found on the Adafruit website.

    If this answered your question, please hit the green "Verify Answer" button below. If you need any more information or have more questions don't hesitate to reach out!

    Best Regards,

    Nick