mirror of
https://github.com/undera/pylgbst.git
synced 2020-11-18 19:37:26 -08:00
26 lines
640 B
Markdown
26 lines
640 B
Markdown
# Python library to interact with LEGO Move Hub
|
|
|
|
Requires `gattlib` to be installed, currently Python 2.7 only
|
|
|
|
Best way to start is to look at [demo.py](demo.py) file, and run it.
|
|
|
|
## Features
|
|
|
|
- auto-detect and connect for Bluetooth device
|
|
- permanent Bluetooth connection server for faster debugging
|
|
- angled and timed movement for motors
|
|
- LED color change
|
|
|
|
## Ideas
|
|
|
|
Make it 2/3 compatible
|
|
Add travis unit tests and coverage
|
|
|
|
## Links
|
|
|
|
- https://github.com/JorgePe/BOOSTreveng - source of protocol knowledge
|
|
- https://github.com/RealTimeWeb/blockpy
|
|
- https://ru.wikipedia.org/wiki/App_Inventor
|
|
- https://en.wikipedia.org/wiki/Blockly
|
|
|