stm32duino / Arduino_Core_STM32

STM32 core support for Arduino
https://github.com/stm32duino/Arduino_Core_STM32/wiki
Other
2.81k stars 967 forks source link

[New Variant] Support for RAK3271T #2162

Closed HelgeSeidel closed 12 months ago

HelgeSeidel commented 12 months ago

I kindly request support for the RAK3271T module.

Existing variant RAK3271 worked fine for the module RAK3271E and RAK3271S. The RAK3172T module has an TXCO installed for a lower operation temperature and need a special configuration. Changing the LoRaWAN definition LORAWAN_BOARD_HAS_TCXO in variant_RAK3172_MODULE.h from 0U to 1U was successful.

For details please see RAK3172T TXCO configuration Issue.

Unfortunately I was not able to do the needed changes.

fpistm commented 12 months ago

Unfortunately I was not able to do the needed changes.

Hi, added to #722 . Anyway I don't understand why you are not able to do the change if it works with other variant by simply change TCXO value.