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

Looking for SX1262 Arduino Libraries for the NUCLEO

We are looking for SX1262 Arduino Libraries for the NUCLEO board. If they don’t exist what about where to find C libraries for the SX1262?
Thanks

Hi @chris.dundorf - welcome on the forum!

There is no development dedicated to Arduino. Nevertheless, you should be able to use the official driver (see https://github.com/Lora-net/sx126x_driver) and implement the different HAL functions (see https://github.com/Lora-net/sx126x_driver/blob/master/src/sx126x_hal.h) to make it work on an Arduino board.

1 Like

There are a number of Arduino Libraries for SX1262 that I know of;

https://www.arduino.cc/reference/en/libraries/sx126x-arduino/

1 Like

Stuart,
Thanks so much for the suggestions! I’ll chek them out.
Chris