Expand description
Parameters used across the lora-phy crate to support various use cases
Structs§
- Duty
Cycle Params - Receive duty cycle parameters
- Modulation
Params - Modulation parameters for a send and/or receive communication channel
- Packet
Params - Packet parameters for a send or receive communication channel
- Packet
Status - Status for a received packet
Enums§
- Bandwidth
- Channel width. Lower values increase time on air, but may be able to find clear frequencies.
- Coding
Rate - Controls the forward error correction. Higher values are more robust, but reduces the ratio of actual data in transmissions.
- Radio
Error - Errors types reported during LoRa physical layer processing
- Radio
Mode - The state of the radio
- RxMode
- Listening mode for LoRaWAN packet detection/reception
- Spreading
Factor - Controls the chirp rate. Lower values are slower bandwidth (longer time on air), but more robust.