Home
last modified time | relevance | path

Searched refs:modulation (Results 1 – 7 of 7) sorted by relevance

/loramac-node-3.4.0/src/radio/lr1110/
Dradio.c626 LR1110.modulation_params.modulation.gfsk.bitrate = datarate; in RadioSetRxConfig()
627 LR1110.modulation_params.modulation.gfsk.pulse_shape = LR1110_RADIO_PULSESHAPE_GAUSSIANBT1; in RadioSetRxConfig()
628 LR1110.modulation_params.modulation.gfsk.bandwidth = in RadioSetRxConfig()
651 … lr1110_radio_set_modulation_param_gfsk( &LR1110, &LR1110.modulation_params.modulation.gfsk ); in RadioSetRxConfig()
664 … LR1110.modulation_params.modulation.lora.spreading_factor = ( lr1110_radio_lora_sf_t ) datarate; in RadioSetRxConfig()
665 LR1110.modulation_params.modulation.lora.bandwidth = Bandwidths[bandwidth]; in RadioSetRxConfig()
666 … LR1110.modulation_params.modulation.lora.coding_rate = ( lr1110_radio_lora_cr_t ) coderate; in RadioSetRxConfig()
671 LR1110.modulation_params.modulation.lora.ppm_offset = 0x01; in RadioSetRxConfig()
675 LR1110.modulation_params.modulation.lora.ppm_offset = 0x00; in RadioSetRxConfig()
680 … if( ( LR1110.modulation_params.modulation.lora.spreading_factor == LR1110_RADIO_LORA_SF5 ) || in RadioSetRxConfig()
[all …]
Dlr1110.h46 }modulation; //!< Holds the modulation parameters structure member
/loramac-node-3.4.0/src/apps/rx-sensi/
DCMakeLists.txt38 # Allow switching of modulation
40 set(MODULATION LORA CACHE STRING "Default modulation is LoRa")
/loramac-node-3.4.0/src/apps/ping-pong/
DCMakeLists.txt38 # Allow switching of modulation
40 set(MODULATION LORA CACHE STRING "Default modulation is LoRa")
/loramac-node-3.4.0/
DREADME.md27 …aMac-node/milestone/11) | A/B/C | LoRaWAN L2 1.0.4 / 1.1.0 - Adds support for LR-FHSS modulation |
155 **ping-pong** example using LoRa modulation for NucleoL476 platform with LR1110MB1DIS MBED shield
232 // Select the type of modulation, applicable to the ping-pong or
284 **ping-pong** example using LoRa modulation for NucleoL476 platform with LR1110MB1DIS MBED shield
333 // Select the type of modulation, applicable to the ping-pong or
/loramac-node-3.4.0/.vscode/
Dsettings.json46 // Select the type of modulation, applicable to the ping-pong or
/loramac-node-3.4.0/doc/
Ddevelopment-environment.md105 * `MODULATION` - Type of modulation choice.