A PlatformIO-based project for counting the number of people inside a building using sensors and microcontrollers.
- Real-time people counting
- Entry and exit detection
- Data logging (optional)
- Configurable sensor support
- Microcontroller (e.g., Arduino, ESP32, etc.)
- Entry/exit sensors (IR, ultrasonic, etc.)
- Cables, breadboard, and power supply
- Clone this repository.
- Open the project in PlatformIO.
- Connect your hardware as per the schematic.
- Upload the firmware to your microcontroller.
- The system increments the count when someone enters and decrements when someone exits.
- Monitor the count via serial output or optional display.
Pull requests are welcome. For major changes, please open an issue first.
This project is licensed under the MIT License.