速報APP / 工具 / Blue Dot

Blue Dot

價格:免費

更新日期:2018-12-30

檔案大小:1.3M

目前版本:1.2

版本需求:Android 4.0.3 以上版本

官方網站:http://bluedot.readthedocs.io

Email:martin@ohanlonweb.com

Blue Dot(圖1)-速報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

Blue Dot(圖2)-速報App

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’!