embassy-rs / lora-phy

REPO ARCHIVED - moved to https://github.com/lora-rs/lora-rs -- LoRa implementation based on embedded-hal-async
Apache License 2.0
23 stars 15 forks source link

This repo has been moved. Find the new repo here.

LoRa physical layer (the rustaceous radio)

CI

Why?

How?

Wheretofore?

LoRa physical layer API

For users wishing to implement a LoRaWAN or P2P solution, the following implementation files provide the necessary context for lora-phy version 2.

Examples of API usage:

Embedded framework/MCU support

For embedded framework developers wishing to add LoRa support as a feature for one or more MCU/LoRa chip combinations:

Example InterfaceVariant implementations:

LoRa chip support

For developers wishing to add support for new LoRa chips or enhance support for existing chips:

Example RadioKind implementations and ancillary information:

LoRa board-specific support

Board-specific configuration can be handled via the chip driver specific Config struct.

Chat

A public chat on LoRa/LoRaWAN topics using Rust is here: