/bluetooth-distance-visualizer

Small Web App to show close Bluetooth devices and approximate distance in meters.

Primary LanguageJavaScript

Bluetooth Distance Visualizer

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.

Displaying devices with name

Screenshot one

Displaying without name

Screenshot one

How to start it

  1. Install dependencies
npm install
  1. Run Server
node index.js
  1. Open index.js using a Web server or VS Code (Go Live Feature)

Description

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.

Libraries Used

@author: Axel Galicia

@date: March 2024