This is an old revision of the document!
The EVAL-CN0565-ARDZ is an electrical impedance tomography (EIT) measurement system for characterizing and computing interior impedance of surfaces. The platform allows a conductivity map to be reconstructed using several repeating measurements from electrodes placed at different locations. It supports impedance measurement setups with up to 24 electrodes. The design uses a pair 8×12 analog crosspoint switches, which enables the excitation signal to be applied to one pair of electrodes at a time. The implementation of crosspoint switches allows the circuit to maximize the impedance measurements, which consequently improves the resolution of the constructed images.
The design also features a complete power and signal isolation to the host controller, which can be used as reference for bioimpedance applications.
The board comes in an Arduino-compatible form factor and includes an industry-standard software interface, allowing easy integration to end-user systems as well to connect up to external development platforms such as the EVAL-ADICUP3029.
Figure 2. EVAL-CN0565-ARDZ Simplified Block Diagram
Figure 3. EVAL-CN0565-ARDZ P7 Pin Location
Figure 4. EVAL-CN0565-ARDZ P1 Pin Location
Figure 5. EVAL-CN0565-ARDZ Test Setup
Follow below steps to set up the hardware for testing:
In order to use the EVAL-CN0565-ARDZ with the EVAL-ADICUP3029, you must upload the CN0565 HEX file. The procedure is as follows:
cd C:\GitHub\cn0565\pyadi-iio
pip install -r requirements.txt
pip install -r requirements_dev.txt
pip install -r requirements_doc.txt
pip install -r requirements_prod_test.txt
pip install -e .
python file_name.py
Two sample scripts have been created to execute EIT measurements in the EVAL-CN0565-ARDZ. The Specific Electrode Pair script allows the user to measure the impedance on a specific electrode pair, whereas the Electrode Tomography script examines the impedance of the entire test board across all electrodes.
python cn0565_example_single.py -e 0 1 1 0
Prompting these commands in the terminal will give you the Active Port, Frequency and Baud Rate, Electrode Pair, Rectangular and Polar form impedance, and the Real and Imaginary impedance for the specific electrode pair.
.\env\Scripts\activate
python cn0565_example.py
Prompting these commands in the terminal will give you the Electrode Pair, Rectangular and Polar form impedance, and the Real and Imaginary impedance for each electrode pair that is being measured. After measuring all possible electrode pairs, the frequency and the average of the real and imaginary values will display.
After running the sample script, the program will prompt a question whether you like to generate an excel file that contains the measured data.
Enter this command if you want to generate an excel file:
Y
Enter this command if you don't need to generate an excel file:
N
All python scripts used in performing this test are uploaded in the git repository. You may access the repository using this link: EVAL-CN0565-ARDZ Python Scripts
Figure 6. Results Displayed in the CN0565 GUI
EVAL-CN0565-ARDZ Design & Integration Files
Receive software update notifications, documentation updates, view the latest videos, and more when you register your hardware. Register to receive all these great benefits and more!
End of Document