A Python program to control an Arduino RELE system, injecting pulses into surfaces for thermal analysis with a thermal imaging camera. Implemented at the UEMA Heat Transfer Laboratory, providing an efficient platform for thermal data collection.
To download the executable, check Releases
and look for the latest version of the .zip
file compatible with your operating system. After downloading, extract the file and run the program.
Before running the program, make sure you have installed the following packages:
- pyserial
- CustomTkinter
- packaging
- pyFirmata
These packages can be installed using pip:
pip install requirements.txt
The Arduino must be loaded with the arduino_code.ino
script for the code to be usable. Loading can be done using the Arduino IDE software.
This project is licensed under the MIT license. For more details, see the LICENSE
file.
Contributions are welcome! If you find a bug or have a suggestion for improvement, please create an issue or submit a pull request (make sure to run the tests before submitting a pull request).
SetUp | Configure | About |
---|---|---|
The source code for this project is available on GitHub. To clone the repository, use the following command:
git clone [email protected]:Veras-D/PyHolofotes.git