Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 435 Bytes

File metadata and controls

22 lines (17 loc) · 435 Bytes

Makeblock Python starter tempate

Warning

If using Bluetooth to connect

Ensure to search for your device's ID by running the following in the terminal

ble-scan

And then placing it in the file startup.py

Bluetooth = True
DeviceId = "00:1B:10:FB:A6:7C"  <---- HERE (Line 5) ⚠️

Then run the program after installing the dependencies in requirements.txt using

python startup.py