Hardware-In-the-Loop (HIL)
Hardware- 1 Devlogs
- 1 Total hours
An Arduino Uno acts as a flight computer and a PC acts as a simulator. These two will communicate with each other and simulate an aircraft in space.
An Arduino Uno acts as a flight computer and a PC acts as a simulator. These two will communicate with each other and simulate an aircraft in space.
Hardware-In-the-Loop Satellite Simluation
This projects connects a testing bridge between two things: an Arduino UNO (Physical Microcontroller) which acts like a Flight Computer, and a Python Script in VS Code which acts as Ground Control.
As the orbital physics are simulated in Python and sent live over a serial data highway to the Arduino, the Arduino must process this information to execute decision-making logic, and showcase the simulation’s state based on hardware constraints.