stm32duino / STM32LoRaWAN

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

Basic example to Transmit the calendar date and time #23

Closed FRASTM closed 1 year ago

FRASTM commented 1 year ago

STM32duinoLoraWan new basic example sending calendar packet

Modifying the basic.ino to format the Tx packet with the current calendar Date and Time Get the RTC as an external object initialized in MIX mode Requires the https://github.com/stm32duino/STM32LoRaWAN/pull/25

FRASTM commented 1 year ago

Running on the nucleo_wl55 Basic_calendar

FRASTM commented 1 year ago

now more relevant as included in the https://github.com/stm32duino/STM32LoRaWAN/pull/25