kaz399 / py_toio_cube

Access test to toio core cube with python3 on Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

py_toio_cube

Access test to toio core cube with python3 on Windows

This sample code uses bleak.

Getting Started

How to run

pip install bleak
git clone https://github.com/kaz399/py_toio_cube.git
cd py_toio_cube
python search_cube.py

Notice

Don't replace the bluetooth driver to WinUSB.
bleak uses .NET backend on Windows.
If you had replaced the bluetooth driver to WinUSB already, You have to revert to original driver. (WinUSB is required by toio.js)

Reference

toio Core Cube Specification

License

3-Clause BSD License

About

Access test to toio core cube with python3 on Windows

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%