Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 881 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 881 Bytes

herd-counter

This is just for proof of concept to count nearby BLE-wearable devices. Currently, most of configuration can be changed in global.h file.

Original Work

Almost all the code in this repo is currently based on the awesome work of ESP32-Paxcounter project by @cyberman54. The original code is sophisticated and complete for many use cases and functionalities. I just changed it to focus more on BLE-based counting, not so much on WiFi. Also I don't need LoRa connectivity for now.

Please refer the license, legal & privacy note, credits, and the configurations description on that original project.