stm32duino / STM32LoRaWAN

Arduino library to support LoRaWAN communication using the STM32WL series.
https://stm32duino.github.io/STM32LoRaWAN/
Other
34 stars 7 forks source link

LoRaWAN Issue on RAK3172 #31

Closed HelgeSeidel closed 8 months ago

HelgeSeidel commented 10 months ago

Trying to run the LoRaWAN Basic example on my RAK3172 with STM32LoRaWAN library v0.1.1. Similar to https://github.com/stm32duino/STM32LoRaWAN/issues/24 I get the Message:

Start Error\Arduino\libraries\STM32LoRaWAN\src\BSP\rtc.c (56)

fpistm commented 10 months ago

Probably issue with LSE of the RAK. You should try to debug to see what happen. Soon RTC will be managed by the STM32RTC library.

HelgeSeidel commented 9 months ago

I will spend some time debugging as soon as my new development board arrived.

fpistm commented 8 months ago

Hi @HelgeSeidel Could you retry with the latest verison of the library, as now the RTC is managed by the STM32RTC https://github.com/stm32duino/STM32RTC/releases/tag/1.4.0

I close this one as you could not have the same error with the 0.2.0 version of the library.

HelgeSeidel commented 8 months ago

Hi @fpistm , I used the latest release for my project today.

πŸ‘πŸΌπŸ‘πŸΌπŸ‘πŸΌ