Skip to main content
MVega.1
Associate
January 22, 2023
Question

Communication through Lora with STM32L0

  • January 22, 2023
  • 3 replies
  • 1641 views

Hello, I would like you to help me to communicate two microcontrollers (The B-L072Z-LRWAN1 Discovery kit LoRa/Sigfox module (Murata) using Lorawan, I was researching and looking at some libraries that were an expansion for Lorawan. But I don't know how to use them. I was trying to get the USART to work but I couldn't get it to transmit information. I don't know if anyone knows where I can start. Also if I need to use the libraries to communicate the microprocessors or if I can communicate without using the libraries, thanks.

This topic has been closed for replies.

3 replies

Tesla DeLorean
Guru
January 23, 2023

For point-to-point communication via LoRa, without ​a gateway or LoRaWAN, look at the Ping Pong example.

One might want to get things working with HAL and Semtech code and then look at more register level implementation.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
MVega.1
MVega.1Author
Associate
January 26, 2023

I will try it, Thank you.