Solid state relay
Project description
Python-OC05
The OC05 xChip is an 8-channel servo motor driver. It is based on the popular PCA9685 manufactured by NXP Semiconductor. It is supported by a BU33SD5 regulator to drive and accurately control up to 8 servo motors on a single module and act as system power supply. The module has 8 standard 2.54 mm (0.1") servo headers, plus 1 standard 2.54 mm (0.1") battery/BEC input header.
Usage
Mu-editor
Download Mu-editor
CW01 and CW02
- Use XinaBoxUploader and flash MicroPython to the CW01/CW02.
- Download Python packages from the REPL with the following code:
import network import upip sta_if = network.WLAN(network.STA_IF) sta_if.active(True) sta_if.connect("ssid", "password") upip.install("xinabox-OC05")
CC03, CS11 and CW03
- Download the .UF2 file for CC03/CS11/CW03 CircuitPython and flash it to the board.
- TO DO
MicroBit
- TO DO
Raspberry Pi
Requires Python 3
pip3 install xinabox-OC05
Example
from xOC05 import xOC05
from xCore import xCore
# OC05 instance
OC05 = xOC05()
# configure OC05 with frequency of 60Hz
OC05.init(60)
while True:
OC05.setServoPosition(1, 0) # position servo to the right
xCore.sleep(50)
OC05.setServoPosition(1, 180) # position servo to the left
xCore.sleep(50)
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
xinabox-OC05-0.0.5.tar.gz
(3.3 kB
view details)
File details
Details for the file xinabox-OC05-0.0.5.tar.gz
.
File metadata
- Download URL: xinabox-OC05-0.0.5.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea2d5bc5ef6980120d25fe935dff9c01c744de6e6b6a349edadd2676e2cd36f4 |
|
MD5 | 33c620a25ee1425a6a0471cfc63f77f7 |
|
BLAKE2b-256 | 4b3b4560f253fd91e3c1c19a563818344373fd9e8c854fb93f2fcfd64eb2d3ef |