Hardware-in-the-Loop, or HiL (sometimes HitL), is a way to continuously validate your hardware and firmware together. By connecting actual hardware to virtual test scenarios, HiL enables thorough testing of embedded systems, control units, and firmware under realistic conditions without the risks and costs of full physical testing.
HiL testing catches integration issues early, accelerates development cycles, and ensures robust system performance before deployment. Typically the domain of the most sophisticated automotive and aerospace companies, this HiL suite is now for all 🚀.
If you haven't already, get atopile and run through the quickstart and tutorial.
This suite is intended to be used as a dependency on your project. So, create a new project (ato create project
) and add this suite as a dependency (ato install https://github.com/atopile/hil
)