How to configure Lora as TCXO in Sidewalk

Hi all,

    In Sidewalk, the Lora we are using is connected to DIO3 through TCXO, which does not match the XTAL of sx1262 recommended by the official sid_end_device demo. Do you have any suggestions?

Parents Reply Children
  • Hello,

    666 said:
    Are you saying that the Lora driver for Sidewalk also uses the same Lora driver from Zephyr?

    Sidewalk is not using the LoRa driver from Zephyr. Sorry for the confusion caused by pointing to the Zephyr driver. However, the Sidewalk driver behaves similarly to the Zephyr driver when it comes to DI02. See the details here.

    The RF switch is controlled via a GPIO pin. See this part of the driver implementation, and this part sets the GPIO direction. The antenna switch diagram you shared looks correct.

    666 said:
    In this case, when I run Sidewalk, can I configure CONFIG_LORA_LOG_LEVEL=4 to debug the running status of Lora in Sidewalk?

    It's not possible to use Zephyr LoRa driver logs with Sidewalk. However, it is possible to get more control over Semtech by using SIDEWALK_PAL_RADIO_SOURCE. You can enable this configuration, but you will need to add the Semtech sources from the Semtech addon.

    Kind Regards,

    Abhijith

Related