arduino-ad5933
arduino-ad5933 copied to clipboard
A simple library for controlling the AD5933 impedance converter system with an Arduino compatible device.
Dear author: Thank you for you work. This library works very reliably for us. We did have to make a small change though to the function "getComplexData". The while-loop in...
orry sir, i may ask why at the start of the frequency the impedance value drops? please what is the solution sir?
Hello sir Thank you for your work sir, I have used your code sample sir. I carried out impedance measurements with Rcal 10kohm and the results showed an accurate 10kohm,...
I think you did everything right based on the datasheet but when I tried to send 1kHz to the Vout it is actually not 1kHz. I am not sure whether...
How to define macros for excitation voltage output. I am using AD5933 for impedance measurement .But i did not known how to set the excitation voltage value . [arduino-ad5933-master.zip](https://github.com/mjmeli/arduino-ad5933/files/7276621/arduino-ad5933-master.zip) This...
Dear Experts, Thank you for you work. This library works very reliably for us. We would like to make a small change though to the function to adapt it to...
I'm trying to get the AD5933 working with an external clock to measure impedance with frequencies from 10Hz to 1kHz, how can I use the SWEEP_DELAY constant?
While trying to verify the ad5933-test, having the following error message. ``` AD5933.cpp:12:18: error: Math.h: No such file or directory Multiple libraries were found for "Wire.h" #include Used: /root/.arduino15/packages/arduino/hardware/sam/1.6.12/libraries/Wire ^...
dear experts, i have connected and ran the code. in the serial plotter, it showed "AD5933 test start!" and nothing else shown in the serial plotter. is that anything wrong?...
I made an updated version of the AD5933 library as part of a project I was working on. Here are the changes, if you are interested. - Updated readme -...