Downloads

Download manuals, datasheets, CAD files, software, firmware, and code libraries for Basicmicro motor controllers. This section includes technical documentation for all Basicmicro motion control products, along with tutorials, application notes, and integration resources to support development and deployment.

Libraries

Install code libraries for your preferred development platform.

Python Library

For Raspberry Pi, Linux, macOS, Windows

  1. Open a terminal or command prompt
  2. Run the following command: pip install basicmicro
Note: Modern Linux distributions require a virtual environment for pip packages. Create one with python -m venv myenv and activate it before installing.
View documentation and examples on GitHub

Arduino Library

For Arduino boards

  1. Open the Arduino IDE
  2. Go to Sketch ? Include Library ? Manage Libraries
  3. Search for Basicmicro
  4. Click Install on "Basicmicro"
Examples available in File ? Examples ? Basicmicro after installation
Logo