A zero boiler plate bluetooth remote
Project description
Blue Dot
Blue Dot allows you to control your Raspberry Pi projects wirelessly - it's a Bluetooth remote and zero boiler plate (super simple to use :) Python library.
Getting started
- Install
sudo pip3 install bluedot
-
Get the Android Blue Dot app or use the Python Blue Dot app
-
Pair your Raspberry Pi
-
Write some code
from bluedot import BlueDot
bd = BlueDot()
bd.wait_for_press()
print("You pressed the blue dot!")
- Press the Blue Dot
See the getting started guide to 'get started'!
More
Blue Dot is more than just one button. You can create as many buttons as you want and change their appearance to create your own controller.
Every button is also a joystick. You can tell if a button was pressed in the middle, on the top, bottom, left or right. You can easily create a BlueDot controlled Robot.
Why be restricted by such vague positions like top and bottom though: you can get the exact (x, y) position or even the angle and distance from centre where the button was pressed.
Its not all about when the button was pressed either - pressed, released or moved they all work.
A button can be any colour, square, given give or hidden!
You can press it, slide it, swipe it, rotate it - one blue circle can do a lot!
Even more
The online documentation describes how to use Blue Dot and the Python library including recipes and ideas.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bluedot-2.0.0.tar.gz
.
File metadata
- Download URL: bluedot-2.0.0.tar.gz
- Upload date:
- Size: 36.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4bbc45620b36ea26b2f8fb483a4d93f83fa7773d12b17d5f0623712fb225e29b |
|
MD5 | e43ac37922372a022ac52ab1d70fa555 |
|
BLAKE2b-256 | d41c6fbb9e5629bdcfe73eb0d3bee1a98f5836d3b31099d3f74869d332906450 |
Provenance
File details
Details for the file bluedot-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: bluedot-2.0.0-py3-none-any.whl
- Upload date:
- Size: 37.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fdcb96aa8a1953f24863a370e49ada08e1e29dd3c642507eb128eeecdd1e608b |
|
MD5 | 1d615cfd8e2f23cade9fe4c9d70ca46d |
|
BLAKE2b-256 | f64cdc4d5605cafad4bd2d8ce3bdb251787de5198a81798da0eee76066f9c803 |