This repository contains very Simple Python scripts for interfacing with the AWR1843 mmWave Radar sensor Out of Box Demo project.
Please note that this project is currently evolving. I am working on it to improve the functionality and usability of this tool. Stay tuned for more updates and improvements in the near future. I appreciate your patience and interest in this project!
The Communication.py
script is used to establish a connection with the AWR1843 sensor, send configuration settings, and capture data.
You must complete it based on your needs.
These instructions will help you set up the project on your local machine for development and testing purposes.
- Python 3.x
- PySerial library
- AWR1843 Boost EVM
- Windows-based PC
After Installing PySerial library using:
pip install pyserial
- Clone the repository:
git clone https://github.com/yourusername/mmWave-Python-Tool.git
- Navigate to the cloned repository:
cd mmWave-Python-Tool
- Run the
Communication.py
script:
python Communication.py
This project is licensed under the MIT License