SBAU441 March   2024

 

  1.   1
  2.   Description
  3.   Get Started
  4.   Features
  5.   Applications
  6.   6
  7. 1Evaluation Module Overview
    1. 1.1 Introduction
    2. 1.2 Kit Contents
    3. 1.3 Specification
    4. 1.4 Device Information
  8. 2Hardware
    1. 2.1 Board Overview
    2. 2.2 Required Equipment
    3. 2.3 Hardware Setup
  9. 3Software
    1. 3.1 Required Software
    2. 3.2 Software Setup
  10. 4Implementation Results
    1. 4.1 Evaluation Setup
    2. 4.2 Data Capture
  11. 5Hardware Design Files
    1. 5.1 Schematics
    2. 5.2 PCB Layouts
    3. 5.3 Bill of Materials (BOM)
  12. 6Additional Information
    1. 6.1 Trademarks
  13. 7References

Software Setup

  1. Download the provided ADC3669 SW folder onto the PC.
  2. Download and install all of the required software listed in Section 3.1.
  3. Add Python to the system path.
    1. Search for Environment Variables in the start menu and click on Edit the system environment variables.
    2. Click on Environment Variables…
    3. In the System Variables pane, scroll down until Path. Click on Path, then click on Edit…
    4. Click on New, then paste the path to the python.exe file. Click Enter, then press OK on all of the windows.
  4. Install python script requirements.
    1. Open a Command Prompt window, then type: pip install -r <path to requirements.txt>
    2. Press Enter. This automatically installs all required python packages for the scripts. If there are errors during this step, then make sure the python version is correct (Python 3.11). Users must pip install using the correct version of python if there are multiple installations of python on the machine.