2026-02-26 15:35:19 +01:00
2026-02-26 19:52:05 +01:00
2026-02-26 15:35:19 +01:00
2026-02-26 15:35:19 +01:00
2026-02-26 15:36:31 +01:00
2026-02-26 15:35:19 +01:00

stm32wl-subghz

Latest Version

Sub-GHZ SPI device radio driver for STM32WL-series microcontrollers, currently supporting LoRa and BPSK.

Usage

Add the dependency with default-features = false and enable your chip's feature:

[dependencies]
stm32wl-subghz = { version = "0.1.0", default-features = false, features = ["stm32wle5jc"] }

A chip feature must be enabled. See Cargo.toml for the full list of supported chips (all STM32WLE single-core and STM32WL5x dual-core variants).

The default feature enables stm32wle5jc for development convenience. Always use default-features = false in your project to avoid feature conflicts.

Crates

License

MIT

Description
Sub-GHz radio driver for STM32WL-series microcontrollers
Readme MIT 152 KiB
Languages
Rust 100%