This project demonstrates a Hardware-in-the-Loop (HIL) test setup. It validates the logic of an Arduino R4 microcontroller using an external Python automation script.
- Firmware (C): Arduino R4 running a math processing unit.
- Validator (Python): Automated script sending 50 random vectors via UART (115200 baud).
- Protocol: Serial (JSON-like text stream).
- Flash
firmware.inoto the Arduino. - Run
python validator.pyin the terminal.