Blue Dot
by Martin O'Hanlon
Blue Dot allows you to control your Raspberry Pi projects wirelessly.
App Name | Blue Dot |
---|---|
Developer | Martin O'Hanlon |
Category | Tools |
Download Size | 3 MB |
Latest Version | 2.2.1 |
Average Rating | 4.83 |
Rating Count | 210 |
Google Play | Download |
AppBrain | Download Blue Dot Android app |
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.
Install and usage is really simple:
1. Download the 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 at https://bluedot.readthedocs.io to ‘get started’!
Recent changes:
Android 12+ fixes
Install and usage is really simple:
1. Download the 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 at https://bluedot.readthedocs.io to ‘get started’!
Recent changes:
Android 12+ fixes