This repository contains samples and tests that demonstrate how a host can control the Vela IF820 module using the EZ-Serial API and serial protocol.
- Install Python 3.9 to 3.11. Python 3.12 is not supported.
- One or two IF820 DVKs. The second DVK is only required for samples and tests requiring two DVKs.
- One BT900 DVK - Only for samples or tests involving the BT900
git clone --recurse-submodules https://github.com/LairdCP/Vela_IF820_Firmware.git
Before running any samples or tests, be sure to install the Python dependencies:
pip3 install -r requirements.txt
Please see the Vela IF820 Software User Guide for all documentation.