This simulation will be similar to our past project, MPXE.
It will log GPIO states, I2C transactions, SPI transactions, and CAN data. This includes mocking our LTC6811 ICs, current sense IC, and motor current/voltage.
Current Repo as of 15/12/2024 (Local testing on Aryan’s Github): https://github.com/Akashem06/Embedded_Simulation_Framework
...
DESIGN CHOICES:
The server and client interface will be done in C++ using TCP/IP sockets to maintain communication.
...