I'm working on the project which make use of iBeacons or special BLE devices to monitor certain region and track information based on people with bluetooth enabled devices passing by the region.
More specifically, the there are two main features.
First is to send appropriate notification to user with app installed on their bluetooth enabled device when they pass by one of beacons
Second is that each beacons keep track of number of people with bluetooth enabled devices passing by its region. Thus it should be able to count number of any devices without app installed and should be able to somehow send the data to server by itself
I know that beacon itself is not communicable with other device but only can advertise small chunk of data (UUID, major and minor) over the air. So first functionality can be implemented with just normal beacon device.
but the challenge is the second feature that beacon or BLE device should be able to keep scanning nearby devices, count the those discovered devices, instead of connecting them, and send this data to server.
Is there any chipset, beacon or BLE device that support both above functionalities? if so then does anyone know which manufactureer or company make such device?