Skip to content

Faculty-of-Science-Technology/makeblock-python-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python project template to use the makeblock library to control a robot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%