This project consists of two main components:
- TI IWR1843BOOST Radar Board Code (C): A simple C program that runs on the TI IWR1843BOOST radar board and sends data via UART.
- Host Computer Visualization (Ada): An Ada program that runs on the host computer, receives data from the radar board via UART, and displays it.
- TI Code Composer Studio (CCS) - Version 11.0.0 or later
- TI mmWave SDK - Version 3.6.0 or later
- TI IWR1843BOOST radar board
- XDS110 debugger (included with the IWR1843BOOST board)
- GNAT Ada compiler - Version 12.2.0 or later
- Alire package manager
- Windows, Linux, or macOS
- Install Alire and GNAT if not already installed.
- Clone this repository.
- Run the following commands:
# Update Alire dependencies
alr update
# Build the Ada program
alr build
[TODO]
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.