
IIO firmware for the AD717x and AD411x family of devices.
Dependencies: sdp_k1_sdram
Revision 1:f71de62b7179, committed 2022-06-10
- Comitter:
- Janani Sunil
- Date:
- Fri Jun 10 09:37:03 2022 +0530
- Parent:
- 0:5ad86d8d396a
- Child:
- 2:d0c2d3e1fb93
- Commit message:
- V2: Updated readme, python script and added requirements
Changed in this revision
--- a/README.txt Thu Jun 09 10:57:51 2022 +0530 +++ b/README.txt Fri Jun 10 09:37:03 2022 +0530 @@ -4,6 +4,7 @@ EVAL-AD4112SDZ EVAL-AD4114SDZ EVAL-AD4115SDZ +EVAL-AD7172-2SDZ EVAL-AD7172-4SDZ EVAL-AD7173-8SDZ EVAL-AD7175-2SDZ @@ -13,7 +14,7 @@ Overview -------- -This is a IIO based firmware application to evalute the ADxxxx device. +This is a IIO based firmware application to evalute the AD717x/AD411x device. This code was developed and tested on SDP-K1 controller board: https://os.mbed.com/platforms/SDP_K1/. Use of Mbed platform allows code to port on other Mbed supported target boards with little or no modifications. @@ -25,7 +26,7 @@ Hardware Setup -------------- -Required: SDP-K1 (or alternative Mbed enabled controller board), EVAL-ADxxxx board and USB cable. +Required: SDP-K1 (or alternative Mbed enabled controller board), EVAL-AD717x/AD411x board and USB cable. Plug in the EVAL-AD4111 board on SDP-K1 board (or any other Mbed enabled controller board) using the SDP-120 or Arduino or PMOD on-board connector (refer software wiki page to identify suitable interface). Connect SDP-K1 board to the PC using the USB cable.
--- a/scripts/ad717x_data_capture.py Thu Jun 09 10:57:51 2022 +0530 +++ b/scripts/ad717x_data_capture.py Fri Jun 10 09:37:03 2022 +0530 @@ -6,7 +6,7 @@ import select import os import csv -import adi.ad717x import * +from adi.ad717x import * # Global variables line = 0
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scripts/requirements.txt Fri Jun 10 09:37:03 2022 +0530 @@ -0,0 +1,4 @@ +numpy +pynput +pyserial +csv \ No newline at end of file