- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback!
A. Tools/Software Needed
1. Python
Download the latest python version from the official page and install to your PC/Laptop. Make sure to add all python path to the environment variables.
2. Command Files
Clone from this repository to get the latest version of the command scripts. This repository structure would be:
project
│ README.md
│ .gitignore
│ Pipfile
│ Pipfile.lock
│ requirements.txt
│
└───files
│ │
│ └───0.1.6.2release
│ │ alarm.json
│ │ amr_cfg.json
│ │ ...
│
└───scripts
│ │ activate_bootloader_mode.py
│ │ adc_daq.py
│ │ ...
│
└───test
│ │ command_detail_app.md
│ │ test.json
If the repository has been cloned, open the terminal in the repo's parent dir, and install all the pip modules with
pip install -r /path/to/requirements.txt
3. FTDI Driver
Please follow this site for the installation instructions.
If your OS is Mac, try to follow this site
Was this article helpful?