This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Lora PHY control interface SX1262 code exemple

Hi I am developing the product in which I am using a Nrf52832 for BLE and samples from Semtech SX1262 radios to communicate using lora.
I don't intend to communicate on the Lorawan network, just use the physical layer between the radios.
I saw some codes from Semtech, Mbed and Arduino, with the implementation of the radio interface and control using mcu by SPI and got an overview. But now ...
I would like to know if there is any HAL code example using Nordic Nrf52 Devices to use in my project or have as a reference to write a driver using the SX1262 datasheet.
Any help is welcome.
thankful

Parents Reply Children
  • I appreciate the help Marjeris.


    I used SPI examples in the Infozone to learn about SPI in NRF52 and I made my own SPI radio modem driver for Sigfox (Innocomm module).
    I am now investing my time in Lora, so in my investigations, as the SX1262 had a lot of settings. I am looking for a driver with general settings to adjust that could save a little time.
    But now I'm doing a custom for my case using the HAL SPI Nordic libraries and the SX1262 opcodes from the component's datasheet.

Related