Skip to main content

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.

blue dot app

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

start

Getting started is really simple:

  1. Download the Blue Dot app

  2. Pair your Raspberry Pi to your Bluetooth device

  3. Install the Python library

  4. Write some code:

    from bluedot import BlueDot
    dot = BlueDot()
    dot.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.

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


Download files

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

Source Distribution

bluedot-0.0.3.tar.gz (7.1 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