cyberman54 / ESP32-Paxcounter

Wifi & BLE driven passenger flow metering with cheap ESP32 boards
https://cyberman54.github.io/ESP32-Paxcounter/
Other
1.69k stars 397 forks source link

Counting passengers with multiple devices #722

Closed wkulesza closed 3 years ago

wkulesza commented 3 years ago

Hi, first of all, congrats on this project. I managed to get the Pax counter running with standard code and it seems to work (but the counted number of people around it, changes all the time, eventhough we’re testing it in the office).

My question is: When there are 2 people entering the office with 5 devices (one has 3 cell phones, one has 1 cellphone and 1 tablet). Is it possible to count them as 2, or only possible to count them as 5 ?

Thanks for help in that or any pointers.

cyberman54 commented 3 years ago

The concept of wifi / bluetooth sniffing counts all MACs in the air, regardless from what type of device they originate and regardless if it's a randomized local MAC or a universal MAC fixed to one device. So you never will get counts with absolute precision. The concept focuses on differential analysis of data gathered over time or at different locations.

PS: Please use "Discussions" function in github for general questions. Thank you.