Skip to content

Releases: dhrubasaha08/DHT11

DHT11 Sensor Library v2.1.0 for Arduino - Hotfix Release

08 Feb 07:43
cc33e77
Compare
Choose a tag to compare

DHT11 Sensor Library v2.1.0 for Arduino - Hotfix Release

I'm thrilled to announce the release of the DHT11 Sensor Library v2.1.0 for Arduino. This version introduces several enhancements, optimizations, and a significant hotfix aimed at improving functionality and user experience. Importantly, this release is backward compatible with previous versions, ensuring a seamless transition for your projects.

What's Changed

  • New readTemperatureHumidity Method: I've introduced a method for efficiently reading both temperature and humidity simultaneously, significantly streamlining the data acquisition process.

  • Codebase Refinement: I've undertaken comprehensive refactoring of the internal data reading process to reduce code repetition and enhance maintainability.

  • Advanced Error Handling: I've improved the error handling mechanism. Now, specific error codes are returned by the readTemperatureHumidity method, aligning it with the readTemperature and readHumidity methods for consistency.

  • Documentation Enhancements: I've updated the documentation to reflect the latest changes, providing clear guidance on utilizing the new library version effectively.

Acknowledgements

A special thanks to the community members who have contributed to this release through their valuable feedback and suggestions.

Getting Started

To take advantage of the new features and improvements, please update your library to the latest version. You can find detailed instructions on installation and usage in our documentation.

Feedback and Contributions

Your feedback is crucial to the continuous improvement of the DHT11 Sensor Library. If you encounter any issues or have suggestions for future releases, please feel free to open an issue or submit a pull request.

Thank you for your continued support and contributions to the DHT11 Sensor Library project. I'm excited to see the innovative projects you'll create with these new enhancements!

DHT11 Sensor Library v2.0.0 for Arduino - Enhanced with Breaking Changes

20 Sep 03:45
cb4c11f
Compare
Choose a tag to compare

DHT11 Sensor Library v2.0.0 for Arduino

I'm proud to introduce version 2.0.0 of the DHT11 Sensor Library for Arduino. This release builds upon the initial version, bringing significant enhancements, optimizations, and new features. Please be aware that this version introduces breaking changes that could affect your existing setups.

What's New?

  • Breaking Change: I've modified the return types of readTemperature() and readHumidity() methods to align more closely with the DHT11's 1-degree resolution. You might need to adjust your code to maintain compatibility.

  • Better Documentation: The library now includes clearer inline comments and a more detailed guide, making it more user-friendly and maintainable.

  • User-Centric Error Descriptions: With the new getErrorString method, it's easier than ever to interpret error codes with user-friendly messages.

  • Refined Code Structure: I've undertaken a major refactor of the code, ensuring better robustness, efficiency, and maintainability.

  • Community Engagement: The new CONTRIBUTING.md and CODE_OF_CONDUCT.md lay the groundwork for potential contributors and set clear community standards.

  • Visualization Boost: Check out the new ReadPlot example, which provides a real-time visualization of temperature and humidity data via the Arduino Serial Plotter.

  • Extended Compatibility: I've tested and confirmed the library's compatibility with NodeMCU ESP32 and ESP8266 platforms.

A Friendly Reminder:

Given the breaking changes in this release, I strongly recommend going through the updates and detailed documentation to ensure a smooth transition for your projects.

Your feedback has been invaluable in shaping this release, and I look forward to your continued insights. My goal is to make the DHT11 Arduino Library a go-to solution for temperature and humidity sensing in the Arduino world.

Thank you for your support and for being part of this journey. Here's to even more precise and efficient environmental readings!

DHT11 Sensor Library v1.0.0 for Arduino

30 May 13:15
Compare
Choose a tag to compare

DHT11 Sensor Library v1.0.0 for Arduino

I'm excited to announce the first stable release of my very first library, the DHT11 Sensor Library for Arduino, version 1.0.0. This library enables Arduino boards to interact with the DHT11 humidity and temperature sensor easily and efficiently.

Features:

  • Easy integration with Arduino-based projects.
  • Supports DHT11 temperature and humidity sensor functionalities.
  • Includes examples and detailed documentation to help you get started quickly.
  • Robust error handling.

Getting Started:

To get started with the DHT11 Sensor Library, please check out the installation guide and detailed documentation provided in the repository.

Please report any bugs or issues you encounter. I value your feedback and look forward to improving this library with your help.

Thank you for your support, and I hope this library will be a valuable addition to your Arduino projects.