Python module for mDrive boards to control brushless motors version 0.1.2
Project description
uDrive Module Library
This library offers a collection of functions for managing mDrive module boards, specifically for controlling brushless motors.
Features
- version 0.1.1
- Compatible with mDrive board.
- Python 3.11, 3.12
Extra libraries
pip install pyusb
pip install pyserial
For system Windows requirements, you need to install the following packages:
pip instal pywin32
Installation
To install the library, you can use the following command:
pip install udrive
Usage
To use the library, you can import it as follows:
import udrive
device = udrive.find_any(path="usb", timeout=30)
print("device:", device)
When you run the code, you will see the following output:
device: vbus_voltage = 23.183788299560547 (float)
ibus = 0.00032408745028078556 (float)
ibus_report_filter_k = 1.0 (float)
serial_number = 206E35753056 (int)
hw_version_major = 3 (int)
hw_version_minor = 5 (int)
hw_version_variant = 48 (int)
fw_version_major = 0 (int)
fw_version_minor = 0 (int)
fw_version_revision = 0 (int)
fw_version_unreleased = 1 (int)
brake_resistor_armed = True (bool)
brake_resistor_saturated = False (bool)
system_stats:
uptime = 561893 (int)
min_heap_space = 41560 (int)
min_stack_space_axis0 = 1612 (int)
min_stack_space_axis1 = 1724 (int)
min_stack_space_comms = 3880 (int)
min_stack_space_usb = 3740 (int)
min_stack_space_uart = 3964 (int)
min_stack_space_can = 836 (int)
min_stack_space_usb_irq = 1828 (int)
min_stack_space_startup = 1668 (int)
stack_usage_axis0 = 436 (int)
stack_usage_axis1 = 324 (int)
stack_usage_comms = 216 (int)
stack_usage_usb = 356 (int)
stack_usage_uart = 132 (int)
stack_usage_usb_irq = 220 (int)
stack_usage_startup = 380 (int)
stack_usage_can = 188 (int)
usb: ...
i2c: ...
Modify the library
Delete requirements library pywin32.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file udrive-0.1.2-py3-none-any.whl.
File metadata
- Download URL: udrive-0.1.2-py3-none-any.whl
- Upload date:
- Size: 23.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b285f732abb87ff2926f1b61f65c03d8d0469b1579adb7814f7191b4e47fec0d
|
|
| MD5 |
66ec5c24bfa89902a2548c949c43fe27
|
|
| BLAKE2b-256 |
5877a3db784b47dae136d02e8b951e3f0d86fdc415dc769b9fcfae323b3c970c
|