DynamiKontrol Python API
Project description
DynamiKontrol
If you want to buy this module, please email us matrix.ai.solution@gmail.com
DynamiKontol is Python API for controlling motors and hardware modules. You can integrate into your Python code such as TensorFlow, PyTorch or OpenCV with hardwares easily.
Also you can control multiple DK modules on your PC, Raspberry Pi or NVIDIA Jetson.
Getting Started
pip install -U DynamiKontrol
from dynamikontrol import Module
module = Module()
module.motor.angle(angle=0)
time.sleep(2)
while True:
# move 45 degree in clockwise
module.motor.angle(angle=45)
module.led.on(color='r')
time.sleep(2)
# move 45 degree in counter clockwise during 5 seconds
module.motor.angle(angle=-45, period=5)
module.led.on(color='g')
time.sleep(5)
Examples
Example | Demo | Source Code |
---|---|---|
Face Tracking Camera | YouTube | Link |
A.I. Parking Barrier Gate | Link | |
Lunch Roulette | Link | |
Dial GUI | Link | |
IoT Thermometer | Link | |
IoT Door Lock | Link |
Documentation
Language | URL |
---|---|
English | https://dynamikontrol.readthedocs.io/en/latest/ |
Korean | https://dynamikontrol.readthedocs.io/ko/latest/ |
Supported Devices
- PC/Laptop
- Raspberry Pi
- NVIDIA Jetson
- and all devices which support serial communication
Operating System
- Windows
- MacOS
- Linux
- Ubuntu
Block-Based Coding
Google's Blockly library makes it easier. Have fun with DynamiKontrol using interlocking blocks. (Support MacOS and Linux only. Windows comming soon)
https://thematrixgroup.github.io/?lang=en
- DynamiKontrol website https://dk.m47rix.com
- 구매 링크 https://smartstore.naver.com/dynamikontrol
- 네이버 카페 (질문과답변, 예제) https://cafe.naver.com/dynamikontrol
Developed and designed by The Matrix (c) 2021
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 Distribution
Built Distribution
File details
Details for the file DynamiKontrol-0.3.4.tar.gz
.
File metadata
- Download URL: DynamiKontrol-0.3.4.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d62b8bed88d9ec717f13a5c783003c02744001255c60420d389f46d177ffd14 |
|
MD5 | 1b0d3c4c91f5094376ab6db197fe0f31 |
|
BLAKE2b-256 | 15e6ce56190c07f6874d10aa75fc4dc82de6ae5d205714afebce7603ec488556 |
Provenance
File details
Details for the file DynamiKontrol-0.3.4-py3-none-any.whl
.
File metadata
- Download URL: DynamiKontrol-0.3.4-py3-none-any.whl
- Upload date:
- Size: 13.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e329e41f54aaa506411ce2fae03570907480cd45fe8e8ed0c0d804c487842b33 |
|
MD5 | 550de4996c82c6317cc4e6579c534188 |
|
BLAKE2b-256 | 7ba530c80830454fd62ec0b20c8cc0ffdfae82765ca5d9c597b97ce2fd6a43fd |