Install the Device Driver
Windows 10 & 11
The device driver can be downloaded here.
Linux
For Ubuntu, Raspberry Pi OS etc, libusb is required. It can be installed with the command:
sudo apt install libusb-1.0-0-dev
Mac OS
This can done with Homebrew, so if you don't have this installed, then please visit the Homebrew home page.
To install libusb, use the command:
brew install libusb