Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 515 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 515 Bytes

BlueSense - Presence Sensor

BlueSense is a simple Rust application that uses btleplug to detect nearby devices. The application is designed to be run on a Raspberry Pi Zero and should work on any system that supports Bluetooth and Rust.

Demo

Demo

Start API Server

cargo run

Start Frontend

cd frontend && npm install
npm start