semtech_radios 0.1.0

Support for Semtech SX126x and SX128x LoRa radios
docs.rs failed to build semtech_radios-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Semtech radio library, for Rust

Supports the Sx126x (Sub-Ghz) and SX128x (2.4Ghz) LoRa radios

Supports most, but not all features. Designed for interrupt-driven and DMA operations or similar. Supports these radios:

  • sx1261
  • sx1262
  • Sx1280
  • Sx1281

Currently hard-coded for STM32-HAL; Will possibly generalize in the future.