A zero boiler plate bluetooth remote
Project description
Blue Dot allows you to control your Raspberry Pi projects wirelessly - its a bluetooth remote and zero boiler plate (super simple to use :) Python library.
Created by Martin O’Hanlon, @martinohanlon, stuffaboutco.de.
start
Install and usage is really simple:
Download the Blue Dot app
Pair your Raspberry Pi to your Bluetooth device
Install the Python library
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
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.
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.
One blue circle can do a lot.
even more
The online documentation describes how to use Blue Dot and the Python library, be sure to also check out the examples.
status
Alpha - it works, but expect rough edges and future changes which break compatability.
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
File details
Details for the file bluedot-0.0.4.tar.gz
.
File metadata
- Download URL: bluedot-0.0.4.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a2522474b0bf24af05af13352ae44999f6c0397cf1a7d288e6cccb8d0107423 |
|
MD5 | 3ef11426c235a02e1fd75ddde5362118 |
|
BLAKE2b-256 | 73ee81ef967f670ee054ece5a917049e49e9f9a10191370b5daadb024e1cec31 |