Other Parts Discussed in Thread: FDC1004, ENERGIA
Hello, I am trying to sense liquid level using an FDC1004 and an MSP432. I purchased the EVM board and broke off the FDC1004 in order to connect it to an MSP432. I have been trying for the past week to get the information from the 1004 to the MSP432 over the I2C protocol but I have had no luck. I have downloaded the sample project for Energia and attempted to run it without any luck (uses Wire library). It seems the code is hanging on
Wire.endTransmission();
• I thought there may be an I2C issue, so I ran an I2C sweep in Energia and sure enough it doesn‘t find the 1004. Strangely enough I attempted to run the I2C sweep on an Arduino Uno and it was able to find the FDC1004 at address 0x50 sometimes.
• I have 10k pull-up resistors to 3.3v on both SDA and SCL
• I connected FDC1004 SDA->6.4 & SCL->P6.5 of MSP432 (I also tried 1.6 & 1.7 on MSP432 with no luck)
• FDC1004 is connected to MSP432 3.3V
• I am doing this all on a standard breadboard
Please if anyone can help me it would be much appreciate, I am still new to I2C and TI. I am willing to use other software, anything to get it working! Looking forward to hearing back.