Control buwizz 3 from work station.
This project is similar in spirit to Bricknil and pylgbst but for Buwizz 3 controller.
The project is implemented following protocol version 3.22
-
Plug in motor(s) to the Buwizz 3 controller. And make sure your device is on and ready to pair (LED blinking)
-
set up virtual environment
python3 -m venv .venv- activate virtual environment
source .venv/bin/activateor on Windows
.venv\Scripts\activate
- install requirements
pip install -r requirements.txt- run the program
sudo .venv/bin/python src/main.pyor on Windows simpy run
py src/main.py- use w/a/s/d to control motors 1 and 2.
- to exit, press and hold the escape button.
- to exit and enter the shelf mode, press and hold the F12.
- Scan for devices
- Create a device object and connect to it
- Operate device
- Exit device
- If you want to keep the device inoperate for a long time, it is recommended to activate the shelf mode (according to Buwizz recommendataion).
I will not be responsible for any damage caused by using this software. Use at your own risk.