Communication through Lora with STM32L0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-22 3:29 PM
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.
- Labels:
-
LoRa
-
STM32L0 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-22 6:22 PM
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.
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
‎2023-01-26 9:26 AM
I will try it, Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-09 2:21 AM
Title: "Custom Join Request On LoRaWAN End Node, STM32L0"
I want to make my end node will send join request to the gateway continuously in every five second.
My goal is send join request continuously until end node connected to the gateway and if connection is break after join with server, then again send join request contiguously.
I use the SX1276 module which uses the STM32L series microcontroller for my project.
How can I modify my code for this.
Thank you in advance.
