A zero boiler plate bluetooth remote
Project description
# Blue Dot
[Blue Dot](http://bluedot.readthedocs.io/en/latest/) 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](http://play.google.com/store/apps/details?id=com.stuffaboutcode.bluedot) or use the [Python Blue Dot app](http://bluedot.readthedocs.io/en/latest/bluedotpythonapp.html)
Pair your Raspberry Pi
Write some code
`python 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](http://bluedot.readthedocs.io/en/latest/gettingstarted.html) to ‘get statred’!
## More
The Blue Dot is a joystick as well as button. You can tell if the dot 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 dot was pressed.
Its not all about when the button was pressed either - pressed, released or moved they all work.
You can press it, slide it, swipe it, rotate it - one blue circle can do a lot!
## Even more
The [online documentation](http://bluedot.readthedocs.io/en/latest/) 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 Distributions
File details
Details for the file bluedot-1.3.1.tar.gz
.
File metadata
- Download URL: bluedot-1.3.1.tar.gz
- Upload date:
- Size: 30.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.12.4 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.5.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4da866382ee8a719d828d7c131c55d7f61937188bc39c6c552b29e03bda51114 |
|
MD5 | 1540d1d17ba9699e9d8acf44789df826 |
|
BLAKE2b-256 | 2db34a959869ae4ec24d4cf5ca061895eb5e3b1108b1c763c354d44784cf55df |
File details
Details for the file bluedot-1.3.1-py3-none-any.whl
.
File metadata
- Download URL: bluedot-1.3.1-py3-none-any.whl
- Upload date:
- Size: 33.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.12.4 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.5.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b13d666077d619dcfdd974e96a997555fad8cd90918d121e7d75a22508bd7f2 |
|
MD5 | d6b05874ffa18c6acf44e446256ff1af |
|
BLAKE2b-256 | d6f9a5ce1ebaf71ce37a95e7f94d74bf7f321d6d7f762252262251468f2a085e |
File details
Details for the file bluedot-1.3.1-py2-none-any.whl
.
File metadata
- Download URL: bluedot-1.3.1-py2-none-any.whl
- Upload date:
- Size: 33.6 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.12.4 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.5.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0d04868fd803beb049804e56504e5198874d20b10f299a641e0c2fabad293fe |
|
MD5 | e55be10afb8bd1a0f3e91a96adcb4a0f |
|
BLAKE2b-256 | 26be614e3a8047ae07a54d40a1b984affd0e06b8d7672bb797ccb67ee5453c6d |