Giter Club home page Giter Club logo

b2d's Introduction

b2d: Asset Localization using Bluetooth Low Energy

b2d is a prototype project for asset localization using bluetooth low energy beacons.

In a warehouse, mechanic workshop or another large facility localizing assets can be a time-consuming task. Our project aims to simplify finding movable tools and other objects and thus save valuable working time.

To use the system and for trying the prototype, we have installed 3 embedded beacon devices (e.g. particle argon boards) in a room. We then simulated a lost tool by a raspberry pi. The raspberry pi, here called the reader, continously measures the signal strength to the beacons.

The measurements are sent to the backend where an ingestion to an InfluxDB and the positional calculation is performed via a trangulation algorithm. Finally, the backend displays the approximate location on an exemplary factory blueprint.

Try it out yourself and feel free to reuse any of our work under the MIT license.

Instructions for the backend

Server

Start with the backend server with:

npm install
npm start

InfluxDB

For example, start the container with:

docker run -p 8086:8086 -v $PWD:/var/lib/influxdb influxdb

Instructions for the Python Reader (the asset)

Intially:

cd reader/python 
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Perform scanning requirements from https://github.com/citruz/beacontools#installation

Start:

source .venv/bin/activate
python reader.py

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.