Skip to main content

Write TWELITE BLUE/RED firmware (beta)

Project description

mono wireless logo

tweliter

A Python module for writing TWELITE BLUE/RED firmware. (beta)

MW-OSSLA

Overview

Write firmware over TWELITE R series via USB.

This module is executable in standalone and importable for your scripts.

Installation

The module is available in PyPI.

Use pip

pip install tweliter

or poetry

poetry add tweliter

Linux

Sometimes you need to set permission with udev.

  1. Create /etc/udev/rules.d/99-ftdi.rules
# TWELITE R / MONOSTICK (FT232R / 0403:6001)
SUBSYSTEM=="usb", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE="0666"

# TWELITE R2 / R3 (FT230X / 0403:6015)
SUBSYSTEM=="usb", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6015", MODE="0666"
  1. Reload udev rules
sudo udevadm control --reload-rules
sudo udevadm trigger

Usage

Command line

Simply

$ tweliter dir/SomeApp_BLUE.bin

or with verifying

$ tweliter --verify dir/SomeApp_BLUE.bin

FTDI chip can be filtered

$ tweliter --url ftdi://:ft-x:/1 dir/SomeApp_BLUE.bin

In script

from pathlib import Path
from tweliter import Tweliter

file = Path('dir/SomeApp_BLUE.bin')

try:
    with Tweliter(url="ftdi://:ft-x:/1") as liter:
        # Write firmware
        liter.write(file, verify=True)
        # Show startup message
        ser = liter.get_serial_instance()
        print(liter.get_startup_message_after(ser, "!INF MONO WIRELESS"))
except IOError as e:
    print(f"Cannot connect {e}")
except RuntimeError as e:
    print(f"Failed to write {e}")

LICENSE

MW-OSSLA

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

tweliter-0.3.5.tar.gz (406.2 kB view details)

Uploaded Source

Built Distribution

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

tweliter-0.3.5-py3-none-any.whl (414.9 kB view details)

Uploaded Python 3

File details

Details for the file tweliter-0.3.5.tar.gz.

File metadata

  • Download URL: tweliter-0.3.5.tar.gz
  • Upload date:
  • Size: 406.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.12.9 Darwin/23.6.0

File hashes

Hashes for tweliter-0.3.5.tar.gz
Algorithm Hash digest
SHA256 4382bf03782834459588f22261a0bb985fa97ebd11e046afcafe673e99e3ac71
MD5 6e4eb16f2ecc2d2fad1e92a35f25a466
BLAKE2b-256 835e3691224b80004658b71aba2de0d1a685d9d07e367e32508fab27fc225d03

See more details on using hashes here.

File details

Details for the file tweliter-0.3.5-py3-none-any.whl.

File metadata

  • Download URL: tweliter-0.3.5-py3-none-any.whl
  • Upload date:
  • Size: 414.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.12.9 Darwin/23.6.0

File hashes

Hashes for tweliter-0.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 c5020524acc8360eeea8cd8449922ed4367ca54cd9a29886f1d810f324dd9147
MD5 37f9c1b799277145baae921e6fcdc729
BLAKE2b-256 f2094d85dd83f98f887c815952827bc8fb1dd73c765bc7d098806098bdbe1965

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