Skip to main content

Python library for controlling LK motors

Project description

pyLKMotor: Control the LK motor with Python

PyPI version Python versions Github Tutorial License

Description

PyLKMotor is a Python library to control the LK motor. It provides a simple interface to control the motor and read its status. The library supports:

  • Enable/Disable the motor
  • Torque loop control
  • Speed loop control
  • Multi-turn, single-turn, and incremental position control
  • Read/write motor parameters
  • Read encoder data, multi-turn and single-turn position
  • Set zero position

Hardware Requirements

To use this library, you need the following hardware:

  • LK motor
  • CAN bus interface
  • 24V power supply

Note that this library uses the CAN bus interface to communicate with the motor. You need to connect the motor to the CAN bus interface and power supply. We tested the library with SocketCAN on Linux, and USB-to-CAN adapters on Windows. More details for supported CAN bus interfaces can be found in the python-can library.

Installation

The pylkmotor library supports Python>=3.10, tested on Windows 11, Ubuntu 22.04, and Raspberry Pi OS (bookworm). It can be installed using pip:

pip install pylkmotor

Or you can install it from the source code:

git clone https://github.com/han-xudong/pyLKMotor.git
cd pyLKMotor
pip install .

Usage

Here is an example to initialize the motor:

from pylkmotor import LKMotor

motor = LKMotor(bus_interface={BUS_INTERFACE}, bus_channel={BUS_CHANNEL}, motor_id={MOTOR_ID}, **kwargs)
  • bus_interface: The CAN bus interface, e.g., socketcan, kvaser, serial, etc.
  • bus_channel: The CAN bus channel, e.g., can0, can1, etc.
  • motor_id: The motor ID, e.g., 1, 2, etc.
  • kwargs: The keyword arguments to initialize the CAN bus interface, e.g., baudrate, etc.

This depends on the CAN bus interface you are using.

After initializing the motor, you can control the motor following the tutorial.

Resources

In docs/, you can find the following resources:

  • can_protocol.pdf: The CAN protocol document provided by LK Motor.
  • LK_motor_tool_v2.35.exe: The LK motor tool to configure the motor parameters.

License

PyLKMotor is released under the MIT License.

Acknowledgement

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pylkmotor-1.0.5.tar.gz (7.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pylkmotor-1.0.5-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

Details for the file pylkmotor-1.0.5.tar.gz.

File metadata

  • Download URL: pylkmotor-1.0.5.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.11

File hashes

Hashes for pylkmotor-1.0.5.tar.gz
Algorithm Hash digest
SHA256 bcff3f4fb93c3995a17262e149483d65a64174527aa67d34070a88cffa3ea3fc
MD5 0ad94cefa39666aba4ac9fbaef32774c
BLAKE2b-256 296095fb617df858f181c1e5ee3d053e0e0ea60807f397a3c18bd112c1b21bb3

See more details on using hashes here.

File details

Details for the file pylkmotor-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: pylkmotor-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 7.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.11

File hashes

Hashes for pylkmotor-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 84790842507468372cb18d109aa9b53521f82e8e5a645a0d2b02fd9893acc659
MD5 c2ff5c48f2313ab19ee0934433e2f0c1
BLAKE2b-256 e40c24c1467cf0064ba1676f704b8594a68c12f1abcdb52992c1623603d918a0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page