cancel
Showing results for 
Search instead for 
Did you mean: 

I'm using two sx1272mb2xas Lora modules, I want to create a point to point communication with stm32l0xx, but how can I get access to the compatible libriries? I have tried libraries from mbed but they show errors in my code, I need help please

PMato.1
Associate II
 
2 REPLIES 2

You can use LRWAN libraries, or the original SEMTECH ones.

I built my point-to-point based on the Ping Pong Examples, from LRWAN 1.1.3, but you're basically using the Radio library, and it's call backs via the main() loop.

https://www.st.com/en/embedded-software/i-cube-lrwan.html

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Thank you, I actually used these libraries but everytime I copy them in my code, they bring errors, how did u add them into your project, if you could help me with the semtech libraries, the better. Thank you so much ​