Skip to main content

A zero boiler plate bluetooth remote

Project description

Latest Version Docs

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.

blue dot feature blue dot app

Created by Martin O’Hanlon, @martinohanlon, stuffaboutco.de.

start

Install and usage is really simple:

  1. Get a Blue Dot app

  2. Pair your Raspberry Pi

  3. Install the Python library

  4. Write some code:

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

status

Beta - it works well, the api is stable but errors maybe experienced for edge cases. Be sure to raise an issue if you experience problems.

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-1.0.0.tar.gz (16.8 kB view hashes)

Uploaded Source

Built Distributions

bluedot-1.0.0-py3.4.egg (47.5 kB view hashes)

Uploaded Source

bluedot-1.0.0-py2.7.egg (46.3 kB view hashes)

Uploaded Source

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