From c1f0d85e7084ebb0fa60ed33428ddc893fe05802 Mon Sep 17 00:00:00 2001 From: jgromes Date: Fri, 26 Mar 2021 04:57:27 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2086ca7?= =?UTF-8?q?14d0017419aebc5bae5b4e8010e71e66874=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _r_f69_8h_source.html | 182 ++++++++++++++++++------------------- _s_x1272_8h_source.html | 18 ++-- _s_x1278_8h_source.html | 18 ++-- _s_x127x_8h_source.html | 168 +++++++++++++++++----------------- class_r_f69.html | 8 +- class_r_f_m95-members.html | 2 +- class_r_f_m95.html | 8 +- class_r_f_m96-members.html | 2 +- class_r_f_m96.html | 8 +- class_r_f_m97-members.html | 2 +- class_r_f_m97.html | 8 +- class_s_x1231.html | 2 +- class_s_x1272-members.html | 2 +- class_s_x1272.html | 16 ++-- class_s_x1272.js | 2 +- class_s_x1273-members.html | 2 +- class_s_x1273.html | 8 +- class_s_x1276-members.html | 2 +- class_s_x1276.html | 8 +- class_s_x1277-members.html | 2 +- class_s_x1277.html | 8 +- class_s_x1278-members.html | 2 +- class_s_x1278.html | 16 ++-- class_s_x1278.js | 2 +- class_s_x1279-members.html | 2 +- class_s_x1279.html | 8 +- class_s_x127x.html | 10 +- functions_func_g.html | 4 +- functions_g.html | 4 +- navtreeindex2.js | 4 +- search/all_6.js | 2 +- search/functions_6.js | 2 +- 32 files changed, 266 insertions(+), 266 deletions(-) diff --git a/_r_f69_8h_source.html b/_r_f69_8h_source.html index cd61b93b..b067e341 100644 --- a/_r_f69_8h_source.html +++ b/_r_f69_8h_source.html @@ -606,126 +606,126 @@ $(document).ready(function(){initNavTree('_r_f69_8h_source.html',''); initResiza
741 
749  int16_t setOOK(bool enableOOK);
750 
-
757  int16_t setOokThresholdType(uint8_t type);
-
758 
-
766  int16_t fixedPacketLengthMode(uint8_t len = RF69_MAX_PACKET_LENGTH);
-
767 
-
775  int16_t variablePacketLengthMode(uint8_t maxLen = RF69_MAX_PACKET_LENGTH);
-
776 
-
784  int16_t enableSyncWordFiltering(uint8_t maxErrBits = 0);
-
785 
-
791  int16_t disableSyncWordFiltering();
-
792 
-
800  int16_t setCrcFiltering(bool crcOn = true);
-
801 
-
809  int16_t setPromiscuousMode(bool promiscuous = true);
-
810 
-
819  int16_t setDataShaping(uint8_t sh) override;
-
820 
-
829  int16_t setEncoding(uint8_t encoding) override;
-
830 
-
838  int16_t setLnaTestBoost(bool value);
-
839 
-
845  float getRSSI();
-
846 
-
855  void setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn);
-
856 
-
862  uint8_t random();
-
863 
-
869  int16_t getChipVersion();
-
870 
-
871 #if !defined(RADIOLIB_GODMODE) && !defined(RADIOLIB_LOW_LEVEL)
-
872  protected:
-
873 #endif
-
874  Module* _mod;
-
875 
-
876 #if !defined(RADIOLIB_GODMODE)
-
877  protected:
-
878 #endif
-
879 
-
880  float _br = 0;
-
881  float _rxBw = 0;
-
882  bool _ook = false;
-
883  int16_t _tempOffset = 0;
-
884  int8_t _power = 0;
-
885 
-
886  size_t _packetLength = 0;
-
887  bool _packetLengthQueried = false;
-
888  uint8_t _packetLengthConfig = RF69_PACKET_FORMAT_VARIABLE;
-
889 
-
890  bool _promiscuous = false;
-
891 
-
892  uint8_t _syncWordLength = 2;
-
893 
-
894  int16_t config();
-
895  int16_t directMode();
-
896  int16_t setPacketMode(uint8_t mode, uint8_t len);
-
897 
-
898 #if !defined(RADIOLIB_GODMODE)
-
899  private:
-
900 #endif
-
901  int16_t setMode(uint8_t mode);
-
902  void clearIRQFlags();
-
903 };
-
904 
-
905 #endif
-
906 
-
907 #endif
+
758  int16_t setOokThresholdType(uint8_t type);
+
759 
+
767  int16_t fixedPacketLengthMode(uint8_t len = RF69_MAX_PACKET_LENGTH);
+
768 
+
776  int16_t variablePacketLengthMode(uint8_t maxLen = RF69_MAX_PACKET_LENGTH);
+
777 
+
785  int16_t enableSyncWordFiltering(uint8_t maxErrBits = 0);
+
786 
+
792  int16_t disableSyncWordFiltering();
+
793 
+
801  int16_t setCrcFiltering(bool crcOn = true);
+
802 
+
810  int16_t setPromiscuousMode(bool promiscuous = true);
+
811 
+
820  int16_t setDataShaping(uint8_t sh) override;
+
821 
+
830  int16_t setEncoding(uint8_t encoding) override;
+
831 
+
839  int16_t setLnaTestBoost(bool value);
+
840 
+
846  float getRSSI();
+
847 
+
856  void setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn);
+
857 
+
863  uint8_t random();
+
864 
+
870  int16_t getChipVersion();
+
871 
+
872 #if !defined(RADIOLIB_GODMODE) && !defined(RADIOLIB_LOW_LEVEL)
+
873  protected:
+
874 #endif
+
875  Module* _mod;
+
876 
+
877 #if !defined(RADIOLIB_GODMODE)
+
878  protected:
+
879 #endif
+
880 
+
881  float _br = 0;
+
882  float _rxBw = 0;
+
883  bool _ook = false;
+
884  int16_t _tempOffset = 0;
+
885  int8_t _power = 0;
+
886 
+
887  size_t _packetLength = 0;
+
888  bool _packetLengthQueried = false;
+
889  uint8_t _packetLengthConfig = RF69_PACKET_FORMAT_VARIABLE;
+
890 
+
891  bool _promiscuous = false;
+
892 
+
893  uint8_t _syncWordLength = 2;
+
894 
+
895  int16_t config();
+
896  int16_t directMode();
+
897  int16_t setPacketMode(uint8_t mode, uint8_t len);
+
898 
+
899 #if !defined(RADIOLIB_GODMODE)
+
900  private:
+
901 #endif
+
902  int16_t setMode(uint8_t mode);
+
903  void clearIRQFlags();
+
904 };
+
905 
+
906 #endif
+
907 
+
908 #endif
-
int16_t setCrcFiltering(bool crcOn=true)
Enable CRC filtering and generation.
Definition: RF69.cpp:718
+
int16_t setCrcFiltering(bool crcOn=true)
Enable CRC filtering and generation.
Definition: RF69.cpp:715
void setDio0Action(void(*func)(void))
Sets interrupt service routine to call when DIO0 activates.
Definition: RF69.cpp:269
void clearDio1Action()
Clears interrupt service routine to call when DIO1 activates.
Definition: RF69.cpp:285
int16_t transmit(__FlashStringHelper *fstr, uint8_t addr=0)
Arduino Flash String transmit method.
Definition: PhysicalLayer.cpp:8
-
int16_t setBroadcastAddress(uint8_t broadAddr)
Sets broadcast address. Calling this method will also enable address filtering for node and broadcast...
Definition: RF69.cpp:637
+
int16_t setBroadcastAddress(uint8_t broadAddr)
Sets broadcast address. Calling this method will also enable address filtering for node and broadcast...
Definition: RF69.cpp:634
int16_t receiveDirect() override
Starts direct mode reception.
Definition: RF69.cpp:200
-
void setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn)
Some modules contain external RF switch controlled by two pins. This function gives RadioLib control ...
Definition: RF69.cpp:802
+
void setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn)
Some modules contain external RF switch controlled by two pins. This function gives RadioLib control ...
Definition: RF69.cpp:799
int16_t readData(uint8_t *data, size_t len) override
Reads data received after calling startReceive method.
Definition: RF69.cpp:343
-
int16_t setPromiscuousMode(bool promiscuous=true)
Set modem in "sniff" mode: no packet filtering (e.g., no preamble, sync word, address,...
Definition: RF69.cpp:726
+
int16_t setPromiscuousMode(bool promiscuous=true)
Set modem in "sniff" mode: no packet filtering (e.g., no preamble, sync word, address,...
Definition: RF69.cpp:723
int16_t receive(uint8_t *data, size_t len) override
Blocking binary receive method. Overloads for string-based transmissions are implemented in PhysicalL...
Definition: RF69.cpp:139
void clearDio0Action()
Clears interrupt service routine to call when DIO0 activates.
Definition: RF69.cpp:273
-
size_t getPacketLength(bool update=true) override
Query modem for the packet length of received payload.
Definition: RF69.cpp:680
+
size_t getPacketLength(bool update=true) override
Query modem for the packet length of received payload.
Definition: RF69.cpp:677
Control class for RF69 module. Also serves as base class for SX1231.
Definition: RF69.h:440
void setDio1Action(void(*func)(void))
Sets interrupt service routine to call when DIO1 activates.
Definition: RF69.cpp:277
int16_t startReceive()
Interrupt-driven receive method. GDO0 will be activated when full packet is received.
Definition: RF69.cpp:241
-
int16_t setFrequency(float freq)
Sets carrier frequency. Allowed values are in bands 290.0 to 340.0 MHz, 431.0 to 510....
Definition: RF69.cpp:397
-
int16_t fixedPacketLengthMode(uint8_t len=RF69_MAX_PACKET_LENGTH)
Set modem in fixed packet length mode.
Definition: RF69.cpp:693
-
int16_t setNodeAddress(uint8_t nodeAddr)
Sets node address. Calling this method will also enable address filtering for node address only.
Definition: RF69.cpp:628
+
int16_t setFrequency(float freq)
Sets carrier frequency. Allowed values are in bands 290.0 to 340.0 MHz, 431.0 to 510....
Definition: RF69.cpp:394
+
int16_t fixedPacketLengthMode(uint8_t len=RF69_MAX_PACKET_LENGTH)
Set modem in fixed packet length mode.
Definition: RF69.cpp:690
+
int16_t setNodeAddress(uint8_t nodeAddr)
Sets node address. Calling this method will also enable address filtering for node address only.
Definition: RF69.cpp:625
int16_t enableAES()
Enables AES encryption.
Definition: RF69.cpp:233
-
int16_t setPreambleLength(uint8_t preambleLen)
Sets preamble length.
Definition: RF69.cpp:617
+
int16_t setPreambleLength(uint8_t preambleLen)
Sets preamble length.
Definition: RF69.cpp:614
void reset()
Reset method. Will reset the chip to the default state using RST pin.
Definition: RF69.cpp:102
int16_t transmit(uint8_t *data, size_t len, uint8_t addr=0) override
Blocking binary transmit method. Overloads for string-based transmissions are implemented in Physical...
Definition: RF69.cpp:110
-
int16_t setRxBandwidth(float rxBw)
Sets receiver bandwidth. Allowed values are 2.6, 3.1, 3.9, 5.2, 6.3, 7.8, 10.4, 12....
Definition: RF69.cpp:437
+
int16_t setRxBandwidth(float rxBw)
Sets receiver bandwidth. Allowed values are 2.6, 3.1, 3.9, 5.2, 6.3, 7.8, 10.4, 12....
Definition: RF69.cpp:434
int16_t readData(String &str, size_t len=0)
Reads data that was received after calling startReceive method.
Definition: PhysicalLayer.cpp:57
-
int16_t setBitRate(float br)
Sets bit rate. Allowed values range from 1.2 to 300.0 kbps.
Definition: RF69.cpp:416
+
int16_t setBitRate(float br)
Sets bit rate. Allowed values range from 1.2 to 300.0 kbps.
Definition: RF69.cpp:413
int16_t disableAES()
Disables AES encryption.
Definition: RF69.cpp:237
RF69(Module *module)
Default constructor.
Definition: RF69.cpp:4
-
int16_t setDataShaping(uint8_t sh) override
Sets Gaussian filter bandwidth-time product that will be used for data shaping. Allowed values are RA...
Definition: RF69.cpp:752
+
int16_t setDataShaping(uint8_t sh) override
Sets Gaussian filter bandwidth-time product that will be used for data shaping. Allowed values are RA...
Definition: RF69.cpp:749
int16_t setOOK(bool enableOOK)
Enables/disables OOK modulation instead of FSK.
Definition: RF69.cpp:372
int16_t standby() override
Sets the module to standby mode.
Definition: RF69.cpp:171
-
int16_t setLnaTestBoost(bool value)
enable/disable LNA Boost mode (disabled by default
Definition: RF69.cpp:790
-
int16_t getTemperature()
Measures temperature.
Definition: RF69.cpp:663
-
int16_t setFrequencyDeviation(float freqDev) override
Sets frequency deviation.
Definition: RF69.cpp:532
-
int16_t disableAddressFiltering()
Disables address filtering. Calling this method will also erase previously set addresses.
Definition: RF69.cpp:646
-
int16_t setSyncWord(uint8_t *syncWord, size_t len, uint8_t maxErrBits=0)
Sets sync word. Up to 8 bytes can be set as sync word.
Definition: RF69.cpp:594
-
int16_t disableSyncWordFiltering()
Disable preamble and sync word filtering and generation.
Definition: RF69.cpp:706
-
float getRSSI()
Gets RSSI (Recorded Signal Strength Indicator) of the last received packet.
Definition: RF69.cpp:798
+
int16_t setLnaTestBoost(bool value)
Enable/disable LNA Boost mode (disabled by default).
Definition: RF69.cpp:787
+
int16_t getTemperature()
Measures temperature.
Definition: RF69.cpp:660
+
int16_t setFrequencyDeviation(float freqDev) override
Sets frequency deviation.
Definition: RF69.cpp:529
+
int16_t disableAddressFiltering()
Disables address filtering. Calling this method will also erase previously set addresses.
Definition: RF69.cpp:643
+
int16_t setSyncWord(uint8_t *syncWord, size_t len, uint8_t maxErrBits=0)
Sets sync word. Up to 8 bytes can be set as sync word.
Definition: RF69.cpp:591
+
int16_t disableSyncWordFiltering()
Disable preamble and sync word filtering and generation.
Definition: RF69.cpp:703
+
float getRSSI()
Gets RSSI (Recorded Signal Strength Indicator) of the last received packet.
Definition: RF69.cpp:795
Provides common interface for protocols that run on LoRa/FSK modules, such as RTTY or LoRaWAN....
Definition: PhysicalLayer.h:13
int16_t receive(String &str, size_t len=0)
Arduino String receive method.
Definition: PhysicalLayer.cpp:98
-
int16_t setEncoding(uint8_t encoding) override
Sets transmission encoding. Allowed values are RADIOLIB_ENCODING_NRZ, RADIOLIB_ENCODING_MANCHESTER an...
Definition: RF69.cpp:772
+
int16_t setEncoding(uint8_t encoding) override
Sets transmission encoding. Allowed values are RADIOLIB_ENCODING_NRZ, RADIOLIB_ENCODING_MANCHESTER an...
Definition: RF69.cpp:769
void setAESKey(uint8_t *key)
Sets AES key.
Definition: RF69.cpp:229
Implements all common low-level SPI/UART/I2C methods to control the wireless module....
Definition: Module.h:17
int16_t transmitDirect(uint32_t frf=0) override
Starts direct mode transmission.
Definition: RF69.cpp:179
-
int16_t setOutputPower(int8_t power, bool highPower=false)
Sets output power. Allowed values range from -18 to 13 dBm for low power modules (RF69C/CW) or -2 to ...
Definition: RF69.cpp:556
+
int16_t setOutputPower(int8_t power, bool highPower=false)
Sets output power. Allowed values range from -18 to 13 dBm for low power modules (RF69C/CW) or -2 to ...
Definition: RF69.cpp:553
int16_t packetMode()
Stops direct mode. It is required to call this method to switch from direct transmissions to packet-b...
Definition: RF69.cpp:225
-
void setAmbientTemperature(int16_t tempAmbient)
Sets ambient temperature. Required to correct values from on-board temperature sensor.
Definition: RF69.cpp:659
+
void setAmbientTemperature(int16_t tempAmbient)
Sets ambient temperature. Required to correct values from on-board temperature sensor.
Definition: RF69.cpp:656
int16_t setOokThresholdType(uint8_t type)
Selects the type of threshold in the OOK data slicer.
Definition: RF69.cpp:387
int16_t sleep()
Sets the module to sleep mode.
Definition: RF69.cpp:163
-
int16_t getChipVersion()
Read version SPI register. Should return RF69_CHIP_VERSION (0x24) if SX127x is connected and working.
Definition: RF69.cpp:825
-
int16_t enableSyncWordFiltering(uint8_t maxErrBits=0)
Enable sync word filtering and generation.
Definition: RF69.cpp:701
-
int16_t variablePacketLengthMode(uint8_t maxLen=RF69_MAX_PACKET_LENGTH)
Set modem in variable packet length mode.
Definition: RF69.cpp:697
+
int16_t getChipVersion()
Read version SPI register. Should return RF69_CHIP_VERSION (0x24) if SX127x is connected and working.
Definition: RF69.cpp:822
+
int16_t enableSyncWordFiltering(uint8_t maxErrBits=0)
Enable sync word filtering and generation.
Definition: RF69.cpp:698
+
int16_t variablePacketLengthMode(uint8_t maxLen=RF69_MAX_PACKET_LENGTH)
Set modem in variable packet length mode.
Definition: RF69.cpp:694
int16_t startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override
Interrupt-driven binary transmit method. Overloads for string-based transmissions are implemented in ...
Definition: RF69.cpp:292
-
uint8_t random()
Get one truly random byte from RSSI noise.
Definition: RF69.cpp:806
+
uint8_t random()
Get one truly random byte from RSSI noise.
Definition: RF69.cpp:803
int16_t begin(float freq=434.0, float br=48.0, float freqDev=50.0, float rxBw=125.0, int8_t power=10, uint8_t preambleLen=16)
Initialization method.
Definition: RF69.cpp:8
int16_t startTransmit(String &str, uint8_t addr=0)
Interrupt-driven Arduino String transmit method. Unlike the standard transmit method,...
Definition: PhysicalLayer.cpp:49
diff --git a/_s_x1272_8h_source.html b/_s_x1272_8h_source.html index 150587e0..e1deb78c 100644 --- a/_s_x1272_8h_source.html +++ b/_s_x1272_8h_source.html @@ -207,7 +207,7 @@ $(document).ready(function(){initNavTree('_s_x1272_8h_source.html',''); initResi
228 
238  int16_t setDataShapingOOK(uint8_t sh);
239 
-
247  float getRSSI(bool skip_activation = false);
+
247  float getRSSI(bool skipReceive = false);
248 
258  int16_t setCRC(bool enable, bool mode = false);
259 
@@ -246,23 +246,23 @@ $(document).ready(function(){initNavTree('_s_x1272_8h_source.html',''); initResi
int16_t begin(float freq=915.0, float bw=125.0, uint8_t sf=9, uint8_t cr=7, uint8_t syncWord=SX127X_SYNC_WORD, int8_t power=10, uint16_t preambleLength=8, uint8_t gain=0)
LoRa modem initialization method. Must be called at least once from Arduino sketch to initialize the ...
Definition: SX1272.cpp:8
int16_t setGain(uint8_t gain)
Sets gain of receiver LNA (low-noise amplifier). Can be set to any integer in range 1 to 6 where 1 is...
Definition: SX1272.cpp:245
int16_t setSpreadingFactor(uint8_t sf)
Sets LoRa link spreading factor. Allowed values range from 6 to 12. Only available in LoRa mode.
Definition: SX1272.cpp:126
-
int16_t forceLDRO(bool enable)
Forces LoRa low data rate optimization. Only available in LoRa mode. After calling this method,...
Definition: SX1272.cpp:390
+
float getRSSI(bool skipReceive=false)
Gets recorded signal strength indicator of the latest received packet for LoRa modem,...
Definition: SX1272.cpp:344
+
int16_t forceLDRO(bool enable)
Forces LoRa low data rate optimization. Only available in LoRa mode. After calling this method,...
Definition: SX1272.cpp:405
Derived class for SX1272 modules. Also used as base class for SX1273. Both modules use the same basic...
Definition: SX1272.h:95
-
int16_t setDataShapingOOK(uint8_t sh)
Sets filter cutoff frequency that will be used for data shaping. Allowed values are 1 for frequency e...
Definition: SX1272.cpp:300
+
int16_t setDataShapingOOK(uint8_t sh)
Sets filter cutoff frequency that will be used for data shaping. Allowed values are 1 for frequency e...
Definition: SX1272.cpp:311
int16_t setCodingRate(uint8_t cr)
Sets LoRa link coding rate denominator. Allowed values range from 5 to 8. Only available in LoRa mode...
Definition: SX1272.cpp:182
Base class for SX127x series. All derived classes for SX127x (e.g. SX1278 or SX1272) inherit from thi...
Definition: SX127x.h:547
int16_t setBandwidth(float bw)
Sets LoRa link bandwidth. Allowed values are 125, 250 and 500 kHz. Only available in LoRa mode.
Definition: SX1272.cpp:86
-
int16_t autoLDRO()
Re-enables automatic LDRO configuration. Only available in LoRa mode. After calling this method,...
Definition: SX1272.cpp:403
-
int16_t setDataShaping(uint8_t sh) override
Sets Gaussian filter bandwidth-time product that will be used for data shaping. Only available in FSK...
Definition: SX1272.cpp:270
+
int16_t autoLDRO()
Re-enables automatic LDRO configuration. Only available in LoRa mode. After calling this method,...
Definition: SX1272.cpp:418
+
int16_t setDataShaping(uint8_t sh) override
Sets Gaussian filter bandwidth-time product that will be used for data shaping. Only available in FSK...
Definition: SX1272.cpp:281
int16_t beginFSK(float freq=915.0, float br=48.0, float rxBw=125.0, float freqDev=50.0, int8_t power=10, uint16_t preambleLength=16, bool enableOOK=false)
FSK modem initialization method. Must be called at least once from Arduino sketch to initialize the m...
Definition: SX1272.cpp:40
Implements all common low-level SPI/UART/I2C methods to control the wireless module....
Definition: Module.h:17
void reset() override
Reset method. Will reset the chip to the default state using RST pin.
Definition: SX1272.cpp:67
-
int16_t setCRC(bool enable, bool mode=false)
Enables/disables CRC check of received packets.
Definition: SX1272.cpp:362
+
int16_t setCRC(bool enable, bool mode=false)
Enables/disables CRC check of received packets.
Definition: SX1272.cpp:377
SX1272(Module *mod)
Default constructor. Called from Arduino sketch when creating new LoRa instance.
Definition: SX1272.cpp:4
-
int16_t implicitHeader(size_t len)
Set implicit header mode for future reception/transmission.
Definition: SX1272.cpp:412
-
int16_t explicitHeader()
Set explicit header mode for future reception/transmission.
Definition: SX1272.cpp:416
+
int16_t implicitHeader(size_t len)
Set implicit header mode for future reception/transmission.
Definition: SX1272.cpp:427
+
int16_t explicitHeader()
Set explicit header mode for future reception/transmission.
Definition: SX1272.cpp:431
int16_t setOutputPower(int8_t power)
Sets transmission output power. Allowed values range from 2 to 17 dBm.
Definition: SX1272.cpp:216
-
float getRSSI(bool skip_activation=false)
Gets recorded signal strength indicator of the latest received packet for LoRa modem,...
Definition: SX1272.cpp:333
void reset() override
Reset method. Will reset the chip to the default state using RST pin.
Definition: SX1278.cpp:62
-
int16_t implicitHeader(size_t len)
Set implicit header mode for future reception/transmission.
Definition: SX1278.cpp:502
+
int16_t implicitHeader(size_t len)
Set implicit header mode for future reception/transmission.
Definition: SX1278.cpp:505
int16_t begin(float freq=434.0, float bw=125.0, uint8_t sf=9, uint8_t cr=7, uint8_t syncWord=SX127X_SYNC_WORD, int8_t power=10, uint16_t preambleLength=8, uint8_t gain=0)
LoRa modem initialization method. Must be called at least once from Arduino sketch to initialize the ...
Definition: SX1278.cpp:8
SX1278(Module *mod)
Default constructor. Called from Arduino sketch when creating new LoRa instance.
Definition: SX1278.cpp:4
-
int16_t explicitHeader()
Set explicit header mode for future reception/transmission.
Definition: SX1278.cpp:506
+
int16_t explicitHeader()
Set explicit header mode for future reception/transmission.
Definition: SX1278.cpp:509
int16_t setCodingRate(uint8_t cr)
Sets LoRa link coding rate denominator. Allowed values range from 5 to 8. Only available in LoRa mode...
Definition: SX1278.cpp:254
-
int16_t setCRC(bool enable, bool mode=false)
Enables/disables CRC check of received packets.
Definition: SX1278.cpp:452
+
int16_t setCRC(bool enable, bool mode=false)
Enables/disables CRC check of received packets.
Definition: SX1278.cpp:455
int16_t setBandwidth(float bw)
Sets LoRa link bandwidth. Allowed values are 10.4, 15.6, 20.8, 31.25, 41.7, 62.5, 125,...
Definition: SX1278.cpp:144
-
float getRSSI(bool skip_activation=false)
Gets recorded signal strength indicator of the latest received packet for LoRa modem,...
Definition: SX1278.cpp:414
Derived class for SX1278 modules. Also used as base class for SX1276, SX1277, SX1279,...
Definition: SX1278.h:104
+
float getRSSI(bool skipReceive=false)
Gets recorded signal strength indicator of the latest received packet for LoRa modem,...
Definition: SX1278.cpp:415
Base class for SX127x series. All derived classes for SX127x (e.g. SX1278 or SX1272) inherit from thi...
Definition: SX127x.h:547
int16_t setFrequency(float freq)
Sets carrier frequency. Allowed values range from 137.0 MHz to 525.0 MHz.
Definition: SX1278.cpp:70
Implements all common low-level SPI/UART/I2C methods to control the wireless module....
Definition: Module.h:17
-
int16_t forceLDRO(bool enable)
Forces LoRa low data rate optimization. Only available in LoRa mode. After calling this method,...
Definition: SX1278.cpp:480
-
int16_t autoLDRO()
Re-enables automatic LDRO configuration. Only available in LoRa mode. After calling this method,...
Definition: SX1278.cpp:493
-
int16_t setDataShapingOOK(uint8_t sh)
Sets filter cutoff frequency that will be used for data shaping. Allowed values are 1 for frequency e...
Definition: SX1278.cpp:382
+
int16_t forceLDRO(bool enable)
Forces LoRa low data rate optimization. Only available in LoRa mode. After calling this method,...
Definition: SX1278.cpp:483
+
int16_t autoLDRO()
Re-enables automatic LDRO configuration. Only available in LoRa mode. After calling this method,...
Definition: SX1278.cpp:496
+
int16_t setDataShapingOOK(uint8_t sh)
Sets filter cutoff frequency that will be used for data shaping. Allowed values are 1 for frequency e...
Definition: SX1278.cpp:383
int16_t setGain(uint8_t gain)
Sets gain of receiver LNA (low-noise amplifier). Can be set to any integer in range 1 to 6 where 1 is...
Definition: SX1278.cpp:317
-
int16_t setDataShaping(uint8_t sh) override
Sets Gaussian filter bandwidth-time product that will be used for data shaping. Only available in FSK...
Definition: SX1278.cpp:352
+
int16_t setDataShaping(uint8_t sh) override
Sets Gaussian filter bandwidth-time product that will be used for data shaping. Only available in FSK...
Definition: SX1278.cpp:353
int16_t setOutputPower(int8_t power)
Sets transmission output power. Allowed values range from 2 to 17 dBm.
Definition: SX1278.cpp:288
int16_t setSpreadingFactor(uint8_t sf)
Sets LoRa link spreading factor. Allowed values range from 6 to 12. Only available in LoRa mode.
Definition: SX1278.cpp:198
int16_t beginFSK(float freq=434.0, float br=48.0, float freqDev=50.0, float rxBw=125.0, int8_t power=10, uint16_t preambleLength=16, bool enableOOK=false)
FSK modem initialization method. Must be called at least once from Arduino sketch to initialize the m...
Definition: SX1278.cpp:35
diff --git a/_s_x127x_8h_source.html b/_s_x127x_8h_source.html index 5d6460f4..089b2de9 100644 --- a/_s_x127x_8h_source.html +++ b/_s_x127x_8h_source.html @@ -713,83 +713,83 @@ $(document).ready(function(){initNavTree('_s_x127x_8h_source.html',''); initResi
870 
878  int16_t setOokPeakThresholdDecrement(uint8_t value);
879 
-
888  int16_t setOokFixedOrFloorThreshold(uint8_t value);
-
889 
-
897  size_t getPacketLength(bool update = true) override;
-
898 
-
906  int16_t fixedPacketLengthMode(uint8_t len = SX127X_MAX_PACKET_LENGTH_FSK);
-
907 
-
915  int16_t variablePacketLengthMode(uint8_t maxLen = SX127X_MAX_PACKET_LENGTH_FSK);
-
916 
-
927  int16_t setRSSIConfig(uint8_t smoothingSamples, int8_t offset = 0);
-
928 
-
937  int16_t setEncoding(uint8_t encoding) override;
-
938 
-
946  uint16_t getIRQFlags();
-
947 
-
953  uint8_t getModemStatus();
-
954 
-
961  int8_t getTempRaw();
-
962 
-
971  void setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn);
-
972 
-
978  uint8_t random();
-
979 
-
985  int16_t getChipVersion();
-
986 
-
994  int16_t invertIQ(bool invertIQ);
-
995 
-
996 #if !defined(RADIOLIB_GODMODE) && !defined(RADIOLIB_LOW_LEVEL)
-
997  protected:
-
998 #endif
-
999  Module* _mod;
-
1000 
-
1001 #if !defined(RADIOLIB_GODMODE)
-
1002  protected:
-
1003 #endif
-
1004 
-
1005  float _freq = 0;
-
1006  float _bw = 0;
-
1007  uint8_t _sf = 0;
-
1008  uint8_t _cr = 0;
-
1009  float _br = 0;
-
1010  float _rxBw = 0;
-
1011  bool _ook = false;
-
1012  bool _crcEnabled = false;
-
1013  size_t _packetLength = 0;
-
1014 
-
1015  int16_t setFrequencyRaw(float newFreq);
-
1016  int16_t config();
-
1017  int16_t configFSK();
-
1018  int16_t getActiveModem();
-
1019  int16_t directMode();
-
1020  int16_t setPacketMode(uint8_t mode, uint8_t len);
-
1021 
-
1022 #if !defined(RADIOLIB_GODMODE)
-
1023  private:
-
1024 #endif
-
1025  float _dataRate = 0;
-
1026  bool _packetLengthQueried = false; // FSK packet length is the first byte in FIFO, length can only be queried once
-
1027  uint8_t _packetLengthConfig = SX127X_PACKET_VARIABLE;
-
1028 
-
1029  bool findChip(uint8_t ver);
-
1030  int16_t setMode(uint8_t mode);
-
1031  int16_t setActiveModem(uint8_t modem);
-
1032  void clearIRQFlags();
-
1033  void clearFIFO(size_t count); // used mostly to clear remaining bytes in FIFO after a packet read
-
1034 };
-
1035 
-
1036 #endif
-
1037 
-
1038 #endif
+
887  int16_t setOokFixedOrFloorThreshold(uint8_t value);
+
888 
+
896  size_t getPacketLength(bool update = true) override;
+
897 
+
905  int16_t fixedPacketLengthMode(uint8_t len = SX127X_MAX_PACKET_LENGTH_FSK);
+
906 
+
914  int16_t variablePacketLengthMode(uint8_t maxLen = SX127X_MAX_PACKET_LENGTH_FSK);
+
915 
+
926  int16_t setRSSIConfig(uint8_t smoothingSamples, int8_t offset = 0);
+
927 
+
936  int16_t setEncoding(uint8_t encoding) override;
+
937 
+
945  uint16_t getIRQFlags();
+
946 
+
952  uint8_t getModemStatus();
+
953 
+
960  int8_t getTempRaw();
+
961 
+
970  void setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn);
+
971 
+
977  uint8_t random();
+
978 
+
984  int16_t getChipVersion();
+
985 
+
993  int16_t invertIQ(bool invertIQ);
+
994 
+
995 #if !defined(RADIOLIB_GODMODE) && !defined(RADIOLIB_LOW_LEVEL)
+
996  protected:
+
997 #endif
+
998  Module* _mod;
+
999 
+
1000 #if !defined(RADIOLIB_GODMODE)
+
1001  protected:
+
1002 #endif
+
1003 
+
1004  float _freq = 0;
+
1005  float _bw = 0;
+
1006  uint8_t _sf = 0;
+
1007  uint8_t _cr = 0;
+
1008  float _br = 0;
+
1009  float _rxBw = 0;
+
1010  bool _ook = false;
+
1011  bool _crcEnabled = false;
+
1012  size_t _packetLength = 0;
+
1013 
+
1014  int16_t setFrequencyRaw(float newFreq);
+
1015  int16_t config();
+
1016  int16_t configFSK();
+
1017  int16_t getActiveModem();
+
1018  int16_t directMode();
+
1019  int16_t setPacketMode(uint8_t mode, uint8_t len);
+
1020 
+
1021 #if !defined(RADIOLIB_GODMODE)
+
1022  private:
+
1023 #endif
+
1024  float _dataRate = 0;
+
1025  bool _packetLengthQueried = false; // FSK packet length is the first byte in FIFO, length can only be queried once
+
1026  uint8_t _packetLengthConfig = SX127X_PACKET_VARIABLE;
+
1027 
+
1028  bool findChip(uint8_t ver);
+
1029  int16_t setMode(uint8_t mode);
+
1030  int16_t setActiveModem(uint8_t modem);
+
1031  void clearIRQFlags();
+
1032  void clearFIFO(size_t count); // used mostly to clear remaining bytes in FIFO after a packet read
+
1033 };
+
1034 
+
1035 #endif
+
1036 
+
1037 #endif
int16_t transmit(__FlashStringHelper *fstr, uint8_t addr=0)
Arduino Flash String transmit method.
Definition: PhysicalLayer.cpp:8
int16_t setNodeAddress(uint8_t nodeAddr)
Sets FSK node address. Calling this method will enable address filtering. Only available in FSK mode.
Definition: SX127x.cpp:793
-
int8_t getTempRaw()
Reads uncalibrated temperature value. This function will change operating mode and should not be call...
Definition: SX127x.cpp:1047
-
int16_t variablePacketLengthMode(uint8_t maxLen=SX127X_MAX_PACKET_LENGTH_FSK)
Set modem in variable packet length mode. Available in FSK mode only.
Definition: SX127x.cpp:943
-
int16_t invertIQ(bool invertIQ)
Enables/disables Invert the LoRa I and Q signals.
Definition: SX127x.cpp:1231
-
int16_t setEncoding(uint8_t encoding) override
Sets transmission encoding. Only available in FSK mode. Allowed values are RADIOLIB_ENCODING_NRZ,...
Definition: SX127x.cpp:970
+
int8_t getTempRaw()
Reads uncalibrated temperature value. This function will change operating mode and should not be call...
Definition: SX127x.cpp:1033
+
int16_t variablePacketLengthMode(uint8_t maxLen=SX127X_MAX_PACKET_LENGTH_FSK)
Set modem in variable packet length mode. Available in FSK mode only.
Definition: SX127x.cpp:929
+
int16_t invertIQ(bool invertIQ)
Enables/disables Invert the LoRa I and Q signals.
Definition: SX127x.cpp:1217
+
int16_t setEncoding(uint8_t encoding) override
Sets transmission encoding. Only available in FSK mode. Allowed values are RADIOLIB_ENCODING_NRZ,...
Definition: SX127x.cpp:956
void setDio1Action(void(*func)(void))
Set interrupt service routine function to call when DIO1 activates.
Definition: SX127x.cpp:410
int16_t sleep()
Sets the LoRa module to sleep to save power. Module will not be able to transmit or receive any data ...
Definition: SX127x.cpp:277
int16_t startReceive(uint8_t len=0, uint8_t mode=SX127X_RXCONTINUOUS)
Interrupt-driven receive method. DIO0 will be activated when full valid packet is received.
Definition: SX127x.cpp:358
@@ -800,18 +800,18 @@ $(document).ready(function(){initNavTree('_s_x127x_8h_source.html',''); initResi
int16_t beginFSK(uint8_t chipVersion, float br, float freqDev, float rxBw, uint16_t preambleLength, bool enableOOK)
Initialization method for FSK modem. Will be called with appropriate parameters when calling FSK init...
Definition: SX127x.cpp:55
int16_t receiveDirect() override
Enables direct reception mode on pins DIO1 (clock) and DIO2 (data). While in direct mode,...
Definition: SX127x.cpp:319
void setDio0Action(void(*func)(void))
Set interrupt service routine function to call when DIO0 activates.
Definition: SX127x.cpp:402
-
uint8_t random()
Get one truly random byte from RSSI noise.
Definition: SX127x.cpp:1018
+
uint8_t random()
Get one truly random byte from RSSI noise.
Definition: SX127x.cpp:1004
int16_t setFrequencyDeviation(float freqDev) override
Sets FSK frequency deviation from carrier frequency. Allowed values depend on bit rate setting and mu...
Definition: SX127x.cpp:705
float getDataRate() const
Get data rate of the latest transmitted packet.
Definition: SX127x.cpp:672
int16_t transmit(uint8_t *data, size_t len, uint8_t addr=0) override
Binary transmit method. Will transmit arbitrary binary data up to 255 bytes long using LoRa or up to ...
Definition: SX127x.cpp:126
-
int16_t fixedPacketLengthMode(uint8_t len=SX127X_MAX_PACKET_LENGTH_FSK)
Set modem in fixed packet length mode. Available in FSK mode only.
Definition: SX127x.cpp:939
-
int16_t setOokFixedOrFloorThreshold(uint8_t value)
Fixed threshold for the Data Slicer in OOK mode Floor threshold for the Data Slicer in OOK when Peak ...
Definition: SX127x.cpp:851
-
void setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn)
Some modules contain external RF switch controlled by two pins. This function gives RadioLib control ...
Definition: SX127x.cpp:1014
+
int16_t fixedPacketLengthMode(uint8_t len=SX127X_MAX_PACKET_LENGTH_FSK)
Set modem in fixed packet length mode. Available in FSK mode only.
Definition: SX127x.cpp:925
+
int16_t setOokFixedOrFloorThreshold(uint8_t value)
Fixed threshold for the Data Slicer in OOK mode or floor threshold for the Data Slicer in OOK when Pe...
Definition: SX127x.cpp:847
+
void setRfSwitchPins(RADIOLIB_PIN_TYPE rxEn, RADIOLIB_PIN_TYPE txEn)
Some modules contain external RF switch controlled by two pins. This function gives RadioLib control ...
Definition: SX127x.cpp:1000
int16_t disableAddressFiltering()
Disables FSK address filtering.
Definition: SX127x.cpp:821
int16_t transmitDirect(uint32_t frf=0) override
Enables direct transmission mode on pins DIO1 (clock) and DIO2 (data). While in direct mode,...
Definition: SX127x.cpp:293
int16_t startTransmit(uint8_t *data, size_t len, uint8_t addr=0) override
Interrupt-driven binary transmit method. Will start transmitting arbitrary binary data up to 255 byte...
Definition: SX127x.cpp:424
int16_t setBroadcastAddress(uint8_t broadAddr)
Sets FSK broadcast address. Calling this method will enable address filtering. Only available in FSK ...
Definition: SX127x.cpp:807
-
uint8_t getModemStatus()
Reads modem status. Only available in LoRa mode.
Definition: SX127x.cpp:1004
+
uint8_t getModemStatus()
Reads modem status. Only available in LoRa mode.
Definition: SX127x.cpp:990
int16_t standby() override
Sets the LoRa module to standby.
Definition: SX127x.cpp:285
Base class for SX127x series. All derived classes for SX127x (e.g. SX1278 or SX1272) inherit from thi...
Definition: SX127x.h:547
float getSNR()
Gets signal-to-noise ratio of the latest received packet.
Definition: SX127x.cpp:661
@@ -822,17 +822,17 @@ $(document).ready(function(){initNavTree('_s_x127x_8h_source.html',''); initResi
Provides common interface for protocols that run on LoRa/FSK modules, such as RTTY or LoRaWAN....
Definition: PhysicalLayer.h:13
int16_t receive(String &str, size_t len=0)
Arduino String receive method.
Definition: PhysicalLayer.cpp:98
void clearDio0Action()
Clears interrupt service routine to call when DIO0 activates.
Definition: SX127x.cpp:406
-
uint16_t getIRQFlags()
Reads currently active IRQ flags, can be used to check which event caused an interrupt....
Definition: SX127x.cpp:989
-
int16_t setOokPeakThresholdDecrement(uint8_t value)
Period of decrement of the RSSI threshold in the OOK demodulator.
Definition: SX127x.cpp:863
-
int16_t setRSSIConfig(uint8_t smoothingSamples, int8_t offset=0)
Sets RSSI measurement configuration in FSK mode.
Definition: SX127x.cpp:947
+
uint16_t getIRQFlags()
Reads currently active IRQ flags, can be used to check which event caused an interrupt....
Definition: SX127x.cpp:975
+
int16_t setOokPeakThresholdDecrement(uint8_t value)
Period of decrement of the RSSI threshold in the OOK demodulator.
Definition: SX127x.cpp:855
+
int16_t setRSSIConfig(uint8_t smoothingSamples, int8_t offset=0)
Sets RSSI measurement configuration in FSK mode.
Definition: SX127x.cpp:933
int16_t setOokThresholdType(uint8_t type)
Selects the type of threshold in the OOK data slicer.
Definition: SX127x.cpp:839
-
int16_t setOOK(bool enableOOK)
Enables/disables OOK modulation instead of FSK.
Definition: SX127x.cpp:877
+
int16_t setOOK(bool enableOOK)
Enables/disables OOK modulation instead of FSK.
Definition: SX127x.cpp:863
int16_t setRxBandwidth(float rxBw)
Sets FSK receiver bandwidth. Allowed values range from 2.6 to 250 kHz. Only available in FSK mode.
Definition: SX127x.cpp:734
Implements all common low-level SPI/UART/I2C methods to control the wireless module....
Definition: Module.h:17
int16_t scanChannel()
Performs scan for valid LoRa preamble in the current channel.
Definition: SX127x.cpp:238
int16_t receive(uint8_t *data, size_t len) override
Binary receive method. Will attempt to receive arbitrary binary data up to 255 bytes long using LoRa ...
Definition: SX127x.cpp:193
-
int16_t getChipVersion()
Read version SPI register. Should return SX1278_CHIP_VERSION (0x12) or SX1272_CHIP_VERSION (0x22) if ...
Definition: SX127x.cpp:1043
-
size_t getPacketLength(bool update=true) override
Query modem for the packet length of received payload.
Definition: SX127x.cpp:911
+
int16_t getChipVersion()
Read version SPI register. Should return SX1278_CHIP_VERSION (0x12) or SX1272_CHIP_VERSION (0x22) if ...
Definition: SX127x.cpp:1029
+
size_t getPacketLength(bool update=true) override
Query modem for the packet length of received payload.
Definition: SX127x.cpp:897
SX127x(Module *mod)
Default constructor. Called internally when creating new LoRa instance.
Definition: SX127x.cpp:4
int16_t packetMode()
Disables direct mode and enables packet mode, allowing the module to receive packets....
Definition: SX127x.cpp:349
int16_t setCurrentLimit(uint8_t currentLimit)
Sets current limit for over current protection at transmitter amplifier. Allowed values range from 45...
Definition: SX127x.cpp:555
diff --git a/class_r_f69.html b/class_r_f69.html index 5fc8a29a..a9e2e3d5 100644 --- a/class_r_f69.html +++ b/class_r_f69.html @@ -241,7 +241,7 @@ void  Sets transmission encoding. Allowed values are RADIOLIB_ENCODING_NRZ, RADIOLIB_ENCODING_MANCHESTER and RADIOLIB_ENCODING_WHITENING. More...
  int16_t setLnaTestBoost (bool value) - enable/disable LNA Boost mode (disabled by default More...
+ Enable/disable LNA Boost mode (disabled by default). More...
  float getRSSI ()  Gets RSSI (Recorded Signal Strength Indicator) of the last received packet. More...
@@ -1244,10 +1244,10 @@ void  -

enable/disable LNA Boost mode (disabled by default

+

Enable/disable LNA Boost mode (disabled by default).

Parameters
- +
valuetrue to enable, false to disable
valueTrue to enable, false to disable.
@@ -1328,7 +1328,7 @@ void 
Parameters
- +
typeRF69_OOK_THRESH_FIXED RF69_OOK_THRESH_PEAK(default) RF69_OOK_THRESH_AVERAGE
typeThreshold type: RF69_OOK_THRESH_PEAK(default), RF69_OOK_THRESH_FIXED or RF69_OOK_THRESH_AVERAGE
diff --git a/class_r_f_m95-members.html b/class_r_f_m95-members.html index c10a59b6..8c387b11 100644 --- a/class_r_f_m95-members.html +++ b/class_r_f_m95-members.html @@ -107,7 +107,7 @@ $(document).ready(function(){initNavTree('class_r_f_m95.html',''); initResizable
getIRQFlags()SX127x getModemStatus()SX127x getPacketLength(bool update=true) overrideSX127xvirtual - getRSSI(bool skip_activation=false)SX1278 + getRSSI(bool skipReceive=false)SX1278 getSNR()SX127x getTempRaw()SX127x implicitHeader(size_t len)SX1278 diff --git a/class_r_f_m95.html b/class_r_f_m95.html index e38f4f68..9c4ab872 100644 --- a/class_r_f_m95.html +++ b/class_r_f_m95.html @@ -156,9 +156,9 @@ void int16_t setDataShapingOOK (uint8_t sh)  Sets filter cutoff frequency that will be used for data shaping. Allowed values are 1 for frequency equal to bit rate and 2 for frequency equal to 2x bit rate. Set to 0 to disable data shaping. Only available in FSK mode with OOK modulation. More...
  -float getRSSI (bool skip_activation=false) - Gets recorded signal strength indicator of the latest received packet for LoRa modem, or current RSSI level for FSK modem. More...
-  +float getRSSI (bool skipReceive=false) + Gets recorded signal strength indicator of the latest received packet for LoRa modem, or current RSSI level for FSK modem. More...
+  int16_t setCRC (bool enable, bool mode=false)  Enables/disables CRC check of received packets. More...
  @@ -280,7 +280,7 @@ void  Period of decrement of the RSSI threshold in the OOK demodulator. More...
  int16_t setOokFixedOrFloorThreshold (uint8_t value) - Fixed threshold for the Data Slicer in OOK mode Floor threshold for the Data Slicer in OOK when Peak mode is used. More...
+ Fixed threshold for the Data Slicer in OOK mode or floor threshold for the Data Slicer in OOK when Peak mode is used. More...
  size_t getPacketLength (bool update=true) override  Query modem for the packet length of received payload. More...
diff --git a/class_r_f_m96-members.html b/class_r_f_m96-members.html index 3b9c4c93..17e10a2a 100644 --- a/class_r_f_m96-members.html +++ b/class_r_f_m96-members.html @@ -107,7 +107,7 @@ $(document).ready(function(){initNavTree('class_r_f_m96.html',''); initResizable getIRQFlags()SX127x getModemStatus()SX127x getPacketLength(bool update=true) overrideSX127xvirtual - getRSSI(bool skip_activation=false)SX1278 + getRSSI(bool skipReceive=false)SX1278 getSNR()SX127x getTempRaw()SX127x implicitHeader(size_t len)SX1278 diff --git a/class_r_f_m96.html b/class_r_f_m96.html index ae2bffe5..462fba88 100644 --- a/class_r_f_m96.html +++ b/class_r_f_m96.html @@ -155,9 +155,9 @@ void int16_t setDataShapingOOK (uint8_t sh)  Sets filter cutoff frequency that will be used for data shaping. Allowed values are 1 for frequency equal to bit rate and 2 for frequency equal to 2x bit rate. Set to 0 to disable data shaping. Only available in FSK mode with OOK modulation. More...
  -float getRSSI (bool skip_activation=false) - Gets recorded signal strength indicator of the latest received packet for LoRa modem, or current RSSI level for FSK modem. More...
-  +float getRSSI (bool skipReceive=false) + Gets recorded signal strength indicator of the latest received packet for LoRa modem, or current RSSI level for FSK modem. More...
+  int16_t setCRC (bool enable, bool mode=false)  Enables/disables CRC check of received packets. More...
  @@ -279,7 +279,7 @@ void  Period of decrement of the RSSI threshold in the OOK demodulator. More...
  int16_t setOokFixedOrFloorThreshold (uint8_t value) - Fixed threshold for the Data Slicer in OOK mode Floor threshold for the Data Slicer in OOK when Peak mode is used. More...
+ Fixed threshold for the Data Slicer in OOK mode or floor threshold for the Data Slicer in OOK when Peak mode is used. More...
  size_t getPacketLength (bool update=true) override  Query modem for the packet length of received payload. More...
diff --git a/class_r_f_m97-members.html b/class_r_f_m97-members.html index 5aa910c3..e5ad43a1 100644 --- a/class_r_f_m97-members.html +++ b/class_r_f_m97-members.html @@ -107,7 +107,7 @@ $(document).ready(function(){initNavTree('class_r_f_m97.html',''); initResizable getIRQFlags()SX127x getModemStatus()SX127x getPacketLength(bool update=true) overrideSX127xvirtual - getRSSI(bool skip_activation=false)SX1278 + getRSSI(bool skipReceive=false)SX1278 getSNR()SX127x getTempRaw()SX127x implicitHeader(size_t len)SX1278 diff --git a/class_r_f_m97.html b/class_r_f_m97.html index 5a80dc54..4ebbd4c1 100644 --- a/class_r_f_m97.html +++ b/class_r_f_m97.html @@ -163,9 +163,9 @@ void int16_t setDataShapingOOK (uint8_t sh)  Sets filter cutoff frequency that will be used for data shaping. Allowed values are 1 for frequency equal to bit rate and 2 for frequency equal to 2x bit rate. Set to 0 to disable data shaping. Only available in FSK mode with OOK modulation. More...
  -float getRSSI (bool skip_activation=false) - Gets recorded signal strength indicator of the latest received packet for LoRa modem, or current RSSI level for FSK modem. More...
-  +float getRSSI (bool skipReceive=false) + Gets recorded signal strength indicator of the latest received packet for LoRa modem, or current RSSI level for FSK modem. More...
+  int16_t setCRC (bool enable, bool mode=false)  Enables/disables CRC check of received packets. More...
  @@ -287,7 +287,7 @@ void  Period of decrement of the RSSI threshold in the OOK demodulator. More...
  int16_t setOokFixedOrFloorThreshold (uint8_t value) - Fixed threshold for the Data Slicer in OOK mode Floor threshold for the Data Slicer in OOK when Peak mode is used. More...
+ Fixed threshold for the Data Slicer in OOK mode or floor threshold for the Data Slicer in OOK when Peak mode is used. More...
  size_t getPacketLength (bool update=true) override  Query modem for the packet length of received payload. More...
diff --git a/class_s_x1231.html b/class_s_x1231.html index 661f5d16..4d4401a6 100644 --- a/class_s_x1231.html +++ b/class_s_x1231.html @@ -248,7 +248,7 @@ void  Sets transmission encoding. Allowed values are RADIOLIB_ENCODING_NRZ, RADIOLIB_ENCODING_MANCHESTER and RADIOLIB_ENCODING_WHITENING. More...
  int16_t setLnaTestBoost (bool value) - enable/disable LNA Boost mode (disabled by default More...
+ Enable/disable LNA Boost mode (disabled by default). More...
  float getRSSI ()  Gets RSSI (Recorded Signal Strength Indicator) of the last received packet. More...
diff --git a/class_s_x1272-members.html b/class_s_x1272-members.html index ce32bb36..dee97d24 100644 --- a/class_s_x1272-members.html +++ b/class_s_x1272-members.html @@ -107,7 +107,7 @@ $(document).ready(function(){initNavTree('class_s_x1272.html',''); initResizable getIRQFlags()SX127x getModemStatus()SX127x getPacketLength(bool update=true) overrideSX127xvirtual - getRSSI(bool skip_activation=false)SX1272 + getRSSI(bool skipReceive=false)SX1272 getSNR()SX127x getTempRaw()SX127x implicitHeader(size_t len)SX1272 diff --git a/class_s_x1272.html b/class_s_x1272.html index 67184aed..f9dec6b9 100644 --- a/class_s_x1272.html +++ b/class_s_x1272.html @@ -145,9 +145,9 @@ void int16_t setDataShapingOOK (uint8_t sh)  Sets filter cutoff frequency that will be used for data shaping. Allowed values are 1 for frequency equal to bit rate and 2 for frequency equal to 2x bit rate. Set to 0 to disable data shaping. Only available in FSK mode with OOK modulation. More...
  -float getRSSI (bool skip_activation=false) - Gets recorded signal strength indicator of the latest received packet for LoRa modem, or current RSSI level for FSK modem. More...
-  +float getRSSI (bool skipReceive=false) + Gets recorded signal strength indicator of the latest received packet for LoRa modem, or current RSSI level for FSK modem. More...
+  int16_t setCRC (bool enable, bool mode=false)  Enables/disables CRC check of received packets. More...
  @@ -269,7 +269,7 @@ void  Period of decrement of the RSSI threshold in the OOK demodulator. More...
  int16_t setOokFixedOrFloorThreshold (uint8_t value) - Fixed threshold for the Data Slicer in OOK mode Floor threshold for the Data Slicer in OOK when Peak mode is used. More...
+ Fixed threshold for the Data Slicer in OOK mode or floor threshold for the Data Slicer in OOK when Peak mode is used. More...
  size_t getPacketLength (bool update=true) override  Query modem for the packet length of received payload. More...
@@ -634,8 +634,8 @@ void  -

◆ getRSSI()

+ +

◆ getRSSI()

@@ -644,7 +644,7 @@ void float SX1272::getRSSI ( bool  - skip_activation = false) + skipReceive = false) @@ -653,7 +653,7 @@ void 
Parameters
- +
skip_activationin OOK/FSK mode this function will put receiver in receive mode and then in standby. Make it TRUE if you don't want this behaviour.
skipReceiveSet to true to skip putting radio in receive mode for the RSSI measurement in FKS/OOK mode.
diff --git a/class_s_x1272.js b/class_s_x1272.js index 98d5a6d7..7dbbfba4 100644 --- a/class_s_x1272.js +++ b/class_s_x1272.js @@ -6,7 +6,7 @@ var class_s_x1272 = [ "beginFSK", "class_s_x1272.html#a2ee9fb48eeaf41876de00d3774be78cf", null ], [ "explicitHeader", "class_s_x1272.html#ae3c9704cb58232f696b5f90f69c115f7", null ], [ "forceLDRO", "class_s_x1272.html#a4aaf9d61310fa7b4fce413ae53d30ac0", null ], - [ "getRSSI", "class_s_x1272.html#a6eea7824fc2cde16a6132bccdc038bb4", null ], + [ "getRSSI", "class_s_x1272.html#a0d8e68cf913422535dc43cbdf73a3f10", null ], [ "implicitHeader", "class_s_x1272.html#a4ee36122f8aca42b27a8412e0c362dd3", null ], [ "reset", "class_s_x1272.html#a0978cc9ecbb7b9d3a017c133506e57ac", null ], [ "setBandwidth", "class_s_x1272.html#a0cc8eeb00241031796fc73b08711469b", null ], diff --git a/class_s_x1273-members.html b/class_s_x1273-members.html index c7782664..1612fb33 100644 --- a/class_s_x1273-members.html +++ b/class_s_x1273-members.html @@ -107,7 +107,7 @@ $(document).ready(function(){initNavTree('class_s_x1273.html',''); initResizable
getIRQFlags()SX127x getModemStatus()SX127x getPacketLength(bool update=true) overrideSX127xvirtual - getRSSI(bool skip_activation=false)SX1272 + getRSSI(bool skipReceive=false)SX1272 getSNR()SX127x getTempRaw()SX127x implicitHeader(size_t len)SX1272 diff --git a/class_s_x1273.html b/class_s_x1273.html index 810e5af1..05c03ee8 100644 --- a/class_s_x1273.html +++ b/class_s_x1273.html @@ -155,9 +155,9 @@ void int16_t setDataShapingOOK (uint8_t sh)  Sets filter cutoff frequency that will be used for data shaping. Allowed values are 1 for frequency equal to bit rate and 2 for frequency equal to 2x bit rate. Set to 0 to disable data shaping. Only available in FSK mode with OOK modulation. More...
  -float getRSSI (bool skip_activation=false) - Gets recorded signal strength indicator of the latest received packet for LoRa modem, or current RSSI level for FSK modem. More...
-  +float getRSSI (bool skipReceive=false) + Gets recorded signal strength indicator of the latest received packet for LoRa modem, or current RSSI level for FSK modem. More...
+  int16_t setCRC (bool enable, bool mode=false)  Enables/disables CRC check of received packets. More...
  @@ -279,7 +279,7 @@ void  Period of decrement of the RSSI threshold in the OOK demodulator. More...
  int16_t setOokFixedOrFloorThreshold (uint8_t value) - Fixed threshold for the Data Slicer in OOK mode Floor threshold for the Data Slicer in OOK when Peak mode is used. More...
+ Fixed threshold for the Data Slicer in OOK mode or floor threshold for the Data Slicer in OOK when Peak mode is used. More...
  size_t getPacketLength (bool update=true) override  Query modem for the packet length of received payload. More...
diff --git a/class_s_x1276-members.html b/class_s_x1276-members.html index 3e7914af..3c594bff 100644 --- a/class_s_x1276-members.html +++ b/class_s_x1276-members.html @@ -107,7 +107,7 @@ $(document).ready(function(){initNavTree('class_s_x1276.html',''); initResizable getIRQFlags()SX127x getModemStatus()SX127x getPacketLength(bool update=true) overrideSX127xvirtual - getRSSI(bool skip_activation=false)SX1278 + getRSSI(bool skipReceive=false)SX1278 getSNR()SX127x getTempRaw()SX127x implicitHeader(size_t len)SX1278 diff --git a/class_s_x1276.html b/class_s_x1276.html index 2988c9c7..cbafba11 100644 --- a/class_s_x1276.html +++ b/class_s_x1276.html @@ -158,9 +158,9 @@ void int16_t setDataShapingOOK (uint8_t sh)  Sets filter cutoff frequency that will be used for data shaping. Allowed values are 1 for frequency equal to bit rate and 2 for frequency equal to 2x bit rate. Set to 0 to disable data shaping. Only available in FSK mode with OOK modulation. More...
  -float getRSSI (bool skip_activation=false) - Gets recorded signal strength indicator of the latest received packet for LoRa modem, or current RSSI level for FSK modem. More...
-  +float getRSSI (bool skipReceive=false) + Gets recorded signal strength indicator of the latest received packet for LoRa modem, or current RSSI level for FSK modem. More...
+  int16_t setCRC (bool enable, bool mode=false)  Enables/disables CRC check of received packets. More...
  @@ -282,7 +282,7 @@ void  Period of decrement of the RSSI threshold in the OOK demodulator. More...
  int16_t setOokFixedOrFloorThreshold (uint8_t value) - Fixed threshold for the Data Slicer in OOK mode Floor threshold for the Data Slicer in OOK when Peak mode is used. More...
+ Fixed threshold for the Data Slicer in OOK mode or floor threshold for the Data Slicer in OOK when Peak mode is used. More...
  size_t getPacketLength (bool update=true) override  Query modem for the packet length of received payload. More...
diff --git a/class_s_x1277-members.html b/class_s_x1277-members.html index 9fa130f5..0a4d62c6 100644 --- a/class_s_x1277-members.html +++ b/class_s_x1277-members.html @@ -107,7 +107,7 @@ $(document).ready(function(){initNavTree('class_s_x1277.html',''); initResizable getIRQFlags()SX127x getModemStatus()SX127x getPacketLength(bool update=true) overrideSX127xvirtual - getRSSI(bool skip_activation=false)SX1278 + getRSSI(bool skipReceive=false)SX1278 getSNR()SX127x getTempRaw()SX127x implicitHeader(size_t len)SX1278 diff --git a/class_s_x1277.html b/class_s_x1277.html index 87e37ee9..ce8c7f4c 100644 --- a/class_s_x1277.html +++ b/class_s_x1277.html @@ -161,9 +161,9 @@ void int16_t setDataShapingOOK (uint8_t sh)  Sets filter cutoff frequency that will be used for data shaping. Allowed values are 1 for frequency equal to bit rate and 2 for frequency equal to 2x bit rate. Set to 0 to disable data shaping. Only available in FSK mode with OOK modulation. More...
  -float getRSSI (bool skip_activation=false) - Gets recorded signal strength indicator of the latest received packet for LoRa modem, or current RSSI level for FSK modem. More...
-  +float getRSSI (bool skipReceive=false) + Gets recorded signal strength indicator of the latest received packet for LoRa modem, or current RSSI level for FSK modem. More...
+  int16_t setCRC (bool enable, bool mode=false)  Enables/disables CRC check of received packets. More...
  @@ -285,7 +285,7 @@ void  Period of decrement of the RSSI threshold in the OOK demodulator. More...
  int16_t setOokFixedOrFloorThreshold (uint8_t value) - Fixed threshold for the Data Slicer in OOK mode Floor threshold for the Data Slicer in OOK when Peak mode is used. More...
+ Fixed threshold for the Data Slicer in OOK mode or floor threshold for the Data Slicer in OOK when Peak mode is used. More...
  size_t getPacketLength (bool update=true) override  Query modem for the packet length of received payload. More...
diff --git a/class_s_x1278-members.html b/class_s_x1278-members.html index 5c2b7bfe..f784c03d 100644 --- a/class_s_x1278-members.html +++ b/class_s_x1278-members.html @@ -107,7 +107,7 @@ $(document).ready(function(){initNavTree('class_s_x1278.html',''); initResizable getIRQFlags()SX127x getModemStatus()SX127x getPacketLength(bool update=true) overrideSX127xvirtual - getRSSI(bool skip_activation=false)SX1278 + getRSSI(bool skipReceive=false)SX1278 getSNR()SX127x getTempRaw()SX127x implicitHeader(size_t len)SX1278 diff --git a/class_s_x1278.html b/class_s_x1278.html index 260f6d54..07a30523 100644 --- a/class_s_x1278.html +++ b/class_s_x1278.html @@ -150,9 +150,9 @@ void int16_t setDataShapingOOK (uint8_t sh)  Sets filter cutoff frequency that will be used for data shaping. Allowed values are 1 for frequency equal to bit rate and 2 for frequency equal to 2x bit rate. Set to 0 to disable data shaping. Only available in FSK mode with OOK modulation. More...
  -float getRSSI (bool skip_activation=false) - Gets recorded signal strength indicator of the latest received packet for LoRa modem, or current RSSI level for FSK modem. More...
-  +float getRSSI (bool skipReceive=false) + Gets recorded signal strength indicator of the latest received packet for LoRa modem, or current RSSI level for FSK modem. More...
+  int16_t setCRC (bool enable, bool mode=false)  Enables/disables CRC check of received packets. More...
  @@ -274,7 +274,7 @@ void  Period of decrement of the RSSI threshold in the OOK demodulator. More...
  int16_t setOokFixedOrFloorThreshold (uint8_t value) - Fixed threshold for the Data Slicer in OOK mode Floor threshold for the Data Slicer in OOK when Peak mode is used. More...
+ Fixed threshold for the Data Slicer in OOK mode or floor threshold for the Data Slicer in OOK when Peak mode is used. More...
  size_t getPacketLength (bool update=true) override  Query modem for the packet length of received payload. More...
@@ -639,8 +639,8 @@ void  -

◆ getRSSI()

+ +

◆ getRSSI()

@@ -649,7 +649,7 @@ void float SX1278::getRSSI ( bool  - skip_activation = false) + skipReceive = false) @@ -658,7 +658,7 @@ void 
Parameters
- +
skip_activationin OOK/FSK mode this function will put receiver in receive mode and then in standby. Make it TRUE if you don't want this behaviour.
skipReceiveSet to true to skip putting radio in receive mode for the RSSI measurement in FKS/OOK mode.
diff --git a/class_s_x1278.js b/class_s_x1278.js index a715a259..d25bfbeb 100644 --- a/class_s_x1278.js +++ b/class_s_x1278.js @@ -6,7 +6,7 @@ var class_s_x1278 = [ "beginFSK", "class_s_x1278.html#a33dc718c83c233a1f93d6bdf2ec31783", null ], [ "explicitHeader", "class_s_x1278.html#a7c7717f09820a8e9a93621b0a00713f1", null ], [ "forceLDRO", "class_s_x1278.html#a6d6398c4d4fde302d6d4752708bce856", null ], - [ "getRSSI", "class_s_x1278.html#a1e294e37fef14e82ff264aafc12636ca", null ], + [ "getRSSI", "class_s_x1278.html#ae52d84fa301309a4a4294312571fc3b8", null ], [ "implicitHeader", "class_s_x1278.html#a47f5ac7dd6587b86c5f2c2b16336612e", null ], [ "reset", "class_s_x1278.html#a6d60902ac59b653a9eb83e82a932f7ad", null ], [ "setBandwidth", "class_s_x1278.html#a46c27ed1ebaae4e3ed8afe3ae6941dd6", null ], diff --git a/class_s_x1279-members.html b/class_s_x1279-members.html index 3ca8c7c9..e646954e 100644 --- a/class_s_x1279-members.html +++ b/class_s_x1279-members.html @@ -107,7 +107,7 @@ $(document).ready(function(){initNavTree('class_s_x1279.html',''); initResizable
getIRQFlags()SX127x getModemStatus()SX127x getPacketLength(bool update=true) overrideSX127xvirtual - getRSSI(bool skip_activation=false)SX1278 + getRSSI(bool skipReceive=false)SX1278 getSNR()SX127x getTempRaw()SX127x implicitHeader(size_t len)SX1278 diff --git a/class_s_x1279.html b/class_s_x1279.html index ad6853ec..494d4ece 100644 --- a/class_s_x1279.html +++ b/class_s_x1279.html @@ -158,9 +158,9 @@ void int16_t setDataShapingOOK (uint8_t sh)  Sets filter cutoff frequency that will be used for data shaping. Allowed values are 1 for frequency equal to bit rate and 2 for frequency equal to 2x bit rate. Set to 0 to disable data shaping. Only available in FSK mode with OOK modulation. More...
  -float getRSSI (bool skip_activation=false) - Gets recorded signal strength indicator of the latest received packet for LoRa modem, or current RSSI level for FSK modem. More...
-  +float getRSSI (bool skipReceive=false) + Gets recorded signal strength indicator of the latest received packet for LoRa modem, or current RSSI level for FSK modem. More...
+  int16_t setCRC (bool enable, bool mode=false)  Enables/disables CRC check of received packets. More...
  @@ -282,7 +282,7 @@ void  Period of decrement of the RSSI threshold in the OOK demodulator. More...
  int16_t setOokFixedOrFloorThreshold (uint8_t value) - Fixed threshold for the Data Slicer in OOK mode Floor threshold for the Data Slicer in OOK when Peak mode is used. More...
+ Fixed threshold for the Data Slicer in OOK mode or floor threshold for the Data Slicer in OOK when Peak mode is used. More...
  size_t getPacketLength (bool update=true) override  Query modem for the packet length of received payload. More...
diff --git a/class_s_x127x.html b/class_s_x127x.html index 29a2bb46..0977a075 100644 --- a/class_s_x127x.html +++ b/class_s_x127x.html @@ -224,7 +224,7 @@ void  Period of decrement of the RSSI threshold in the OOK demodulator. More...
  int16_t setOokFixedOrFloorThreshold (uint8_t value) - Fixed threshold for the Data Slicer in OOK mode Floor threshold for the Data Slicer in OOK when Peak mode is used. More...
+ Fixed threshold for the Data Slicer in OOK mode or floor threshold for the Data Slicer in OOK when Peak mode is used. More...
  size_t getPacketLength (bool update=true) override  Query modem for the packet length of received payload. More...
@@ -1305,10 +1305,10 @@ void  -

Fixed threshold for the Data Slicer in OOK mode Floor threshold for the Data Slicer in OOK when Peak mode is used.

+

Fixed threshold for the Data Slicer in OOK mode or floor threshold for the Data Slicer in OOK when Peak mode is used.

Parameters
- +
valuecalculation is (128 - value/2)
valueThe actual value used by teh data slicer is (128 - value/2).
@@ -1335,7 +1335,7 @@ void 
Parameters
- +
valueuse defines SX127X_OOK_PEAK_THRESH_DEC_X_X_CHIP
valueUse defines SX127X_OOK_PEAK_THRESH_DEC_X_X_CHIP
@@ -1362,7 +1362,7 @@ void 
Parameters
- +
typeSX127X_OOK_THRESH_FIXED, SX127X_OOK_THRESH_PEAK(default), SX127X_OOK_THRESH_AVERAGE
typeThreshold type: SX127X_OOK_THRESH_PEAK(default), SX127X_OOK_THRESH_FIXED, SX127X_OOK_THRESH_AVERAGE
diff --git a/functions_func_g.html b/functions_func_g.html index 752009e5..186ab026 100644 --- a/functions_func_g.html +++ b/functions_func_g.html @@ -155,8 +155,8 @@ $(document).ready(function(){initNavTree('functions_func_g.html',''); initResiza :
CC1101 , RF69 , SX126x -, SX1272 -, SX1278 +, SX1272 +, SX1278 , SX128x
  • getRSSIInst() diff --git a/functions_g.html b/functions_g.html index 01917576..7704e2c4 100644 --- a/functions_g.html +++ b/functions_g.html @@ -155,8 +155,8 @@ $(document).ready(function(){initNavTree('functions_g.html',''); initResizable() : CC1101 , RF69 , SX126x -, SX1272 -, SX1278 +, SX1272 +, SX1278 , SX128x
  • getRSSIInst() diff --git a/navtreeindex2.js b/navtreeindex2.js index 3aefe294..69030904 100644 --- a/navtreeindex2.js +++ b/navtreeindex2.js @@ -31,11 +31,11 @@ var NAVTREEINDEX2 = "class_s_x1272.html":[3,0,35], "class_s_x1272.html#a0978cc9ecbb7b9d3a017c133506e57ac":[3,0,35,8], "class_s_x1272.html#a0cc8eeb00241031796fc73b08711469b":[3,0,35,9], +"class_s_x1272.html#a0d8e68cf913422535dc43cbdf73a3f10":[3,0,35,6], "class_s_x1272.html#a2ee9fb48eeaf41876de00d3774be78cf":[3,0,35,3], "class_s_x1272.html#a3a377445cb4b8fd41781a3210a819a47":[3,0,35,13], "class_s_x1272.html#a4aaf9d61310fa7b4fce413ae53d30ac0":[3,0,35,5], "class_s_x1272.html#a4ee36122f8aca42b27a8412e0c362dd3":[3,0,35,7], -"class_s_x1272.html#a6eea7824fc2cde16a6132bccdc038bb4":[3,0,35,6], "class_s_x1272.html#a82084ac58502c83d2ada998410307490":[3,0,35,17], "class_s_x1272.html#a91aca64124321c07a67f26b3c6934aea":[3,0,35,12], "class_s_x1272.html#a960913438feccad4c1913a9222384a5f":[3,0,35,10], @@ -65,7 +65,6 @@ var NAVTREEINDEX2 = "class_s_x1278.html":[3,0,39], "class_s_x1278.html#a00ebd3e60a66056940b241b13da0c68e":[3,0,39,0], "class_s_x1278.html#a1ccc4d5062f739d534ab22562c7efca4":[3,0,39,13], -"class_s_x1278.html#a1e294e37fef14e82ff264aafc12636ca":[3,0,39,6], "class_s_x1278.html#a33dc718c83c233a1f93d6bdf2ec31783":[3,0,39,3], "class_s_x1278.html#a46c27ed1ebaae4e3ed8afe3ae6941dd6":[3,0,39,9], "class_s_x1278.html#a47f5ac7dd6587b86c5f2c2b16336612e":[3,0,39,7], @@ -78,6 +77,7 @@ var NAVTREEINDEX2 = "class_s_x1278.html#aa57b713988cfa224a6db2ff325052931":[3,0,39,15], "class_s_x1278.html#ac0be7586b8e40355bbd29d78ae9941d1":[3,0,39,11], "class_s_x1278.html#ae02adcde8c2978c0d1b157729dd5df1e":[3,0,39,1], +"class_s_x1278.html#ae52d84fa301309a4a4294312571fc3b8":[3,0,39,6], "class_s_x1278.html#af70c22fe38bc3b944070ccbc083fed08":[3,0,39,17], "class_s_x1278.html#af7d9dc775820f7b260b578908cea3dbe":[3,0,39,2], "class_s_x1278.html#afb740a4925b64d83d5edca10d93f0563":[3,0,39,12], diff --git a/search/all_6.js b/search/all_6.js index 6f78b94a..7a42767c 100644 --- a/search/all_6.js +++ b/search/all_6.js @@ -18,7 +18,7 @@ var searchData= ['getpacketsource_132',['getPacketSource',['../class_x_bee.html#abcffe611d9a823d66a8a2c12720ff70b',1,'XBee']]], ['getpictureheight_133',['getPictureHeight',['../class_s_s_t_v_client.html#ad66e5082788b507f0f18e6e0e255314d',1,'SSTVClient']]], ['getrangingresult_134',['getRangingResult',['../class_s_x1280.html#a91f4f241f02cd4e79d15a9ba08eb1e8f',1,'SX1280']]], - ['getrssi_135',['getRSSI',['../class_c_c1101.html#a48fd0452d6f7d7d51ea7d23b2dbe1551',1,'CC1101::getRSSI()'],['../class_r_f69.html#ac4fc3f2b178ef08caec3a9f548f44cd7',1,'RF69::getRSSI()'],['../class_s_x126x.html#a0e5f0032a91686b9673a48c908eb1925',1,'SX126x::getRSSI()'],['../class_s_x1272.html#a6eea7824fc2cde16a6132bccdc038bb4',1,'SX1272::getRSSI()'],['../class_s_x1278.html#a1e294e37fef14e82ff264aafc12636ca',1,'SX1278::getRSSI()'],['../class_s_x128x.html#a94d3003277925e2dc3372548b3311008',1,'SX128x::getRSSI()']]], + ['getrssi_135',['getRSSI',['../class_c_c1101.html#a48fd0452d6f7d7d51ea7d23b2dbe1551',1,'CC1101::getRSSI()'],['../class_r_f69.html#ac4fc3f2b178ef08caec3a9f548f44cd7',1,'RF69::getRSSI()'],['../class_s_x126x.html#a0e5f0032a91686b9673a48c908eb1925',1,'SX126x::getRSSI()'],['../class_s_x1272.html#a0d8e68cf913422535dc43cbdf73a3f10',1,'SX1272::getRSSI()'],['../class_s_x1278.html#ae52d84fa301309a4a4294312571fc3b8',1,'SX1278::getRSSI()'],['../class_s_x128x.html#a94d3003277925e2dc3372548b3311008',1,'SX128x::getRSSI()']]], ['getrssiinst_136',['getRSSIInst',['../class_s_x126x.html#ae36664f9c605a8fe74b2f357e0ec3323',1,'SX126x']]], ['getrst_137',['getRst',['../class_module.html#ae352c7a7b997fc1b17189c1312a8347f',1,'Module']]], ['getrx_138',['getRx',['../class_module.html#a5d66f76c11ac91a35a3a1d9647aa6f6d',1,'Module']]], diff --git a/search/functions_6.js b/search/functions_6.js index 8cd90a03..9733f744 100644 --- a/search/functions_6.js +++ b/search/functions_6.js @@ -18,7 +18,7 @@ var searchData= ['getpacketsource_457',['getPacketSource',['../class_x_bee.html#abcffe611d9a823d66a8a2c12720ff70b',1,'XBee']]], ['getpictureheight_458',['getPictureHeight',['../class_s_s_t_v_client.html#ad66e5082788b507f0f18e6e0e255314d',1,'SSTVClient']]], ['getrangingresult_459',['getRangingResult',['../class_s_x1280.html#a91f4f241f02cd4e79d15a9ba08eb1e8f',1,'SX1280']]], - ['getrssi_460',['getRSSI',['../class_c_c1101.html#a48fd0452d6f7d7d51ea7d23b2dbe1551',1,'CC1101::getRSSI()'],['../class_r_f69.html#ac4fc3f2b178ef08caec3a9f548f44cd7',1,'RF69::getRSSI()'],['../class_s_x126x.html#a0e5f0032a91686b9673a48c908eb1925',1,'SX126x::getRSSI()'],['../class_s_x1272.html#a6eea7824fc2cde16a6132bccdc038bb4',1,'SX1272::getRSSI()'],['../class_s_x1278.html#a1e294e37fef14e82ff264aafc12636ca',1,'SX1278::getRSSI()'],['../class_s_x128x.html#a94d3003277925e2dc3372548b3311008',1,'SX128x::getRSSI()']]], + ['getrssi_460',['getRSSI',['../class_c_c1101.html#a48fd0452d6f7d7d51ea7d23b2dbe1551',1,'CC1101::getRSSI()'],['../class_r_f69.html#ac4fc3f2b178ef08caec3a9f548f44cd7',1,'RF69::getRSSI()'],['../class_s_x126x.html#a0e5f0032a91686b9673a48c908eb1925',1,'SX126x::getRSSI()'],['../class_s_x1272.html#a0d8e68cf913422535dc43cbdf73a3f10',1,'SX1272::getRSSI()'],['../class_s_x1278.html#ae52d84fa301309a4a4294312571fc3b8',1,'SX1278::getRSSI()'],['../class_s_x128x.html#a94d3003277925e2dc3372548b3311008',1,'SX128x::getRSSI()']]], ['getrssiinst_461',['getRSSIInst',['../class_s_x126x.html#ae36664f9c605a8fe74b2f357e0ec3323',1,'SX126x']]], ['getrst_462',['getRst',['../class_module.html#ae352c7a7b997fc1b17189c1312a8347f',1,'Module']]], ['getrx_463',['getRx',['../class_module.html#a5d66f76c11ac91a35a3a1d9647aa6f6d',1,'Module']]],