Hello, I am trying to communicate with the AD5933 IC chip, and im not having all that much luck.
I've designed a PCB to provide the required functionality for the chip (see below) and found that I needed to add pullup resistors (4.7k or 10K) which have been added externally.
I am using example code from mjmeli (GitHub - mjmeli/arduino-ad5933: A simple library for controlling the AD5933 impedance converter system with an Arduino compatible device.) which has been referred to in multiple sources, and reading through the code logically should work.
However, ive encountered an issue where the communications dont fail, rather they either exit the program or just dont continue, even when running an I2C address sweep.
Im unsure if this is a hardware, wiring or software issue atm but logically it seems everything is running correctly.
im using an arduino uno (pins a4/a6), powering with the board 3.3v and gnd pins.
Thanks in advance for your replies