Skip to content

Releases: george10hany77/People_Counter_Lib

PeopleCounter Library v1.0.0 Release

13 Jul 13:58

Choose a tag to compare

🎉 PeopleCounter Library v1.0.0 Release 🎉
We’re excited to announce the official release of the PeopleCounter library version 1.0.0! This library provides an easy-to-use solution for building visitor counting systems with Arduino. Whether you’re working on a smart door counter, a people flow measurement system, or just exploring sensor applications, PeopleCounter is here to help.

📜 Release Highlights
This initial release of the PeopleCounter library includes the following features:

Dual Sensor Support: Connect two sensors for accurate visitor counting.
Two Modes of Operation: Choose between ACTIVE_LOW and ACTIVE_HIGH modes to fit different sensor configurations.
Two Algorithm Options: Use runAlgorithm() for non-blocking operation or runAlgorithmBlocking() for blocking mode based on your project needs.
Easy Integration: Simple API for setting up sensors, selecting modes, and retrieving the visitor count.
🚀 New Features
Basic Counting Functionality: Count visitors entering and exiting using two sensors.
Mode Configuration: Supports ACTIVE_LOW and ACTIVE_HIGH modes to accommodate various sensor types.
Algorithm Options: Choose between non-blocking (runAlgorithm()) and blocking (runAlgorithmBlocking()) algorithms for different application requirements.
Dynamic Sensor and Mode Adjustment: Change sensor pins and modes during runtime.

📚 Documentation
For complete documentation and details on using the PeopleCounter library, please visit the README on GitHub.

🛠️ Installation
You can install the PeopleCounter library directly from the Arduino Library Manager:

Open the Arduino IDE.
Go to Sketch > Include Library > Manage Libraries…
Search for PeopleCounter.
Click Install.
Or you can download the library from the GitHub Releases page and add it to your Arduino libraries folder.

📢 What’s Next?
We are excited to hear your feedback and suggestions! Feel free to open issues, suggest improvements, or contribute to the library. Stay tuned for future updates and enhancements.

💬 Feedback & Support
For questions or support, you can open an issue on the GitHub Issues page, or contact us via email at georgehany064@gmail.com.

🙏 Thanks to the Community
I appreciate your interest in the PeopleCounter library! We appreciate your support and look forward to collaborating with you on exciting new projects.

Happy counting! 🎉

Best,
George