Skip to main content

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

  1. Install
sudo pip3 install bluedot
  1. Get the Android Blue Dot app or use the Python Blue Dot app

  2. Pair your Raspberry Pi

  3. Write some code

from bluedot import BlueDot
bd = BlueDot()
bd.wait_for_press()
print("You pressed the blue dot!")
  1. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bluedot-2.0.0.tar.gz (36.2 kB view hashes)

Uploaded Source

Built Distribution

bluedot-2.0.0-py3-none-any.whl (37.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page