Dear Member,
I have some problem connecting the LDC 1614 with my Arduino nano (5V device). To establish the connection with the Arduino. I did the following things:
- Separate the LDC 1614 Sensors (with the coils) from the MSP430 controller.
- Use a 5V to 3.3V level shifter between the Arduino and LDC 1614.
- I verify that the voltage of SDA and SCL on the LDC 1614 side is around 3.3V after using the level shifter.
- Put two 4.7K pull-up resistors on the SDA SCL lines of LDC 1614.
- Use a logic analyzer to see the signals on the 5V side of the Arduino nano and 3.3V side of the sensor.
What I found from the logic analyzer is that on the 3.3V side, there is not any signal, while on the 5V side I can see that I am repeatedly reading and writing to 0x2A (the address of LDC 1604 when grounding ADDR).
I thought there might be something wrong with the sensors since I have accidentally connected SDA and SCL with some 5V signals. However, when I tried to use the MSP430 controller again, I still can acquire data and signals using the official EVM GUI tools.
My question is that what's wrong with my LDC 1614? Why I can't connect the sensors using the standard Arduino library after I separate the sensors from the controller?
Thank you so much for your kind reply and suggestion!
Best,
Yinsen