Skip to main content
Rvan .8
Associate II
October 4, 2021
Solved

SUBGHZ_PHY middleware: why is it necessary to configure the UART? Is it possible to transmit a LoRa message without using the UART pins?

  • October 4, 2021
  • 1 reply
  • 1041 views

I am trying to transmit a single int using LoRa and the SUBGHZ_PHY middleware. However, I am unsure as to why UART has to be configured under 'Platform Settings', and how I can setup the STM project for this purpose.

I am using STM32CubeIDE, and a Nucleo-WL55JC development board.

Any help would be appreciated.

Other info:

Protocol: LoRa

Frequency: EU 868MHz

This topic has been closed for replies.
Best answer by Tesla DeLorean

Don't need but useful for diagnostic and debugging purposes.​

1 reply

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
October 5, 2021

Don't need but useful for diagnostic and debugging purposes.​

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Rvan .8
Rvan .8Author
Associate II
October 5, 2021

Thanks!