chandler767 / Bluetooth-Crowd-Monitor

Scans advertising BLE devices and reports to a React Native App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BLE Crowd Monitor

Realtime Stream App

This project uses the ESP32’s BLE to scan for advertising BLE devices and the ESP32’s WiFi to publish the mac address of the advertising devices to PubNub. Then it uses serverless PubNub Functions to keep a realtime count of the number of advertising devices and displays the count in a React Native app.

What is PubNub?

PubNub’s primary product is a realtime publish/subscribe messaging API built on a global Data Stream Network. Messages sent with PubNub are delivered in under 0.25 seconds and PubNub supports over 70 SDKs. PubNub provides the secure, scalable, and reliable infrastructure to power any realtime application.

ESP32 BLE Scanner

Build Your Own BLE Crowd Monitor

Want to learn more about this project or build a clone from scratch? Check out the tutorial.

PubNub Blog

About

Scans advertising BLE devices and reports to a React Native App

License:The Unlicense


Languages

Language:JavaScript 64.5%Language:C++ 35.5%