Searched refs:LoRa (Results 1 – 13 of 13) sorted by relevance
701 … SX126x.ModulationParams.Params.LoRa.SpreadingFactor = ( RadioLoRaSpreadingFactors_t )datarate; in RadioSetRxConfig()702 SX126x.ModulationParams.Params.LoRa.Bandwidth = Bandwidths[bandwidth]; in RadioSetRxConfig()703 SX126x.ModulationParams.Params.LoRa.CodingRate = ( RadioLoRaCodingRates_t )coderate; in RadioSetRxConfig()708 SX126x.ModulationParams.Params.LoRa.LowDatarateOptimize = 0x01; in RadioSetRxConfig()712 SX126x.ModulationParams.Params.LoRa.LowDatarateOptimize = 0x00; in RadioSetRxConfig()717 if( ( SX126x.ModulationParams.Params.LoRa.SpreadingFactor == LORA_SF5 ) || in RadioSetRxConfig()718 ( SX126x.ModulationParams.Params.LoRa.SpreadingFactor == LORA_SF6 ) ) in RadioSetRxConfig()722 SX126x.PacketParams.Params.LoRa.PreambleLength = 12; in RadioSetRxConfig()726 SX126x.PacketParams.Params.LoRa.PreambleLength = preambleLen; in RadioSetRxConfig()731 SX126x.PacketParams.Params.LoRa.PreambleLength = preambleLen; in RadioSetRxConfig()[all …]
603 buf[0] = modulationParams->Params.LoRa.SpreadingFactor; in SX126xSetModulationParams()604 buf[1] = modulationParams->Params.LoRa.Bandwidth; in SX126xSetModulationParams()605 buf[2] = modulationParams->Params.LoRa.CodingRate; in SX126xSetModulationParams()606 buf[3] = modulationParams->Params.LoRa.LowDatarateOptimize; in SX126xSetModulationParams()662 buf[0] = ( packetParams->Params.LoRa.PreambleLength >> 8 ) & 0xFF; in SX126xSetPacketParams()663 buf[1] = packetParams->Params.LoRa.PreambleLength; in SX126xSetPacketParams()664 buf[2] = LoRaHeaderType = packetParams->Params.LoRa.HeaderType; in SX126xSetPacketParams()665 buf[3] = packetParams->Params.LoRa.PayloadLength; in SX126xSetPacketParams()666 buf[4] = packetParams->Params.LoRa.CrcMode; in SX126xSetPacketParams()667 buf[5] = packetParams->Params.LoRa.InvertIQ; in SX126xSetPacketParams()[all …]
578 }LoRa; member614 }LoRa; member639 }LoRa; member
532 SX1276.Settings.LoRa.Bandwidth = bandwidth; in SX1276SetRxConfig()533 SX1276.Settings.LoRa.Datarate = datarate; in SX1276SetRxConfig()534 SX1276.Settings.LoRa.Coderate = coderate; in SX1276SetRxConfig()535 SX1276.Settings.LoRa.PreambleLen = preambleLen; in SX1276SetRxConfig()536 SX1276.Settings.LoRa.FixLen = fixLen; in SX1276SetRxConfig()537 SX1276.Settings.LoRa.PayloadLen = payloadLen; in SX1276SetRxConfig()538 SX1276.Settings.LoRa.CrcOn = crcOn; in SX1276SetRxConfig()539 SX1276.Settings.LoRa.FreqHopOn = freqHopOn; in SX1276SetRxConfig()540 SX1276.Settings.LoRa.HopPeriod = hopPeriod; in SX1276SetRxConfig()541 SX1276.Settings.LoRa.IqInverted = iqInverted; in SX1276SetRxConfig()[all …]
132 RadioLoRaSettings_t LoRa; member
475 SX1272.Settings.LoRa.Bandwidth = bandwidth; in SX1272SetRxConfig()476 SX1272.Settings.LoRa.Datarate = datarate; in SX1272SetRxConfig()477 SX1272.Settings.LoRa.Coderate = coderate; in SX1272SetRxConfig()478 SX1272.Settings.LoRa.PreambleLen = preambleLen; in SX1272SetRxConfig()479 SX1272.Settings.LoRa.FixLen = fixLen; in SX1272SetRxConfig()480 SX1272.Settings.LoRa.PayloadLen = payloadLen; in SX1272SetRxConfig()481 SX1272.Settings.LoRa.CrcOn = crcOn; in SX1272SetRxConfig()482 SX1272.Settings.LoRa.FreqHopOn = freqHopOn; in SX1272SetRxConfig()483 SX1272.Settings.LoRa.HopPeriod = hopPeriod; in SX1272SetRxConfig()484 SX1272.Settings.LoRa.IqInverted = iqInverted; in SX1272SetRxConfig()[all …]
16 …ted vulnerabilities in the source code of this project to: [LoRa-Net@semtech.com](mailto:LoRa-Net@…
43 **Note**: *Each LoRaWAN application example (LoRaMac/\*) includes an implementation of the LoRa-All…107 All LR1110 radio chips are pre-provisioned out of factory in order to be used with [LoRa Cloud Devi…155 **ping-pong** example using LoRa modulation for NucleoL476 platform with LR1110MB1DIS MBED shield284 **ping-pong** example using LoRa modulation for NucleoL476 platform with LR1110MB1DIS MBED shield
362 - Removed tables definition for repeater support. LoRa-Alliance will provide details on these table…368 - Fixed SX126x driver missing call to `RadioStandby` in LoRa modem case inside `RadioSetRxConfig` A…402 - Added LoRa-Alliance defined application layer protocols support. Only FUOTA test scenario 01 requ…633 - This version has passed all mandatory LoRa-Alliance compliance tests 775 …ata note workarounds. SX1276 errata 2.3 "Receiver Spurious Reception of a LoRa Signal" is not yet …1189 - LoRa MAC specification1213 - Initial version of the LoRa MAC node firmware implementation
5 …eet](http://ww1.microchip.com/downloads/en/DeviceDoc/SAMR34-R35-Low-Power-LoRa-Sub-GHz-SiP-Data-Sh…
40 set(MODULATION LORA CACHE STRING "Default modulation is LoRa")