Go to the documentation of this file.
77 #define SX127X_MODEM_DEFAULT (SX127X_MODEM_LORA)
78 #define SX127X_CHANNEL_DEFAULT (868300000UL)
79 #define SX127X_HF_CHANNEL_DEFAULT (868000000UL)
80 #define SX127X_RF_MID_BAND_THRESH (525000000UL)
81 #define SX127X_XTAL_FREQ (32000000UL)
82 #define SX127X_RADIO_WAKEUP_TIME (1U)
84 #define SX127X_TX_TIMEOUT_DEFAULT (30 * MS_PER_SEC)
85 #define SX127X_RX_SINGLE (false)
86 #define SX127X_RX_BUFFER_SIZE (256)
87 #define SX127X_RADIO_TX_POWER (14U)
89 #define SX127X_EVENT_HANDLER_STACK_SIZE (2048U)
90 #define SX127X_IRQ_DIO0 (1<<0)
91 #define SX127X_IRQ_DIO1 (1<<1)
92 #define SX127X_IRQ_DIO2 (1<<2)
93 #define SX127X_IRQ_DIO3 (1<<3)
94 #define SX127X_IRQ_DIO4 (1<<4)
95 #define SX127X_IRQ_DIO5 (1<<5)
106 #ifndef SX127X_DIO_PULL_MODE
107 #define SX127X_DIO_PULL_MODE (GPIO_IN_PD)
168 #define SX127X_LOW_DATARATE_OPTIMIZE_FLAG (1 << 0)
169 #define SX127X_ENABLE_FIXED_HEADER_LENGTH_FLAG (1 << 1)
170 #define SX127X_ENABLE_CRC_FLAG (1 << 2)
171 #define SX127X_CHANNEL_HOPPING_FLAG (1 << 3)
172 #define SX127X_IQ_INVERTED_FLAG (1 << 4)
173 #define SX127X_RX_CONTINUOUS_FLAG (1 << 5)
225 #if defined(SX127X_USE_TX_SWITCH) || defined(SX127X_USE_RX_SWITCH)
226 gpio_t rx_switch_pin;
227 gpio_t tx_switch_pin;
ztimer_t rx_timeout_timer
RX operation timeout timer.
void sx127x_set_rx_single(sx127x_t *dev, bool single)
Enable/disable the SX127X LoRa RX single mode.
void sx127x_setup(sx127x_t *dev, const sx127x_params_t *params)
Setup the SX127X.
int sx127x_reset(const sx127x_t *dev)
Resets the SX127X.
LoRa configuration structure.
@ SX127X_RX_ERROR_CRC
Receiving CRC error.
@ SX127X_RF_TX_RUNNING
Receiving state.
@ SX127X_RF_CAD
Channel activity detection state.
void sx127x_set_syncword(sx127x_t *dev, uint8_t syncword)
Sets the synchronization word.
uint8_t freq_hop_period
Frequency hop period.
@ SX127X_MODEM_LORA
LoRa modem driver.
void sx127x_set_op_mode(const sx127x_t *dev, uint8_t op_mode)
Sets the SX127X operating mode.
int sx127x_init(sx127x_t *dev)
Initializes the transceiver.
void sx127x_set_modem(sx127x_t *dev, uint8_t modem)
Configures the radio with the given modem.
uint8_t sx127x_get_max_payload_len(const sx127x_t *dev)
Gets the maximum payload length.
uint32_t sx127x_get_time_on_air(const sx127x_t *dev, uint8_t pkt_len)
Computes the packet time on air in milliseconds.
Low-level SPI peripheral driver interface definition.
sx127x_params_t params
Device driver parameters.
sx127x_radio_settings_t settings
Radio settings.
uint8_t flags
Boolean flags.
@ SX127X_RX_TIMEOUT
Receiving timeout.
@ SX127X_TX_TIMEOUT
Sending timeout.
void sx127x_set_preamble_length(sx127x_t *dev, uint16_t preamble)
Sets the SX127X LoRa preamble length.
uint8_t bandwidth
Signal bandwidth.
gpio_t dio3_pin
Interrupt line DIO3 (CAD done)
@ SX127X_MODEM_FSK
FSK modem driver.
@ SX127X_FHSS_CHANGE_CHANNEL
Channel change.
@ SX127X_RX_DONE
Receiving complete.
void sx127x_init_radio_settings(sx127x_t *dev)
Initialize radio settings with default values.
sx127x_lora_settings_t lora
LoRa settings.
void sx127x_set_bandwidth(sx127x_t *dev, uint8_t bandwidth)
Sets the SX127X bandwidth.
bool sx127x_is_channel_free(sx127x_t *dev, uint32_t freq, int16_t rssi_threshold)
Checks that channel is free with specified RSSI threshold.
@ SX127X_TX_DONE
Sending complete.
void sx127x_start_cad(sx127x_t *dev)
Start a channel activity detection.
@ SX127X_PA_BOOST
Power amplifier boost (high power)
uint8_t sx127x_get_tx_power(const sx127x_t *dev)
Gets the SX127X TX radio power.
void sx127x_set_sleep(sx127x_t *dev)
Sets the radio in sleep mode.
void sx127x_set_symbol_timeout(sx127x_t *dev, uint16_t timeout)
Sets the SX127X LoRa symbol timeout.
@ SX127X_RF_IDLE
Idle state.
SX127X hardware and global parameters.
uint8_t modem
Driver model (FSK or LoRa)
sx127x_flags_t irq
Device IRQ flags.
uint8_t datarate
Spreading factor rate, e.g datarate.
uint8_t sx127x_get_bandwidth(const sx127x_t *dev)
Gets the SX127X bandwidth.
uint8_t sx127x_flags_t
SX127X IRQ flags.
sx127x_internal_t _internal
Internal sx127x data used within the driver.
void sx127x_set_crc(sx127x_t *dev, bool crc)
Enable/Disable the SX127X CRC verification mode.
uint8_t sx127x_get_spreading_factor(const sx127x_t *dev)
Gets the SX127X LoRa spreading factor.
int8_t power
Signal power.
gpio_t dio5_pin
Interrupt line DIO5 (not used)
gpio_t dio0_pin
Interrupt line DIO0 (Tx done)
@ SX127X_CAD_DONE
Channel activity detection complete.
uint32_t sx127x_random(sx127x_t *dev)
Generates 32 bits random value based on the RSSI readings.
int16_t sx127x_read_rssi(const sx127x_t *dev)
Reads the current RSSI value.
uint8_t sx127x_get_syncword(const sx127x_t *dev)
Gets the synchronization word.
Utility library for comparing and computing timestamps.
uint8_t sx127x_get_state(const sx127x_t *dev)
Gets current state of transceiver.
@ SX127X_PA_RFO
RFO HF or RFO LF.
gpio_t reset_pin
Reset pin.
@ SX127X_INIT_OK
Initialization was successful.
netdev_t netdev
Netdev parent struct.
void sx127x_set_coding_rate(sx127x_t *dev, uint8_t coderate)
Sets the SX127X LoRa coding rate.
bool is_last_cad_success
Sign of success of last CAD operation (activity detected)
bool sx127x_get_iq_invert(const sx127x_t *dev)
Checks if the SX127X LoRa inverted IQ mode is enabled/disabled.
Definitions low-level network driver interface.
ztimer_t tx_timeout_timer
TX operation timeout timer.
uint32_t rx_timeout
RX timeout in milliseconds.
@ SX127X_ERR_GPIOS
Failed to initialize GPIOs.
void sx127x_set_channel(sx127x_t *dev, uint32_t freq)
Sets the channel RF frequency.
void sx127x_set_freq_hop(sx127x_t *dev, bool freq_hop_on)
Sets the SX127X LoRa frequency hopping mode.
void sx127x_set_fixed_header_len_mode(sx127x_t *dev, bool mode)
Sets the SX127X to fixed header length mode (explicit mode)
uint8_t coderate
Error coding rate.
void() sx127x_dio_irq_handler_t(sx127x_t *dev)
Hardware IO IRQ callback function definition.
uint32_t sx127x_get_channel(const sx127x_t *dev)
Gets the channel RF frequency.
uint8_t paselect
Power amplifier mode (RFO or PABOOST)
void sx127x_set_rx(sx127x_t *dev)
Sets the radio in reception mode.
Structure to hold driver state.
uint32_t channel
Radio channel.
uint8_t sx127x_get_hop_period(const sx127x_t *dev)
Gets the SX127X frequency hopping period.
gpio_t nss_pin
SPI NSS pin.
void sx127x_set_max_payload_len(const sx127x_t *dev, uint8_t maxlen)
Sets the maximum payload length.
void sx127x_set_tx_timeout(sx127x_t *dev, uint32_t timeout)
Sets the SX127X TX timeout.
void sx127x_set_iq_invert(sx127x_t *dev, bool iq_invert)
Enable/disable the SX127X LoRa IQ inverted mode.
uint8_t sx127x_get_coding_rate(const sx127x_t *dev)
Gets the SX127X LoRa coding rate.
uint32_t last_channel
Last channel in frequency hopping sequence.
Low-level GPIO peripheral driver interface definitions.
uint8_t state
Radio state.
SX127X device descriptor.
void sx127x_set_standby(sx127x_t *dev)
Sets the radio in stand-by mode.
@ SX127X_RF_RX_RUNNING
Sending state.
bool sx127x_get_fixed_header_len_mode(const sx127x_t *dev)
Gets the SX127X LoRa fixed header length mode.
uint16_t preamble_len
Length of preamble header.
void sx127x_set_spreading_factor(sx127x_t *dev, uint8_t sf)
Sets the SX127X LoRa spreading factor.
uint8_t sx127x_get_op_mode(const sx127x_t *dev)
Gets the SX127X operating mode.
uint8_t sx127x_get_payload_length(const sx127x_t *dev)
Gets the SX127X payload length.
uint32_t tx_timeout
TX timeout in milliseconds.
void sx127x_set_state(sx127x_t *dev, uint8_t state)
Sets current state of transceiver.
gpio_t dio2_pin
Interrupt line DIO2 (FHSS channel change)
uint16_t sx127x_get_preamble_length(const sx127x_t *dev)
Gets the SX127X preamble length.
gpio_t dio4_pin
Interrupt line DIO4 (not used)
void sx127x_set_tx_power(sx127x_t *dev, int8_t power)
Sets the SX127X transmission power.
void sx127x_set_rx_timeout(sx127x_t *dev, uint32_t timeout)
Sets the SX127X RX timeout.
bool sx127x_get_rx_single(const sx127x_t *dev)
Checks if the SX127X LoRa RX single mode is enabled/disabled.
void sx127x_set_payload_length(sx127x_t *dev, uint8_t len)
Sets the SX127X payload length.
@ SX127X_ERR_SPI
Failed to initialize SPI bus or CS line.
void sx127x_set_hop_period(sx127x_t *dev, uint8_t hop_period)
Sets the SX127X frequency hopping period.
unsigned int spi_t
Default type for SPI devices.
gpio_t dio1_pin
Interrupt line DIO1 (Rx timeout)
void sx127x_set_tx(sx127x_t *dev)
Sets the radio in transmission mode.
bool sx127x_get_crc(const sx127x_t *dev)
Checks if the SX127X CRC verification mode is enabled.
@ SX127X_ERR_NODEV
No valid device version found.