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.

For iOS automated packaging and OSS release scripts, see ios/README.md.

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.4.0-cp310-abi3-win_amd64.whl (242.4 kB view details)

Uploaded CPython 3.10+Windows x86-64

bc_insole_sdk-0.4.0-cp310-abi3-manylinux_2_34_x86_64.whl (339.7 kB view details)

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

File details

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

File metadata

File hashes

Hashes for bc_insole_sdk-0.4.0-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 b49c66d50151ba968e79f6d1ad4a1ea7a8e7d53cd91e0c23a9191e28515ef997
MD5 5e72df93193dd5dd165a9a39e9380158
BLAKE2b-256 9f5769f0ac23ded0299a5fa5b88270e1fbe34ceb4e9f883fc5b9877a8c6a58c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for bc_insole_sdk-0.4.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.4.0-cp310-abi3-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for bc_insole_sdk-0.4.0-cp310-abi3-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 6ab4eb4d4e7f4be14f8d6ec851355120d6d4307b08838e0409cf882f7dad1687
MD5 5edd75d8966157eb477855a59542a236
BLAKE2b-256 8e3a790965db2957d3bb9322bbbc716b74a849dd3832a53bdde155afc31175dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for bc_insole_sdk-0.4.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.

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