This simple web app can approximate devices distances using Bluetooth RSSI information.
A diagram is displayed in real-time showing the devices found distributed in a circle for easy view.
- Install dependencies
npm install
- Run Server
node index.js
- Open index.js using a Web server or VS Code (Go Live Feature)
The server listen for Bluetooth devices and has a tick frame of 1 sec to send the information to every Web Socket client where the client show the information.
- https://github.com/noble/noble
- Web Socket
- D3.js
- ChatGPT
@author: Axel Galicia
@date: March 2024