Feature request to add STM32WL support to the MySensors SX126x driver.
The STM32WL series includes an STM32 processor and SX126x radio on the same chip. There are 3 main issues to address in the driver to allow it to be used for STM32WL. There are no SPI pins exposed which can be used by the Arduino SPI drivers. While the SX126x has either a low power or high power amplifier, the STM32WL can have either or both types of amplifiers. STM32WL modules have more complicated RF switching and need additional pins for the RF control.
PR #1619 includes code updates that can address these differences and allow STM32WL processors to also use the driver.
Feature request to add STM32WL support to the MySensors SX126x driver.
The STM32WL series includes an STM32 processor and SX126x radio on the same chip. There are 3 main issues to address in the driver to allow it to be used for STM32WL. There are no SPI pins exposed which can be used by the Arduino SPI drivers. While the SX126x has either a low power or high power amplifier, the STM32WL can have either or both types of amplifiers. STM32WL modules have more complicated RF switching and need additional pins for the RF control.
PR #1619 includes code updates that can address these differences and allow STM32WL processors to also use the driver.