Skip to main content

No project description provided

Project description

BC Insole SDK

Rust, Python, iOS, and Android SDK foundation for BrainCo smart pressure insoles.

The device protocol uses a short binary transport frame carrying Protobuf payloads:

[BRNC][Ver][PayVer][Len LE][Protobuf Payload][CRC16 LE]

Core protocol support lives in sdk/src/protocol and implements:

  • CRC16-Modbus validation over header + payload
  • frame encoding
  • stream parsing with magic-byte resynchronization
  • Protobuf request/response payload encoding and decoding

Build

cargo test

Python

cd sdk
maturin develop --features python

The Python package exposes protocol constants, BLE advertisement parsing, request builders, and an incremental stream parser. Existing parser behavior remains compatible by default. New code can preserve calibrated and raw pressure fields separately and reject CRC-invalid frames:

import bc_insole_sdk

parser = bc_insole_sdk.StreamParser(
    strict_crc=True,
    legacy_pressure_fallback=False,
)

request = bc_insole_sdk.build_sensor_stream_config_request(
    msg_id=1,
    dest_id=bc_insole_sdk.DEVICE_LEFT,
    pressure_mode="raw",
    shear_mode="calibrated",
    imu_mode="calibrated",
)

Use parser.stats() for CRC, framing, Protobuf, sequence discontinuity, and packet-loss counters.

Pressure resistance calibration and pressure-derived shear use the same Rust implementation on all platforms. Inputs are resistance values in ohms from raw_pressure; outputs are calibrated normal load and derived force vectors in newtons. Python clients call calibrate_pressure() and derive_shear(); iOS and Android wrappers bind to bcis_calibrate_pressure() and bcis_derive_shear(). Protocol-native shear_data remains reserved for future firmware use, is disabled by default, and is not used by the derived-shear calculation.

IMU protocol fields keep calibrated LSB values (acc_x/gyro_x) and raw pre-calibration LSB values (raw_acc_x/raw_gyro_x) separately. The SDK exposes physical accelerometer values in milli-g and gyroscope values in degrees per second by applying acc_scale and gyro_scale. Sensor stream configuration defaults to calibrated IMU data because the physical-value conversion uses those calibrated LSB fields.

Mobile

The Rust crate exports a C ABI with staticlib/cdylib outputs. iOS and Android wrappers should bind to the C surface in sdk/src/c.

iOS SensorStreamConfig and Android SensorStreamConfig use the same defaults as Python: raw pressure, calibrated IMU, and protocol-native shear disabled. Pressure callbacks expose both a compatibility pressure array and an explicit rawPressure array. When firmware sends raw pressure only, both arrays contain resistance in ohms; when calibrated pressure is also present, pressure contains calibrated protocol values while rawPressure remains resistance in ohms.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

bc_insole_sdk-0.2.0-cp310-abi3-win_amd64.whl (241.6 kB view details)

Uploaded CPython 3.10+Windows x86-64

bc_insole_sdk-0.2.0-cp310-abi3-manylinux_2_34_x86_64.whl (339.1 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.34+ x86-64

bc_insole_sdk-0.2.0-cp310-abi3-macosx_11_0_arm64.whl (309.4 kB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

File details

Details for the file bc_insole_sdk-0.2.0-cp310-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for bc_insole_sdk-0.2.0-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 08be09837f4c90a7b1bf411ccf46aacdb169053408bb7346f7fdfef017679410
MD5 2022129aa2c2c34e20271e50f973fcaa
BLAKE2b-256 bd04aa3d86be8e2893035fd4351c289851b536726fff01252c54f80760724f6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for bc_insole_sdk-0.2.0-cp310-abi3-win_amd64.whl:

Publisher: build-python.yml on Yongle-Fu/bc-insole-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bc_insole_sdk-0.2.0-cp310-abi3-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for bc_insole_sdk-0.2.0-cp310-abi3-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 6ab71f3d5feb185f5c104b2ee8bbe302287e752a15c6021acbb2634cab6e1bde
MD5 080cfdfe72d017bf05b0a8310a8f9584
BLAKE2b-256 86e0fd8e5165fd9e83b952d134394a622c2c901302c67998fcf6dba31b2f342b

See more details on using hashes here.

Provenance

The following attestation bundles were made for bc_insole_sdk-0.2.0-cp310-abi3-manylinux_2_34_x86_64.whl:

Publisher: build-python.yml on Yongle-Fu/bc-insole-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bc_insole_sdk-0.2.0-cp310-abi3-macosx_11_0_arm64.whl.

File metadata

  • Download URL: bc_insole_sdk-0.2.0-cp310-abi3-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 309.4 kB
  • Tags: CPython 3.10+, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for bc_insole_sdk-0.2.0-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5cbe6ad62d3a03c7e6d93e76b9a77fa3c425c7a5ed840fa6c048523e2215f2af
MD5 a2c81619a31b6d813717a2adee401927
BLAKE2b-256 ee646364680abda4190da238b7fa30c756e933a1930bd5078682b3b5de15c022

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