Blue Dot allows you to control your Raspberry Pi projects wirelessly.

Latest Version

Version
Update
Apr 30, 2023
Developer
Category
Installs
50,000+

App APKs

Blue Dot 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’!
Read more

Advertisement