Skip to content

Python script to get distance from RSSI values with bluepy

Notifications You must be signed in to change notification settings

FabioTessarollo/RaspBeacon

Repository files navigation

RaspBeacon

Python script using bluepy for detecting BLE narrow devices and tracking them in terms of distance working on Linux. The project has been tested on Raspberry PI 3.

Requirements

  • Python 2.7.13

  • Bluez

     sudo apt-get install bluez bluez-hcidump
    
  • Bluepy

     sudo apt-get install python-pip libglib2.0-dev
     sudo pip install bluepy
    

Installation

If you satisfy requirements, you can just run the script

     sudo python [directory]/GettingRSSI.py

About

Python script to get distance from RSSI values with bluepy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages