The LoRa Developer Forum is now in read-only mode and new content will not be added.
Semtech, in its commitment to enhance user experience and streamline content, has successfully integrated the LoRa Developer Portal content into Semtech.com. As a result of this consolidation effort, the LoRa® Developer Portal Forum will be discontinued on May 1st. After this date, you will be automatically redirected to Semtech.com.
For any technical support related to LoRa, please feel free to reach out to our experts here. If you have sales inquiries, please contact us here.

FORUM

SX1262 Continuous Wave Operation

Hi all,

I’m trying to put my SX1262 in continuous wave mode at 915Mhz, but I can’t seem to get the device to transmit. This is my first time using this module, so I would appreciate some guidance with the sequence of commands to send to the module to put it in CW mode.

Much appreciated!

Hello @jameson.beebe,

Please follow the steps 1 to 5 described in §14.2 “Circuit Configuration for Basic Tx Operation” of the datasheet:

  1. If not in STDBY_RC mode, then go to this mode with the command SetStandby(…)
  2. Define the protocol (LoRa® or FSK) with the command SetPacketType(…)
  3. Define the RF frequency with the command SetRfFrequency(…)
  4. Define the Power Amplifier configuration with the command SetPaConfig(…)
  5. Define output power and ramping time with the command SetTxParams(…)

Once everything is configured, you can call the command SetTxContinuousWave.

Hello,

The same question, but about SX1272.
There are a lot of registers there, but I haven’t found a description of how to set them up to start the continuous wave (carrier frequency without modulation)
I would appreciate some guidance with the sequence of commands to send to the module to put it in CW mode.