Skip to content

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

Notifications You must be signed in to change notification settings

axelgalicia/bluetooth-distance-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published