An open API service indexing awesome lists of open source software.

https://github.com/lelserslasers/per-hil2

Rewritting HIL 2 from scratch because I have nothing but time and other things I do not want to do
https://github.com/lelserslasers/per-hil2

hardware-in-the-loop teensy

Last synced: 16 days ago
JSON representation

Rewritting HIL 2 from scratch because I have nothing but time and other things I do not want to do

Awesome Lists containing this project

README

          

# HIL2 Tester for PER

Rewritting HIL 2 from scratch because I have nothing but time and other things I do not want to do

## Folders

- `./TestBench`: the Teensy code
- `./hil2`: the main HIL "engine"
- `./mk_assert`: a simple and low magic test framework
- `./tests`: the test scripts and configuration files
- `./device_configs`: the device configuration files

## Python libraries

- `pyserial` for serial communication
- `cantools` for CAN DBC encoding/decoding
- `colorama` for cross platform colored terminal output