SUBGHZ_PHY middleware: why is it necessary to configure the UART? Is it possible to transmit a LoRa message without using the UART pins?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-04 9:04 AM
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
Solved! Go to Solution.
- Labels:
-
STM32WL series
-
UART-USART
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-04 11:32 PM
Don't need but useful for diagnostic and debugging purposes.​
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-04 11:32 PM
Don't need but useful for diagnostic and debugging purposes.​
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-10-04 11:51 PM
Thanks!
