PyHot Library v0.0.1 - Initial Release
🎉 We're thrilled to announce the initial release of the PyHot Library! 🚀
Highlights
- **Precise Temperature Control:** Introduces comprehensive support for precise temperature regulation using PID (Proportional, Integral, Derivative) control.
- **Thermocouple Integration:** Easily set the type of thermocouple for accurate temperature readings.
- **Adaptive PID Tuning:** Features adaptive PID tuning for optimizing temperature control performance under varying conditions.
- **Flexible Heater Management:** Allows for direct and reverse action settings in PID control, enabling versatile management of heating processes.
Getting Started
Embark on your temperature control projects with PyHot by following these steps:
1. Install PyHot: `pip install pyhot` (please note the installation is currently in progress...).
2. Import PyHot in your Python script: `from pyhot import Heater`
3. Initialize your heater: `heater = Heater(port='/dev/ttyUSB0', addr=1)`
4. Configure the heater using the provided methods for PID settings, thermocouple type, and more.
Documentation
Stay tuned....
Known Limitations
- Precision in temperature measurements is guaranteed to four decimal places.
- Adaptive tuning parameters must be carefully selected to match the specific characteristics of your thermal system.
Contributing
Your contributions can help make PyHot even better! Check out our [contribution guidelines](https://github.com/nanosystemslab/pyhot/blob/main/CONTRIBUTING.md) to get started.
License
PyHot is open-source and freely available under the [MIT License](https://opensource.org/licenses/MIT).
Acknowledgments
A heartfelt thank you to all our contributors and the open-source community for making this innovative project possible.
🚧 As this is the first launch of PyHot, we eagerly look forward to your feedback and contributions to enhance and expand our library! 🚧