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 or later
- 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/Ezurio/Vela_IF820_Firmware.git
The firmware binaries can be found in the files directory. Use the if820_flasher_cli or if820_flasher_gui to flash the firmware onto the IF820.
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.