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

Reg_lr_firmware_version_msb

The sample code uses this define to read the firmware version of the S1280. But what is the expected content?
And there is a silicon version command (0x14) used in some other 3rd party source code for the SX1280. I didn’t find that in the SX1280 documentation. Is that implemented and if yes, what shall it return.

Tx
Matthias

Hi @m.luerkens!

The sample code uses this define to read the firmware version of the S1280

Can you please give me more information about the sample code you are referring to?

Hello,
for the
#define REG_LR_FIRMWARE_VERSION_MSB 0x0153
I’m referrring to sx1280.h from this the SX1280/1281 dev kit:
https://semtech.my.salesforce.com/sfc/p/E0000000JelG/a/2R0000001NRn/tQu.OZ5Ki9VIopP.20HQEhIVkF.1Id57vsBSqlJ_eaU?__hstc=212684107.3116fb351e2f2846c11cb62c0edb837e.1642661324347.1642687938701.1643009180946.3&__hssc=212684107.1.1643009180946&__hsfp=4061022112

The get silicon version is from a source code from DLP design:


They are issuing a command 0x14 to get a silicon version, but that’s not listed in the SX1280 manual.
RADIO_GET_SILICON_VERSION = 0x14,

Tx
Matthias