Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wwj718/scratch-microbit-python-sdk
Python SDK for scratch-microbit HEX
https://github.com/wwj718/scratch-microbit-python-sdk
Last synced: 11 days ago
JSON representation
Python SDK for scratch-microbit HEX
- Host: GitHub
- URL: https://github.com/wwj718/scratch-microbit-python-sdk
- Owner: wwj718
- Created: 2018-08-02T09:55:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-02T11:08:49.000Z (over 6 years ago)
- Last Synced: 2024-07-08T20:11:19.770Z (4 months ago)
- Language: Jupyter Notebook
- Size: 208 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scratch-microbit-python-sdk
Python SDK for scratch-microbit HEXwork with [scratch microbit hex file](https://scratch.mit.edu/microbit), inspired by [LEGO-WeDo-2.0-Python-SDK](https://github.com/jannopet/LEGO-WeDo-2.0-Python-SDK)
the scratch-microbit HEX file on the project: `No Pairing Required: Anyone can connect via Bluetooth.`
Requires BLED112 Bluetooth LE module.
Reference article : [分析scratch3.0与micro:bit的通信](https://blog.just4fun.site/scratch3-microbit-analysis.html)
# Install
`pip3 install microbitble`# Usage
```
from microbitble.smarthub import Smarthub
hub = Smarthub()
```